/* CSS Document */

/*gestion de la div de fond*/
#fond {
	position:absolute;
	height:600px;
	width:800px;
	left:50%;
	margin-left:-400px;
	top:5%;
	background-image: url(../imgs/fond.gif);
	border:groove;
	border-color:#993300;
}

/*gestion du body*/
body{ 
	background-color:#D29B48;
}

/*gestion du menu*/
#menu {
	position: absolute;
	top: 114px;
}
