.texte-courant-gris {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #7F7F7F;
	margin-left: 10px;
}
.texte-courant-bleu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #588CAB;
	margin-left: 10px;
}
.titres-bleu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #588CAB;
	margin-left: 0px;
	font-weight: bold;
}
.menus-blanc {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #663300;
	clip: rect();
	font-weight: 100;
	text-decoration: none;
}
.menus-blanc a:link {
	text-decoration: none;
	color: #663300;
	} /* lien non visité */
.menus-blanc a:active {
	text-decoration: none;
	color: #663300;
	} /* lien actif */
.menus-blanc a:visited {
	text-decoration: none;
	color: #663300;
	} /* lien visité */
.menus-blanc a:hover {
	text-decoration: none;
	color: #663300;
	background-color: #598CAB;
	} /* lien survolé */ 
.menus-marron {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 10px;
	font-weight: bold;
	text-decoration: none;
}
.menus-marron a:link {
	text-decoration: none;
	color: #673500;
	} /* lien non visité */
.menus-marron a:active {
	text-decoration:none
	color: #5689AD;
	} /* lien actif */
.menus-marron a:visited {
	text-decoration: none;
	color: #673500;
	} /* lien visité */
.menus-marron a:hover {
	text-decoration:underline
	color: #598CAB;
	background-color: #5689AD;
	} /* lien survolé */ 
.floatleft{
	float: left;
	padding: 1%;
	margin-right: 2px;
	margin-top: 2px;
}
.titres-marron {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #66330D;
	margin-left: 0px;
	font-weight: bold;
}

