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_gauche{
float:left;
width:220px;
}

.contenant_droite{
float:left;
width:490px;
padding: 0 3px ;
}

.titre{
font-weight:bold;
color:#B14111;
font-size:18px;
}

.sous_titre{	
font-weight:bold;
}

.sous_titre2{	
font-weight:bold;
font-size:12px;
}

.tab_left{
margin-left: 30px ;
width:350px;
}

.tab_left_orange{
color:#B14111;
font-size:12px;
margin-left: 50px;
width:350px;
text-align : center;
font-weight:bold;
}

.offre_titre{
background-color:#CADBEE;
padding: 3px ;
color:#B14111;
font-weight:bold;
font-size:13px;
}

.offre_ligne{
float: left;
width:180px;
padding: 3px ;
}

.offre_col{
float: left;
width:80px;
padding: 4px ;
border-bottom : 1px solid #A29A97;
font-size:9px;
}

.offre_descr{
float: right;
width:290px;
padding: 3px ;
}

.offre_barre{
width:470px;
border-bottom : 1px solid #A29A97;
overflow: auto;
}

.pic_center{
text-align: center;
}