body{
	margin: 0px;
	padding: 0px;
}
#conteneur {
	position: absolute;
	top: 50%;
	height: 578px;
	width: 806px;
	left: 50%;
	margin-top: -289px;
	margin-left: -403px;
	padding: 0px;
	background-color: #F4DFC4;
	overflow: hidden;
}
#baniere {
	position: absolute;
	height: 41px;
	width: 806px;
	left: 0px;
	top: 0px;
	background-color: #738A46;
	background-image: url(imagesmaquette/baniere.jpg);
}
#menu {
	position: absolute;
	height: 130px;
	width: 806px;
	left: 0px;
	top: 41px;
	background-color: #778E48;
}
#menuinfo {
	position: absolute;
	height: 407px;
	width: 189px;
	left: 0px;
	top: 171px;
}
#contenu {
	position: absolute;
	height: 407px;
	width: 617px;
	left: 189px;
	top: 171px;
	background-image: url(imagesmaquette/contenu.jpg);
	overflow: hidden;
	background-color: #F4DFC4;
}
#contenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;

}
#image {
	position: absolute;
	height: 150px;
	width: 254px;
	left: 356px;
	top: 248px;
}
