
div#menu {
	position:relative;
    margin:0;
    top:115px;
/*    background-image:url(../images/fond_menu.png);
    background-repeat:no-repeat;
*/}

div#menu ul {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:19px;
line-height:27px;
margin:0;
padding:0;
list-style-type:none;
float:right;
}

div#menu ul.niveau1 li {
float:left;
position:relative;
margin: 0 11px;
padding: 0 0 14px 0;
height:27px;
}

.menu_1, .menu_2, .menu_3, .menu_4, .menu_5 {
height:50px;
}

.menu_1:hover, .menu_2:hover, .menu_3:hover, .menu_4:hover, .menu_5:hover {
background-position:center bottom;
background-image:url(../images/fleche_fond_bouton.png);
background-repeat:no-repeat;
/*background-color:#013044;*/
}

/*#menu ul ul a:hover:before { 
content:" » ";
}*/

div#menu ul ul {
position:absolute;
top:32px;left:0px;
display:none;
width:200px;
background-color:#a19ee5;
}

div#menu ul.niveau2 li {
line-height:17px;
font-size:14px;
width:200px;
/* background-image:url(../images/fond_bouton.png);
background-repeat:repeat; 
background-color:#fff; */
border:none;
margin:0px;padding:0px;
margin:0 7px;
}

div#menu ul.niveau2 a {
color:#000;
}

div#menu ul.niveau2 a:hover {
color:#fff;
}

div#menu li a {
/*display:block;*/
text-align:left;
line-height:14px;
margin:0 5px;
padding:0px;
text-decoration:none;
color:#91b374;
}

.lien_menu_noir a {
color:#fff;
}

#menu li a:hover {
color:#5d61fa;
}

/* ------------------------------------ MENU DU BANDEAU LATERAL ------------------------------------------*/

div#sous_menu {
/*	float:left;*/
	height:100%;
	width:100%;
	padding-right:7px;
	margin:11px 0px;
}

div#header_sous_menu {
	width:100%;
	height:23px;
	background-image:url(../images/bord_sup_sous_menu.png);
	background-repeat:no-repeat;
}

div#footer_sous_menu {
	width:100%;
	height:23px;
	background-image:url(../images/bord_inf_sous_menu.png);
	background-repeat:no-repeat;
}

div#sous_menu ul {
font-family:"Arial";
font-size:11px;
font-weight:bold;
margin:0;
padding:0;
list-style-type:none;
width:100%;
}

div#sous_menu ul li {
width:auto;
height:auto;
margin-bottom:1px;
margin-top:1px;
padding-left:10px;
height:30px;
line-height:30px;
background-image:url(../images/fond_bt_sous_menu.png);
}

div#sous_menu ul ul {
position:relative;
left:10px;
display:none;
width:190px;
}

div#entrees_sous_menu a {
	color:#a19ee5;
}

div#entrees_sous_menu a:hover {
	color:#fff;
}

/* ------------------------------------ MENU DU BAS DE PAGE ------------------------------------------*/

#zone_menu_bas {
padding-bottom:11px;
width:100%;
clear:both;
}

div.DivZoneMenuBasColonne {
    margin:3px 3px;
    padding:3px 30px;
	vertical-align:top;
}

/*.DivZoneMenuBasColonne:hover {
background-position:center bottom;
background-image:url(../images/fleche_fond_bouton.png);
background-repeat:no-repeat;
background-color:#74A9D1;
}*/

div.DivZoneMenuBasColonne ul {
margin:3px;
padding:0;
list-style-type:none;
}

div#zone_menu_bas a {
color:#fff;
font-size:16px;
}

div#zone_menu_bas a:hover {
color:#91b374;
}