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

/* Tout le menu de gauche */
.menu_gauche {
	padding: 0px;
	font-weight : bold;
	width: 178px;
	vertical-align: top;
	background: White;
}

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

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

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	margin: 7px 0px 0px 0px;
	padding: 2px 2px 0px 2px;
	font-size : 12px;
   color: #FFDD04;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/interface/fd_menugauchetitre.gif) no-repeat;
	height: 19px;
	text-align: center;
}
.menu_gauche_titre a{
   color: #0038AC;
	font-size : 12px;
}
.menu_gauche_titre a:hover{
	font-size : 12px;
   color: #FFDD04;
}

/* Titre d'une rubrique du menu de gauche spécial "Nous recrutons" "Marchés Publics"*/
.menu_gauche_titre2 {
	margin: 7px 0px 0px 0px;
	padding: 2px 2px 0px 2px;
	font-size : 12px;
   color: #90C84B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/interface/fd_menugauchetitre2.gif) no-repeat;
	height: 19px;
	text-align: center;
}
.menu_gauche_titre2 a{
   color: #90C84B;
	font-size : 12px;
}
.menu_gauche_titre2 a:hover{
	font-size : 12px;
   color: #FFDD04;
}

/* Titre d'un chapitre du menu de gauche */
.menu_gauche_sstitre {
	margin : 0px 0px 2px 4px;
	padding: 0px 2px 0px 0px;
	font-size : 11px;
	font-weight : bold;
	color: #90C84B;
	text-decoration: none;
}
.menu_gauche_sstitre a {
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    font-size : 11px; 
	font-weight : bold;
   color: #0038AC;
	text-decoration: none
}
.menu_gauche_sstitre a:hover {
    font-size : 11px; 
	font-weight : bold;
	color : #90C84B;
	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 2px 4px;
	padding: 0px 2px 0px 0px;
	font-size:11px;
	color:#7D8A33;
	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;
   color: #0038AC;
	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: #7D8A33;
	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;
}
