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

/* Tout le menu de gauche */
.menu_gauche {
	font-weight: bold;
	width: 178px;
	background: url(../images/interface/fd_menugauche.gif) no-repeat;
	vertical-align: top;
	padding: 20px 0px 0px 8px;
}

/* 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 : #4B82B2;
	text-decoration : none;
}

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	margin: 0px 0px 0px 0px;
	padding-top: 7px;
	width: 175px;
	height: 21px;
	font-size: 13px;
	color: Black;
	background: url(../images/interface/fd_menugauche_titre.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.menu_gauche_titre a{
	padding: 0;
	font-size : 13px;
	color: #2E5475;
}
.menu_gauche_titre a:hover{
	font-size : 13px;
	color: Black;

}

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

/* Lien sous-section */
.menu_gauche_ssstitre a{
	margin : 0px;
	padding : 0px;
	display : block;
}
.menu_gauche_ssstitre a:hover{
	background-color: #364EA3;
	color: #FFFFFF;
}
