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

/* Tout le menu de gauche */
.menu_gauche {
	margin: 30px 0 0 30px;
	font-weight : bold;
	width: 164px;
	vertical-align: top;
	background: url("../images/interface/fd_menu.gif") repeat-y white;	
}

/* Tout lien du menu de gauche */
.menu_gauche a {
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display : block;
   font-size : 11px; 
	color:#000000;
}

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

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	margin: 12px 0px 4px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: Black;
	font-weight: bold;
	text-decoration: none;
	background: url("../images/interface/fd_menu_titre.gif") no-repeat right #ffd800;
	border-left: 10px solid #FF7200;
}
.menu_gauche_titre a{
	font-size : 11px;
	color: Black;
	font-weight: bold;
	padding: 0px 2px 0px 6px;
}
.menu_gauche_titre a:hover{
	font-size : 11px;
	color: #FF7200;
	font-weight: bold;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
	margin : 0px 0px 2px 0px;
	padding: 0px 2px 0px 15px;
	font-size : 11px;
	font-weight : bold;
	color : Black;
	text-decoration: none;
}
.menu_gauche_sstitre a {
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    font-size : 11px; 
	font-weight : bold;
	color : #FF7200; 
	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;
	font-size: 11px;
	color: #Black;
	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;
}
