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

/* Tout le menu de gauche */
.menu_gauche {
	margin: 20px 0 0 0;
	font-weight : bold;
	vertical-align: top;
	width: 214px;
}

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	background: url("../images/interface/fd_menu_titre.gif") no-repeat;
	height: 18px;
	color: #CCCCCC;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 0 0px 2px;
	padding: 5px 2px 2px 10px ;
	width: 204px;
	text-decoration: none;
}
.menu_gauche_titre a{
	border: 1px;
	font-size : 11px;
	font-weight: bold;
	color:#F0D33F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.menu_gauche_titre a:hover{
	font-size : 11px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

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

/* Tout lien du menu de gauche - sous-titre (rubrique active) */
.menu_gauche_sstitre_actif a {
	font-size:11px;
	color:#000000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 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;
	padding: 0px 2px 0px 0px;
	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;
}

