/******************************** MENUS GAUCHE ********************************/
/* Tout le menu de gauche */
.menu_gauche {
	background-color: #b9bfbb;
	font-weight: bold;
	margin: 0;
	padding: 50px 0 0;
	text-align: left;
	vertical-align: top;
}

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	border-bottom: 1px solid #fff;
	color: #000;
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 19px;
	margin: 10px 0;
	padding: 2px 10px 0;
	text-decoration: none;
}

.menu_gauche_titre a {
	color: #000;
	font-size : 14px;
}

.menu_gauche_titre a:hover {
	color: #050;
	font-size : 14px;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
	color: #000;
	font-size: 11px;
	margin: 0 0 5px 20px;
	padding: 0 2px 0 0;
	text-decoration: none;
}

.menu_gauche_sstitre a {
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.menu_gauche_sstitre a:hover {
	color: #050;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

/* Tout lien du menu de gauche - sous-titre (rubrique active) */
.menu_gauche_sstitre_actif a {
	background-position: left;
	color: #000;
	font-size: 11px;
	margin: 0 0 2px 10px;
	padding: 0 2px 0 0;
	text-decoration: none;
}

.menu_gauche_sstitre_actif a:hover {
	background-color: #ccc;
	color: #050;
	font-size: 11px;
	margin: 0 0 2px 4px;
	padding: 0 2px 0 0;
	text-decoration: none;
}

/* Titre d'une sous-rubrique */
.menu_gauche_ssstitre {
	color: #2d4b12;
	display: block;
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 25px;
}

/* Lien sous-section */
.menu_gauche_ssstitre a {
	display: block;
	margin: 0;
	padding: 0;
}

.menu_gauche_ssstitre a:hover {
	color: #2d4b12;
}
