@charset "utf-8";
/* CSS Document */
body{
margin:0 0 0 0;
padding:0 0 0 0;
background:url(../images/background.jpg) top repeat-x;
font-family:Arial, Helvetica, sans-serif ;
font-size:20px ;
}
#conteneur{
z-index:1;
}
#circle_body{
margin-left:-400px;
position:absolute;
left: 50%; 
z-index:2;
width:800px;
height:448px;
margin-top:89px;
}
#left{
background:url(../images/bg_left.jpg) top center repeat-x;
height:448px;
position:absolute;
top:89px;
left:0;
width:50%;
}
#right{
background:url(../images/bg_right.jpg) top center repeat-x;
height:448px;
position:absolute;
top:89px;
left:50%;
width:50%;
}
a,img{
text-decoration:none;
border:none;
}