/* CSS Document */

<style type="text/css">
div#wrapper {
	padding: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
html, body {
	margin:0;
        height: 100%;
     text-align: center;
     }
.entete {
	background-color: #a3ad7d;
	height: 220px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(graphisme/enteteenfants06.jpg);
}
.contenu {
	height: auto;
	background-color: #fef4cd;
	background-image: url(graphisme/fond.jpg);
	background-repeat: no-repeat;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
.menu {
	float: left;
	width: 250px;
	height: auto;
	color: #ffffff;
}
.centre {
	margin-left: 250px;
}
.pied {
	background-color: #336699;
	height: auto;
}
</style>
.menubas {
	float: left;
	width: 250px;
}
