/*************************************** MENUS GAUCHE ******************************************/

/* Tout le menu de gauche */
.menu_gauche {
	padding: 30px 0 0 0;
	font-weight : bold;
	width: 165px;
	vertical-align: top;
	
}

/* Tout lien du menu de gauche */
.menu_gauche a {
	margin : 0px 0px 2px 0px;
	padding: 0px 0px 0px 2px;
	display : block;
   font-size : 11px; 
	color:#000000;
}

/* Tout lien survolé du menu de gauche */
.menu_gauche a:hover { 
	font-size:11px; 
	color : #BBD4B7;
	text-decoration : none;
}

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	margin: 5px 0px 5px 0px;
	padding: 0px 2px 0px 2px;
	font-size : 12px;
   color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: right url(../images/interface/fond_menu_gauche.gif) #3A812E no-repeat;
	text-decoration: none;
}
.menu_gauche_titre a{
	font-size : 12px;
	color: #BBD4B7;
}
.menu_gauche_titre a:hover{
	font-size : 12px;
	color: white;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
	font-size : 11px;
	font-weight : bold;
	color : Black;
	text-decoration: none;
}
.menu_gauche_sstitre a {
	margin : 0px 0px 2px 4px;
	padding: 0px 2px 0px 0px;
   font-size : 11px; 
	font-weight : bold;
	color : #3A812E; 
	text-decoration: none;
}
.menu_gauche_sstitre a:hover {
    font-size : 11px; 
	font-weight : bold;
	color : Black;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Tout lien du menu de gauche - sous-titre (rubrique active) */
.menu_gauche_sstitre_actif a {
	margin : 0px 0px 2px 4px;
	padding: 0px 2px 0px 0px;
	font-size: 11px;
	color: #3A812E;
	font-weight : bold;
	text-decoration: none;
}
.menu_gauche_sstitre_actif a:hover {
	margin : 0px 0px 2px 4px;
	padding: 0px 2px 0px 0px;
	font-size:11px;
	color: #000000;
	font-weight : bold;
	text-decoration: none;
}

/* Titre d'une sous-rubrique */
.menu_gauche_ssstitre {
	margin : 0px;
	padding: 0px 0px 0px 2px;
	display : block;
	font-size:11px; 
	color: #3A812E;
	font-weight : bold;
}

/* Lien sous-section */
.menu_gauche_ssstitre a{
	margin : 0px;
	padding : 0px;
	display : block;
	color: #A0C29A;
}
.menu_gauche_ssstitre a:hover{
	color: Black;
}
