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

/* Tout le menu de gauche */
.menu_gauche {
	padding: 0px;
	font-weight : bold;
}

/* 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: White;
}

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

/* Titre d'une rubrique du menu de gauche */
.menu_gauche_titre {
	margin: 5px 0px 5px 0px;
	padding: 0px 2px 0px 2px;
	font-size: 12px;
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: Black;
	text-decoration: none;
}
.menu_gauche_titre a{
	font-size : 12px;
}
.menu_gauche_titre a:hover{
	font-size : 12px;
}

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

/* Titre d'une sous-rubrique */
.menu_gauche_ssstitre {
	margin: 0px;
	padding: 0px 0px 0px 2px;
	display: block;
	font-size: 11px;
	color: Black;
	font-weight: normal;
}

/* Lien sous-section */
.menu_gauche_ssstitre a{
	margin : 0px;
	padding : 0px;
	display : block;
	font-weight: normal;
	
}
.menu_gauche_ssstitre a:hover{
	background-color: #FFA96F;
	color: Black;
	font-weight: normal;

}

/*************************************** RECHERCHE AVANCEE ******   ************************************/


a.lien_recherche_avancee {
    display : block;
    margin : 0px 15px 10px 20px;
    padding : 2px;
    text-decoration: none;
    text-align : center;
    color : #FFE400;
    background-color : #000000;
}


a.lien_recherche_avancee:hover {
    color : #FFFFFF;
}

