html, body {
	margin: 0;
	padding:0;
	height:100%;
}
div {
	text-align:center;
}
#bandeau {
	width:100%;
	height:3em;
	background-color:#00CCFF;
	padding-top: 1.5em;
}
#menu {
	float:left;
	width:10%;
	height:80%;
	background-color:#FF6699;
}
#menu_haut {
	width:10%;
	height:50%;
	background-color:#66CC33;
}
#menu_bas {
	width:10%;
	height:50%;
	background-color:#CC99CC;
}
#contenu {
	float:left;
	width:90%;
	height:80%;
	background-color:#FFCC00;
}
#bloc_news {
	float:right;
	width:30%;
	height:50%;
	background-color:#FF3300;
}
#pied_page {
	clear:both;
	width:100%;
	height:10%;
	background-color:#33FF99;
}