/* CSS */

body{
margin:0px;
background: url(img/bg.jpg)repeat-x fixed left top #E5DBC2;
font-family: "Trebuchet MS","Helvetica","Arial","Verdana","sans-serif";
}




div.center{
margin-top:94px;
margin-left: auto;
margin-right: auto;
width:948px;

}


div#ombre_top{
height:948px;
height:16px;
background: url(img/ombre.png)repeat-x;
}

div#contener{
padding-top:25px;
padding-left:25px;
padding-right:0px;
height:572px;
width:100%;
background: url(img/contener.jpg)repeat-x;
}

div#logo{
height:96px;
width:913px;
background: url(img/logo.png) no-repeat;
}

div#expert_titre{
padding-top:30px;
padding-left:230px;
text-decoration: none;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.45);
}

a{
color:#791212;

}
h1 {
color: #FFFFFF;
font-size: 21px;
}

div#content{
margin-top:20px;
width:913px;
height:400px;
background:#ffffff;
}

div#left{
margin-top:15px;
margin-left:23px;
float:left;
width:181px;
height:382px;
color:#333333
}

div#right{
margin-top:15px;
float:left;
width:680px;
height:auto;
background: url(img/bg_content.png)no-repeat;
padding-left:15px;
}

div#right{
padding-top:100px;
text-align:center;
padding-right:5px;
}


.clear {
    clear: both;
}



div#footer{
padding-top:10px;
padding-left:50px;
padding-right:10px;
padding-bottom:10px;

font-size:11px;
color:#ffffff;
width:913px;
margin-top:-10px;
margin-left: auto;
margin-right: auto;
background:#7A1212;
height:auto;
}