body {
	margin:50px auto;
	padding:0px;
	text-align:center;
	height: 100%;
	background-color:#OOOOOO;
	}

div {
	
	}
div#bandeau {
	text-align:center;
	margin:0px auto;
	width:800px;
	height:105px;
	background-color:#FFFFFF;
	}
div#menu {
	float:left;
	width:160px;
	height:90%;
	background-color:#F00000;
	}

div#contenu {
	margin:0px auto;
	width:800px;
	background-color:#FFFFFF;
	text-align:left;
	}
div#bloc_news {
	border:groove red;
	margin:0px auto;
	float:right;
	width:196px;
	height:200px;
	background-color:#FFFFFF;
	}
div#bloc_entete {
	text-align:center;
	margin:0px auto;
	float:right;
	width:420px;
	height:200px;
	background-color:#FFFFFF;
	}
div#pied_page {
	text-align:center;
	margin:0px auto;
	clear:both;
	width:800px;
	height:50px;
	background-color:#FFFFFF;
	}

