.signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 20px;
	color: #1a2023;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	line-height: 30px;
	color: #660000;
}
a:focus /* Quand le visiteur sélectionne le lien */
{
   background-color: #FF9900;}
a:hover /* Quand le visiteur pointe sur le lien */
{
	text-decoration: underline;
	color: #FF9900;
}
a /* Lien normal */
{
	color: #FFFF99;
	font-style: normal;
	text-decoration: underline;	
}
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}

