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

/* Tout le menu de gauche */
.menu_gauche {
	padding: 0px;
	font-weight : bold;
	padding-left:5px;
	vertical-align: top;
	width: 240px;
	background: url(../images/interface/tpl_06.jpg) no-repeat;
}

/* Tout lien du menu de gauche */
.menu_gauche a {
	margin : 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	display : block;
    font-size : 11px; 
	color :  #00AB9F;
}

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

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-size:14px;
	color: #1e37db;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-bottom:1px solid white;
}
.menu_gauche_titre a{
	font-size : 14px;
	color: #1e37db;
}
.menu_gauche_titre a:hover{
	font-size : 14px;
	color: #1e37db;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
	font-size : 11px;
	font-weight : bold;
	color : #FF420A;
	text-decoration: none;
}
.menu_gauche_sstitre a {
	margin : 0px 0px 2px 10px;
	padding: 0px 2px 0px 0px;
    font-size : 11px; 
	font-weight : bold;
	color : #000000; 
; text-decoration: none
}
.menu_gauche_sstitre a:hover {
    font-size : 11px; 
	font-weight : bold;
	color : #FF420A;
	text-decoration : none;
	background-color: #B3D1F0;
	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 2px 4px;
	padding: 0px 2px 0px 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;
	padding: 0px 0px 0px 2px;
	display : block;
	font-size:11px; 
	color:#FF420A;
	font-weight : bold;
}

/* Lien sous-section */
.menu_gauche_ssstitre a{
	margin : 0px;
	padding : 0px;
	display : block;
}
.menu_gauche_ssstitre a:hover{
	background-color: #364EA3;
	color: #FFFFFF;
}

