body {
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	color: #000;
}

.bordure {
  border-style: solid; 
  border-width: 2px; 
  border-color: #EBE2DC;
  }
  
.titre {
  font-weight: bold;
  }
  

td {
font-size: 11px;
}

a {
	color: #000;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #E57006;
	font-size: 10px;
	font-weight: bold;
}

a.news {
	color: #000;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
a.news:hover {
	color: #E57006;
	font-size: 10px;
	text-decoration: underline;
}


