
#main-acc {
position: absolute;
top: 50%;
width: 100%;
margin-top: -290px; /* moitié de la hauteur */
height: 580px;
background:url(../img/bg-acc-l.jpg);
}

#acc{
position:relative;
margin: 0 auto;
width: 980px;
height:580px;
background:url(../img/bg-acc.jpg) no-repeat top center;
}

#acc-r{
position: absolute;
top:50%;
right:0;
width: 50%;
margin-top: -290px; /* moitié de la hauteur */
height:580px;
background:url(../img/bg-acc-r.jpg);
}

#evenement {
position: absolute;
top:160px;
right:40px;
width:106px;
height:15px;
background:url(../img/evenement.gif) no-repeat;
}

#acc #txt-left{
position: absolute;
top:184px;
width: 440px;
color:#E76F00;
font-weight: bold;
text-align: justify;
}

#acc #actu{
position: absolute;
top:190px;
right:20px;
width: 230px;
padding:4px;
height:180px;
color:#000;
font-size: 10px;
text-align: justify;
overflow: auto;
}

/* MENU */

#menu-acc {position:absolute;top:399px;}
#menu-acc #bas {position: absolute;top:25px;left:0;}
#menu-acc ul li {list-style-type:none;float:left;padding:0 10px;border-right: 1px #E76F00 solid;}
#menu-acc ul li.last {border-right: none;}
#menu-acc a {display:block;float:left;text-decoration:none;color:#0066B3;font-size:10px;font-weight: bold;}
#menu-acc a:hover {text-decoration:none;color:#666;}

#axe {position:absolute;bottom:7px;right:257px;}

#acc .puce {
padding-left:10px;
background: url(../img/puce1.png) no-repeat 0 9px;
}

