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

/* Tout le menu de gauche */
.menu_gauche {
	padding: 0px 0px 3px 10px;
	font-weight : normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E8805;
	vertical-align: top;
	text-decoration: none;
}

/* Tout lien du menu de gauche */
.menu_gauche a {
	margin: 0px 0px 6px 0px;
	display : block;
	font-size : 11px;
	font-weight: normal;
	color: #0E8805;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* Tout lien survolé du menu de gauche */
.menu_gauche a:hover {
	font-size:11px;
	color : #3CA2E8;
	text-decoration : none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 0px 2px -5px;
	padding:10px 0px 5px 10px;
	width: 180px;
	text-decoration: none;
	vertical-align:top;
	background-image: url(../images/interface/menu.gif);
	background-repeat: no-repeat;
}
.menu_gauche_titre a{
	font-size : 11px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: /*left*/;
	margin : 0px 0px px 0px;
	padding: 0px 0px 0px 0px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.menu_gauche_titre a:hover{
	font-weight: bold;
	color:#000000;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
	font-size : 11px;
	color : #000000;
	text-decoration: none;
}
.menu_gauche_sstitre a {
	font-size : 11px;
	color : #000000;
	text-decoration: none;
	font-weight: normal;
	margin: 0px 0px 2px 10px;
	padding: 0px 2px 0px 10px;
}
.menu_gauche_sstitre a:hover {
	font-size : 11px;
	color : #000000;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-repeat: no-repeat;
	/*background-position: left;*/
	padding-left: 10px;
}

/* Tout lien du menu de gauche - sous-titre (rubrique active) */
.menu_gauche_sstitre_actif a {
	font-size:11px;
	color:#000000;
	text-decoration: none;
	margin: 0px 0px 2px 10px;
	padding: 0px 2px 0px 0px;
	background-image: url(../images/interface/puce2.gif);
	background-repeat: no-repeat;
	background-position: /*left*/;
}
.menu_gauche_sstitre_actif a:hover {
	margin : 0px 0px 2px /*4px*/10px;
	padding: 0px 2px 0px /*0px*/10px;
	font-size:11px;
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
}

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

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