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

#Page {
	position:absolute;	
	left:50%;
	text-align:center;	
	width:749px; 
	height:auto;
	border:0; 
	background-color:#C30080;
	display:block;
	margin-left: -374px;
	float:left;
}

#BandeauGauche {
	width:180px; 
	border:0; 
	background-color:#C30080;
	float:left;
	margin:10px 10px 10px 10px;
}

#news {
	width:180px; 
	height:175px; 
	border:0; 
	overflow:auto;
}

#SeparationvLine {
	vertical-align:top;
	margin:10px 10px 10px 10px;
	background-color:#C30080;
	display:block;
	float:left;
}

#PageDroite {
	width:495px;
	vertical-align:top;
	background-color:#C30080;
	float:left;
	margin:0px 10px 10px 10px;
	height:auto;
	display:block;
}
#PageFooter {
	background-color:#003399;
	width:749px;
	display:block;
	float:left;
}

