.Titres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #000000;


}
.TitresMajuscule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #3B3BCC;
}

.Texte {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

a {text-decoration:none;
                font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
                
} 

a:link:hover {text-decoration:underline;
                font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
                
} 

a:visited:hover { text-decoration:underline;
                font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #800080;
                 }


