/* CSS Document */
.texte{
	color: #000000;
	font-size : 9px;
	font-family : Verdana;	
}
.titre{
	color: #000000;
	font-weight: bold;
	font-size : 18px;
	font-family : Verdana;	
}
.titre_blc{
	color: #ffffff;
	font-weight: bold;
	font-size : 18px;
	font-family : Verdana;	
}
A  {
	color: #6e0101;
	font-weight: bold;
	font-size : 9px;
	text-decoration : none;
	font-family : Verdana;
}
A:hover {
	color: #ffae00;
	font-weight: bold;
	font-size : 9px;
	text-decoration : none;
	font-family : Verdana;
}