#menu_gauche {
float:left;
font-family: Arial, Helvetica, sans-serif;
list-style-type: none;
margin-left:-38px;
width:100%;
}
#menu_gauche li{
width:100%;
display: block;
vertical-align: middle;
padding-top:5px;
text-align: left;
}
#menu_gauche li {
padding-left: 20px;
width:100%;
}

#menu_gauche li.titre  {
width:100%;
background:transparent url("img/theme/charte/menu_fond.png")  no-repeat;
}

#menu_gauche li.titre a {
margin-left: -10px;

}

#menu_gauche li a{
font-size: 14px;
color: #FFF ;
vertical-align: middle;
text-shadow: #333333 1px 1px 1px;
text-decoration : none;
}

#menu_gauche li a:hover {
opacity: 0.50;
}

.menuhead {
	font-family: Arial, Helvetica, sans-serif;
    background:transparent url("img/theme/charte/menuhead_fond.png") repeat;
    font-size: 1em;
    width: 100%;
    height: 16px;
    border-bottom: 1px solid #888 }
.menuhead ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menuhead ul li {
    height: 16px;
    float: left;
    margin-left: 0;
    position: relative;
    width: 10%;
       }

.menuhead ul li a {
    color: #FFF;
    text-shadow: #333333 1px 1px 1px;
    display: block;
    padding: 2% 5%;
    text-decoration: none }

.menuhead ul li a:hover {
    color: #000;
    text-decoration: none }


#affiche_actu_menubox {
	position:absolute;
	width:825px;
	height:160px;
	}


.affiche_actu_ul {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	list-style-type: none;
  	width:auto;
	height:20px;
	}

.affiche_actu_ul ul {
	margin-left:-20px;
	list-style-type: none;
  	height:20px;
	list-style:none; 
	position:relative;
	left:50%;
	}

.affiche_actu_ul li {
	margin-left:20px;
    float:left;
    position:relative;
 }

.affiche_actu_ul a {
font-family: Arial, Helvetica, sans-serif;
text-decoration : none;
font-size: 1.2em;
text-shadow: #EEEEEE 1px 1px 1px;
color: #74776A;
	}

.affiche_actu_ul a:hover {
text-decoration : none;
color: #1AEE12;
	}

#affiche_actutxt {
	margin-top:150px;
	position: absolute;
	width:825px;
	height:400px;
	}


