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

/* Tout le menu de gauche */
.menu_gauche {
	padding: 0px;
	background-image: url(../images/interface/fond-menu.gif);
	background-repeat: repeat-y;
}

/* Tout lien du menu de gauche */
.menu_gauche a {
	display : block;
	font-size : 11px;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

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

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	font-size : 11px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
}
.menu_gauche_titre a{
	font-size : 11px;
	color: #FFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B7B7B7;
}
.menu_gauche_titre a:hover{
	font-size : 11px;
	color: #FEB900;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
	font-size : 11px;
	color : #FEB900;
	text-decoration: none;
	padding-left: 15px;
	font-weight: bold;
}
.menu_gauche_sstitre a {
	font-size : 11px;
	color : #FFF;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.menu_gauche_sstitre a:hover {
    font-size : 11px; 
	font-weight : normal;
	color: #FEB900;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Tout lien du menu de gauche - sous-titre (rubrique active) */
.menu_gauche_sstitre_actif a {
	margin : 0px 0px 5px 4px;
	padding: 0px 2px 5px 0px;
	font-size:11px;
	color:#FF420A;
	font-weight : bold;
	text-decoration: none;
}
.menu_gauche_sstitre_actif a:hover {
	margin : 0px 0px 2px 4px;
	padding: 0px 2px 0px 0px;
	font-size:11px;
	background-color: #B3D1F0;
	color: #000000;
	font-weight : bold;
	text-decoration: none;
}

/* Titre d'une sous-rubrique */
.menu_gauche_ssstitre {
	margin : 0px;
	display : block;
	font-size:11px;
	color:#FF420A;
	font-weight : bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/* Lien sous-section */
.menu_gauche_ssstitre a{
	margin : 0px;
	display : block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.menu_gauche_ssstitre a:hover{
	color: #FFFFFF;
}
