@charset "utf-8";
/* CSS Document */

.noir12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.noir12bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.marron12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B3503;
}
.marron12bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6B3503;
}
.marron24bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #6B3503;
}

.vert12bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BFE10E;
}
.vert12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BFE10E;
}
a.lienmarron12:link { font-family: Verdana; font-size: 12px; color: #6B3503; text-decoration: none}
		a.lienmarron12:active { font-family: Verdana; font-size: 12px; color: #6B3503; text-decoration: none}
		a.lienmarron12:visited { font-family: Verdana; font-size: 12px; color: #6B3503; text-decoration: none}
		a.lienmarron12:hover { font-family: Verdana; font-size: 12px; color: #BFE10E; text-decoration: none}
		
a.lienmarron12noir:link {
	font-family: Verdana;
	font-size: 12px;
	color: #6B3503;
	text-decoration: none;
	font-weight: bold;
}
		a.lienmarron12noir:active {
	font-family: Verdana;
	font-size: 12px;
	color: #6B3503;
	text-decoration: none;
	font-weight: bold;
}
		a.lienmarron12noir:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #6B3503;
	text-decoration: none;
	font-weight: bold;
}
		a.lienmarron12noir:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


a.lien3:link {font-family: verdana; font-size: 10px;  color: #939393; text-decoration: none}
			a.lien3:active {font-family: verdana; font-size: 10px;  color: #939393; text-decoration: none}
			a.lien3:visited {font-family: verdana; font-size: 10px;  color: #939393; text-decoration: none}
			a.lien3:hover {font-family: verdana; font-size: 10px;  color: #BFE10E; text-decoration:none}
			
legend {
	border: 1px solid black;
	background: #BFE10E;
	color: white;
	font-variant: small-caps;
	letter-spacing: 0.1ex;
	font-weight: bold;
	padding: 0 0.2em;
}

