/* CSS Document */

a:link {
	color: #D00211;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D00211;
}
a:hover {
	text-decoration: underline;
	color: #6FA52A;
}
a:active {
	text-decoration: none;
	color: #6FA52A;
}

.texte {
	color: #6FA52A;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.textesimple {
	color: #000000;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.titre {
	color: #D00211;
	font-weight: bold;
}

.trait {
	color: #6FA52A;
	font-weight: bold;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}