/* CSS Document */

.c_haut_gauche{
	position:absolute; 
	top:0px; 
	left:0px; 
	height:160px; 
	width:620px; 
	background:transparent url(../images/bg-rBox-wide-flex.png) top left no-repeat;
}
	
.c_haut_droit {
	position:absolute; 
	top:0px; 
	left:620px; 
	height:160px; 
	width:192px; 
	background:transparent url(../images/bg-rBox-wide-flex.png) top right no-repeat;
}

.c_bas_gauche{
	position:absolute; 
	top:160px; 
	left:0px; 
	height:36px; 
	width:620px; 
	background:transparent url(../images/bg-rBox-wide-flex-bottom.png) top left no-repeat;			
}
	
.c_bas_droit{
	position:absolute; 
	top:160px; 
	left:620px; 
	height:36px; 
	width:192px; 
	background:transparent url(../images/bg-rBox-wide-flex-bottom.png) top right no-repeat;
}

.c_boite{position:absolute; top:23px; left:35px;}


