@charset "utf-8";
/* CSS Document */
body{
	background-color:#F4F4F4;
	}
#conteneur{
	width:990px;
	height:800px;
	margin:auto;
	
	}
#img{
	top:25px;
	height:150px;
	width:980px;
	background-color:#fff;
	margin:auto;
	text-align:center;
	font-size:36px;
	color:#06C;
	}
#menu{
	height:20px;
	width:980px;
	
	margin:auto;
	}