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

/* Tout le menu de gauche */
.menu_gauche {
	padding: 0px;
	font-weight: bold;
    font-size : 11px; 
	color : #000000;
	background-color:#e6f5d8;
}

.menu_gauche img {
display:block;
}

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	font-size: 13px;
	color: #0D509F;	width:170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	height:45px; 
	margin: 0 0 0 0;
	padding:0 0 0 0;
}
.menu_gauche_titre a{
	color: #0D509F;	width:170px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.menu_gauche_titre a:hover{
	color: #0D509F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
	margin :  2px 0px 2px 2px;
	padding:  2px 0px 2px 2px;
	font-size : 12px;
	color : #007e1b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.menu_gauche_sstitre a {

	font-size : 12px;	width:170px;
	color : #007e1b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.menu_gauche_sstitre a:hover {
	font-size: 12px;
	color : #0D509F;
	text-decoration : none;	width:170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.menu_gauche_ssstitre{
	margin :  2px 0px 2px 2px;
	padding:  2px 0px 2px 15px;	width:170px;
	font-size : 11px;
	color : #004c10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.menu_gauche_ssstitre a {
	font-size : 11px;
	color : #004c10;	width:170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}





