@charset "utf-8";
/* CSS Document */

#news-gauche {
	height: 460px;
	width: 318px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	float: left;
	text-align: center;
	color: #CCC;
	
}
#news-droit {
	color: #CC9933;
	height: 460px;
	color: #FFF;
	width: 575px;
	float: left;
	text-align: center;
}
#news-separation{
	position: absolute;
	height: 465px;
	width: 0px;
	left: 334px;
	top: 125px;
	background-color: #E5E5E5;
	border-left: 1px solid #FFFFFF;
}