body {
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E2D5C5;
}


#contenant {
	height: 765px;
	width: 995px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
}

#logo {
	height: 77px;
	width: 231px;
	position: absolute;
	left: 16px;
	top: 19px;
	z-index: 100;
}


/*////  MENU  ////*/

#menu {
	height: 80px;
	width: 730px;
	position: absolute;
	left: 251px;
	top: 20px;
	z-index: 20;
}


/*////  HISTORIQUE  ////*/

#historique {
	height: 25px;
	width: 730px;
	position: absolute;
	left: 254px;
	top: 53px;
	z-index: 100;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
div#historique a{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


/*////  PAGES  ////*/

#page {
	height: 610px;
	width: 890px;
	position: absolute;
	left: 16px;
	top: 111px;
	z-index: 2;
}

#pagegauche {
	height: 610px;
	width: 440px;
	position: absolute;
	left: 16px;
	top: 111px;
	z-index: 2;
}
#pagedroite{
	height: 620px;
	width: 440px;
	position: absolute;
	left: 465px;
	top: 111px;
	z-index: 2;
}

.cadre {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
