div {
	text-align:center;
	}
div#bandeau {
	width:auto;
	height:20px;
	color:#fff;
	background-color:#3366ff;
	}
div#contenu {
	width:auto;
	height:600px;
	color:#fff;
	background-color:#6699ff;
	}
div#pied_page {
	width:auto;
	height:20px;
	color:#fff;
	background-color:#3366cc;
	}