body {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color:#99ccff;
}

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#entete {
	width: 100%;
	height: 114px;
	background: transparent url(../images/entete.jpg) no-repeat;
}

#recherche {
	width: 100%;
	height: 54px;
	background: transparent url(../images/recherche.jpg) no-repeat;
}

#grand_menu {
	width: 100%;
	height: 58px;
	background: transparent url(../images/grand_menu.jpg) no-repeat;
}

#conteneur{
	width: 100%;
	height: 383px;
	background-color: #FFFFFF;
}

#sous_menu{
	float: left;
	width: 148px;
	height: 473px;
	text-align: left;
	background: transparent url(../images/sous_menu.jpg) no-repeat;
}

#wrapper{
	width:652px;
	float: right;
	height: 473px;
	background-color: #FFFFFF;
}

#contenu{
	width: 652px;
	height: 375px;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/contenu.jpg) no-repeat;
}

#pied{
	width: 652px;
	height: 97px;
	background: transparent url(../images/pied.jpg) no-repeat;
}
