body{
background-image:url(images/ascenso_backgd.png);
background-repeat:repeat-x;
background-position: top left;
background-color: #FFFFFF;
font-family:Tahoma;
margin: 10px 0 ;
padding: 0 ;
text-align: center; /* pour corriger le bug de centrage IE */
}

#conteneur{
width:815px;
height: 0 auto;
margin: 0 auto ;
text-align: left ;
border : 15px solid #D0C78D;
font-size:11px;
overflow: auto; /* pour corriger le bug de border de Moz */
background-color: #FFFFFF;
}

.top{
height:92px;
background-color:#FFFFFF;
border-bottom : 15px solid #D0C78D;
}

.top_left{
float:left;
}

.top_right{
float:right;
margin-right : 20px;
}

.contenant_droite{
width:600px;
padding: 0 3px ;
margin-left: 80px;
}

.contenu{
float: left;
}

.contenud{
float: right;
}

.actu{
float:left;
width:600px;
}

.actu_droite{
height:110px;
}	

.actu_img{
float:left;
width:240px;
height:110px;
}

.actu_rub{
color:#4D7CB7;
font-weight:bold;
font-size:12px;
}

.actu_titre{
font-weight:bold;
font-size:13px;
padding-top: 10px ;
}

.actu_date{
color:#959596;
font-weight:bold;
padding-top: 10px ;
}

.actu_ligne{
padding-bottom: 10px ;
}

.actu_barre{
width:600px;
border-top : 1px solid #A29A97;
overflow: auto;
}