/* --- PAGE --- */
body {
font-family:sans-serif;
font-size:12px;
background-color:#CCCCCC;	
}
/* --- CADRE --- */
#cadre{
background:url(images/r3_c1.gif) repeat-y;
width:1241px;
margin: 0px auto;
}
/* --- TOP --- */
.top-left{
float:left;
background:url(images/r1_c1.gif) no-repeat;
width:271px;
height:171px;
}
.top-center{
float:left;
background:url(images/r1_c2.gif) no-repeat;
width:700px;
height:171px;
}
.top-right{
float:left;
background:url(images/r1_c3.gif) no-repeat;
width:270px;
height:171px;
}
.top-bottom{
clear:both; 
background:url(images/r2_c1.gif) no-repeat;
width:1241px;
height:25px;
}
/* --- BODY --- */
#body-left{
	float:left;
	width:270px;
	height: inherit;
}
#body-center{
	float:left;
	width:600px;
	height: auto;
}
#body-right{
float:right;
width:100px;
}
.body-bottom{
clear:both;
background:url(images/r4_c1.gif) no-repeat;
width:1241px;
height:25px;
}
/* --- BOTTOM --- */
.bottom-left{
float:left;
background:url(images/r5_c1.gif) no-repeat;
width:271px;
height:220px;
}
.bottom-center{
float:left;
background:url(images/r5_c2.gif) no-repeat;
width:700px;
height:220px;
text-align:center;
}
.bottom-right{
float:left;
background:url(images/r5_c3.gif) no-repeat;
width:270px;
height:220px;
}
.bottom-bottom{ 
clear:both;
}
