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

/* Tout le menu de gauche */
.menu_gauche {
	font-weight : bold;
	background-image:url(../images/interface/menugauche.gif);
	background-repeat: repeat;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 1px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}

/* Tout lien du menu de gauche */
.menu_gauche a {
	margin: 5px 10px 5px 5px;
	padding: 2px 5px 2px 2px;
	display: block;
	font-size : 11px;
	color:#694521;
	text-decoration: none;
}

/* Tout lien survolé du menu de gauche */
.menu_gauche a:hover { 
	margin: 5px 10px 5px 5px;
	padding: 2px 5px 2px 2px;
	font-size:11px; 
	color : #AB6E00;
	text-decoration : none;
}

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

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

/* Tout lien du menu de gauche - sous-titre (rubrique active) */
.menu_gauche_sstitre_actif a {
	margin: 2px 10px 2px 20px;
	font-size:11px;
	color:#005F9F;
	text-decoration: none;
	
}
.menu_gauche_sstitre_actif a:hover {
	margin: 2px 10px 2px 20px;
	padding: 0px 2px 0px 0px;
	font-size:11px;
	background-color: #CCCCCC;
	color: #005F9F;
	text-decoration: none;
}
/* arriere plan de la cellule du menu gauche*/
.cellule_menu {
	background-image:url(../images/interface/gite-france.jpg);
	background-attachment: fixed;
	background-position:top;
	background-repeat:no-repeat;
}

