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

/* Tout le menu de gauche */
.menu_gauche {
	padding: 33px 0px 0px 18px;
	font-weight: bold;
    font-size : 11px; 
	margin:0;
}

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding:0 0 0 0;
	background-image:url('../images/interface/onglet.jpg');
	background-repeat:no-repeat;
	width:200px;
	height:50px;
}

.menu_gauche_titre:hover {
	background-image:url('../images/interface/onglethover.jpg');
	background-repeat:no-repeat;
}
.menu_gauche_titre a{
	color: #79a530;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 45px;
	display:block;
	font-weight:bold;
	font-family: Verdana, Georgia, "Courier New", Helvetica,;
	text-decoration: none;
	letter-spacing:1px;
}
.menu_gauche_titre a:hover{
	color: #79a530;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

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





