/* Structure du menu haut */
#menu dl, dt, dd, #menu ul, #menu li, .menuLat ul, .menuLat li {
margin: 0;
padding: 0;
list-style-type: none;
}
* html .menuLat ul, * html .menuLat li {
float:left;
clear:both;
margin: 0;
padding: 0;
}
* html .Sous_menu_dyn_contenu li, * html .Sous_menu_dyn_contenu a{
width:100%;
float:left;
clear:both;
}
* html #menu dl, * html dt, dd, * html #menu ul, * html #menu li{
margin: 0 !important;
padding: 0 !important;
float:left;
}

#menu dl {
float: left;
margin: 0;
position:relative;/*pour positionner le menu java dessous*/
}

#menu dd, #menu .Sous_menu_dyn {
display:none;
}
#menu dd{
position:absolute;	/*permet de placer le menu sans influer sur la taille de l onglet*/
top:50px;
left:1px;
background-color:#6E340E;
width:100%;
padding:10px 0 15px 0 !important;
}

.Sous_menu_dyn_contenu a{
display:block;
text-decoration:none;
padding:3px;
color:#FDFAF5;
font-size:11px;
border-bottom:1px solid #fff;
margin:0 5px;
}
.Sous_menu_dyn_contenu a:hover{
background-color:#E9B677;
color:#442008;
}
/*-------------------------------------
  ----  GESTION DU MENU HORIZONTAL ----
  -------------------------------------
*/
/*attention pas de float:left pour le menu horiz a cause du menu java*/

.menu0_, .menu0active_{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
height:50px;
text-transform:uppercase;
line-height:50px;
vertical-align:middle;
color:#fff;
text-align:center;
display:block;
width:auto;
padding:0px 15px 0 12px;
text-decoration:none;
float:left;
background:url(/charte/separateur-menuH.png) no-repeat right center;
}
a.menu0_:hover{
text-decoration:underline;
}
.menu0active_{
font-weight:bold;
font-size:14px;
}
/*-------------------------------------
  ------ GESTION DU MENU LATERAL ------
  -------------------------------------
*/
.menuLat a, .menuLat a:hover{
	text-decoration:none;
}
.menuLat ul, .menuLat li{
margin:0;
padding:0;
}
.menuG-2, .menuGactive-2{
	font-size:13px;
	color:#442008;
	padding:4px 2px 4px 13px;
	display:block;
}
.menuGactive-2{
	color:#000;
font-weight:bold;
}
.menuG-3, .menuGactive-3{
margin-left:14px;
	font-size:12px;
	color:#333333;
	padding:3px 2px 3px 10px;
	display:block;
}
.menuGactive-3{
	color:#00b300;
font-weight:bold;
}
.menuG-4, .menuGactive-4{
	font-size:11px;
	font-weight:700;
	color:#333333;
	padding:2px 2px 2px 10px;
	display:block;
}
.menuGactive-4{
	color:#000;
text-decoration:underline;
}
/* Gestion du plan du site */
.PLAN0{
	background-color:#F1EAE2;
	padding:2px 5px;
}
.PLAN0 a{
font-size:14px;
	color:#660000;
	font-weight:bold;
	}
.PLAN0 a:hover{
	color:#000000;
}
#z_contenu li.PLAN1{
list-style:none !important;
position:relative;
left:-35px;
margin:15px 0;
}
.PLAN1 a{
	font-size:14px;
	color:#D40807;
	font-weight:bold;
}

.PLAN1 a:hover{
	color:#000000;
}
#z_contenu li.PLAN2{
	list-style-type:square !important;
list-style-image:none !important;
color:#81B143;
	position:relative;
left:-17px;
margin:5px 0;
	}
.PLAN2 a{
	font-size:11px;
	color:#990000;
}

.PLAN2 a:hover{
	color:#000000;
}
.PLAN3 a{
	font-size: 10px;
	color:#990000;
}
.PLAN3 a:hover{
	color:#000000;
}

