div {
	text-align:center;
	}
div#bandeau {
	width:900px;
	height:400px;
	background:url(../img/banniere.jpg)>
	}
div#contenu {
	float:left;
	width:902px;
	height:500px;
	}

div#int{
	float:left;
	width:600px;
	height:500px;
	background-color:#FFFFFF;
	border:0px;
	padding-left:10px;
	border-color:#666666;
	border-style:solid;
	}
	
div#bloc_news {
	float:right;
	width:291px;
	height:500px;
	}
div#pied_page {
	clear:both;
	width:902px;
	height:50px;
	}
	
a:link, a:visited{
	color:#333333;
	font-family:"Century Gothic";
	text-decoration:none;
	
}

a:hover{
	color:#336699;
	font-family:"Century Gothic";
	text-decoration:none;
	
}