@charset "utf-8";

body {
background:url(images/bg_motif.png);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding:0px;
margin:0px;
}

#surconteneur {
width:710px;
margin:0px auto;
padding:0px;
}

#conteneur {
background-color:#FFFFFF;
width:600px;
margin:0px auto;
}

#header {
background:url(images/header.png) no-repeat top center;
width:600px;
height:60px;
}

.bord_gauche {
background:url(images/bord_gauche.png) repeat-y left;
width:55px;
height:auto;
}

.bord_droite {
background:url(images/bord_droit.png) repeat-y right;
width:55px;
height:auto;
}

#footer {
background:url(images/footer.png) no-repeat center bottom;
width:600px;
height:80px;
margin-top:96px;
}

#bloc {
width:450px;
margin:50px auto;
}

#bloc .top {
background:url(images/bloc_top.png) no-repeat center top;
width:450px;
height:50px;
}

#bloc .contenu {
background-color:#e6e6e6;
padding:20px 10px 15px 10px;
}

#bloc .bottom {
background:url(images/bloc_bottom.png) no-repeat center bottom;
width:450px;
height:15px;
}

#ombre_bottom {
background:url(images/ombre_bottom.png) no-repeat center top;
width:714px;
height:58px;
margin:0 auto;
}