.titre     {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	font-style: normal;
}
.txt    { color: #FF0000; font-size: 10px; font-family: Verdana }
.txtB  { color: #FF0000; font-weight: bold; font-size: 10px; font-family: Verdana }
a:link        { color: #000000; font-weight: bold; font-size: 10px; font-family: Verdana; text-decoration: none }
a:active       { color: #000000; font-weight: bold; font-size: 10px; font-family: Verdana; text-decoration: none }
a:hover       {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	background-color: #FF0000;
	text-decoration: none;

}
a:visited        { color: #000000; font-weight: bold; font-size: 10px; font-family: Verdana; text-decoration: line-through}
.txtIt {
	color: #FF0000;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana;
	font-style: italic;

}
.txtNoir {
color: #000000; font-size: 10px; font-family: Verdana
}
