/* --- PAGE --- */
body {
font-family:sans-serif;
font-size:12px;
background-color:#CCCCCC;	
}
/* --- CADRE --- */
#cadre{
background:url(images/site/r3_c1.jpg) repeat-y;
width:1200px;
margin: 0px auto;
}
/* --- TOP --- */
.top-left{
float:left;
background:url(images/site/r1_c1.jpg) no-repeat;
width:250px;
height:200px;
}
.top-center{
float:left;
background:url(images/site/r1_c2.jpg) no-repeat;
width:950px;
height:200px;
}
.top-bottom{
clear:both; 
background:url(images/site/r2_c1.jpg) no-repeat;
width:1200px;
height:25px;
}
/* --- BODY --- */
#body-left{
float:left;
width:250px;
}
#body-center{
float:left;
width:950px;
}
.body-bottom{
clear:both;
background:url(images/site/r5_c1.jpg) no-repeat;
width:1200px;
height:26px;
}
/* --- BOTTOM --- */
.bottom-left{
float:left;
background:url(images/site/r6_c1.jpg) no-repeat;
width:250px;
height:250px;
}
.bottom-center{
float:left;
background:url(images/site/r6_c2.jpg) no-repeat;
width:950px;
height:250px;
text-align:center;
}
.bottom-bottom{ 
clear:both;
}