body {
	background-image	: url(../Images/fond.jpg);
	margin				: 0px;
	padding				: 0px;
	font-family			: georgia;
	font-size			: 11px;
	color 				: #333333;
	text-align			: center;
}

a {
	cursor				: pointer;
}

#bandeauBox {
	height				: 12px;
	position			: absolute;
	background-color	: #111111;
	color 				: #FFCD89;
	width				: 100%;
	left				: 0px;
	top					: 0px;
	padding				: 4px;
	text-align			: center;
}

#titreBox {
	height				: 149px;
	width				: 668px;
	margin-left			: auto;
	margin-right		: auto;
	background-image	: url(../Images/fond_page.png);
	background-repeat	: repeat-y; 
}

#titreBox>div {
	height				: 149px;
	width				: 668px;
	margin-left			: auto;
	margin-right		: auto;
	background-image	: url(../Images/titre5.jpg);
	background-position	: 4px 0px; 
	background-repeat	: no-repeat; 
}

#infosBox {
	color				: #423838;
	border-bottom		: solid 1px #CCCCCC;
	padding				: 5px;
	margin-left			: 37px;
	margin-right		: 4px;
	background-color	: #d7ebc8;
}

#menuBox {
	position			: absolute;
	width				: 40px;
	left				: 50%;
	top					: 20px;
	margin-left			: -370px;
}

#menuBox li {
	width				: 30px;
}

#menuBox ul {
	list-style			: none;
}

#menuBox li a {
	display				: block;
	width				: 30px;
	margin-bottom		: 10px;
}

#menuBox .menuAccueil {
	background-image	: url(../Images/menu_accueil.jpg);
	height				: 89px;
}
#menuBox .menuAccueil:hover {
	background-image	: url(../Images/menu_accueil_hover.jpg);
}



#menuBox .menuReservations {
	background-image	: url(../Images/menu_reservations.jpg);
	height				: 125px;
}
#menuBox .menuReservations:hover {
	background-image	: url(../Images/menu_reservations_hover.jpg);
}



#menuBox .menuGalerie {
	background-image	: url(../Images/menu_galerie.jpg);
	height				: 79px;
}
#menuBox .menuGalerie:hover {
	background-image	: url(../Images/menu_galerie_hover.jpg);

}



#menuBox .menuCadre {
	background-image	: url(../Images/menu_cadre.jpg);
	height				: 73px;
}
#menuBox .menuCadre:hover {
	background-image	: url(../Images/menu_cadre_hover.jpg);
}



#menuBox .menuBonPlans {
	background-image	: url(../Images/menu_bons_plans.jpg);
	height				: 105px;
}
#menuBox .menuBonPlans:hover {
	background-image	: url(../Images/menu_bons_plans_hover.jpg);
}



#menuBox .menumenuPlanAcces {
	background-image	: url(../Images/menu_plan_acces.jpg);
	height				: 121px;
}
#menuBox .menumenuPlanAcces:hover {
	background-image	: url(../Images/menu_plan_acces_hover.jpg);
}



#menuBox .menuLivreDOr {
	background-image	: url(../Images/menu_livre_d_or.jpg);
	height				: 103px;
}
#menuBox .menuLivreDOr:hover {
	background-image	: url(../Images/menu_livre_d_or_hover.jpg);
}






#pageBox {
	text-align			: left;
	width				: 668px;
	margin-left			: auto;
	margin-right		: auto;
	background-image	: url(../Images/fond_page.png);
	color				: #423838;
	min-height			: 630px;
}

#footerBox {
	padding-left		: 40px;
	padding-top			: 20px;
	padding-bottom		: 2px;
	width				: 628px;
	margin-left			: auto;
	margin-right		: auto;
	background-image	: url(../Images/fond_page.png);
	color				: #423838;
	font-size			: 9px;
}


