/*************************************** MENUS GAUCHE ******************************************/

/* Tout le menu de gauche */
.menu_gauche {
	width: 300px;
	vertical-align: top;	
	padding: 10px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;

}

/* Tout lien du menu de gauche */
.menu_gauche a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 3px 0 0px 0;

}

/* Tout lien survolé du menu de gauche */
.menu_gauche a:hover { 
	color: #ffb233;
	text-decoration: none;
	font-weight: bold;
}

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;

}
.menu_gauche_titre a{

}
.menu_gauche_titre a:hover{

}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {

}
.menu_gauche_sstitre a {
}
.menu_gauche_sstitre a:hover {	
}

/* Tout lien du menu de gauche - sous-titre (rubrique active) */
.menu_gauche_sstitre_actif a {
}

.menu_gauche_sstitre_actif a:hover {
}

