@charset "utf-8";
/* CSS Document */
table#cadre{
	background-color:#b3071b;
	width:1024px;
	color:#fff;
}
div#content-inner{
	
	float:left;
	margin:2px;
	
	
}


div.content-left {
	
	width: 220px;
	
}

.content-right{
	float:right;
	width:500px;
}

