body{
	background-color:#000;
	background-image:url(img/bg.png);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	padding:0px;
}
#cadre{
	border:2px solid white;
	width:1000px;
	margin:auto;
	}
#menu{
	text-align:center;
}
#content{
	background-image:url(img/fond_news.jpg);
	height:500px;
	margin:auto;
}
#titre{
	background-color:#999;
	height:176px;
	margin:auto;
}
#foot{
	background-color:#222;
	text-align:center;
	height:15px;
	margin:none;
	border-top:1px solid #FFF;
}