body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	background-image: url(images/fond.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	font-size: 12px;
}
.tableHaut {
	background-color: #00719b;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	width: 990px;
	margin-top: auto;
	margin-left: auto;
	color: #FFF;
}
.nav {
	background-color: #44babf;
	width: 990px;
	position: relative;
	height: 33px;
	text-align: center;
	padding-top: 3px;
}

.NavDroite {
	font-size: 14px;
	color: #03749c;
	width: 201px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 22px;
}
.Liensdroit {
	font-size: 14px;
	color: #03749c;
}
.Liensdroit a {
	font-size: 14px;
	color: #03749c;
}
.LiensReservation {
	font-size: 14px;
	color: #e97017;
}
.LiensReservation a {
	font-size: 14px;
	color: #e97017;
}



.ColDroite {
	width: 317px;
	background-image: url(images/fond_col_droite.png);
	background-repeat: no-repeat;
}
h1 {
	font-size: 18px;
	color: #FFF;
}
h2 {
	font-size: 14px;
	color: #FFF;
}


#site {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	z-index: 15;
	position: relative;
}
#menu_haut {
	height: 42px;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: bold;
	background-color: #44BABF;
}
#menu_haut li {
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: center;
	width: 100px;
}
#menu_haut li:hover {
    float: left;
    margin: 5px;
    padding: 8px;
    width: 100px;
}
.Centre {
	background-image: url(images/fond_centre.gif);
	background-repeat: repeat-x;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

.TexteCentre {
	width: 635px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.TexteCentre2 {
	width: 635px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 122px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/fond-promo.gif);
}

.TitreCentre {
	width: 635px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #44babf;
}
.TitreCentre2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.Adresse1 {
	width: 214px;
	background-image: url(images/fond_adresse1.png);
	height: 379px;
	margin-right: auto;
	margin-left: auto;
	background-position: top;
}
.Adresse2 {
	height: 279px;
	width: 230px;
	background-image: url(images/fond_adresse2.png);
	background-repeat: no-repeat;
}
.Adresse3 {
	height: 379px;
	width: 230px;
	background-image: url(images/fond_adresse2.png);
	background-repeat: no-repeat;
}


.TitreCadreAdresseHaut {
	font-size: 18px;
	color: #FFF;
	background-repeat: repeat-x;
	background-image: url(images/fond_adresse.gif);
	height: 63px;
}
.TitreCadreAdresseHaut2 {
	font-size: 18px;
	color: #FFF;
	background-image: url(images/adresse_titre1.gif);
}

.TexteAdresse {
	font-size: 12px;
	color: #4b4b4b;
}


hr {
	color: #e97017;
}
.affichage {
	font-size: 10px;
	width: 940px;
	text-align: center;
}

.LiensBas {
	font-size: 12px;
	color: #4b4b4b;
}
.LiensBas a {
	font-size: 12px;
	color: #4b4b4b;
}






/* slider*/
.container {
	width: 990px;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:351px;
	width: 990px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px;
	right: -5px;
	width: 178px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	background-image: url(images/paging_bg3.png);
	background-repeat: no-repeat;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	border: 1px solid #222222;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	background-color: #8B9093;
}
.paging a:hover {
	font-weight: bold;
}


.boxFenetres {
	border: 1px solid #CCCCCC;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	position: relative;
	text-align: left;
}

.boxLegendes {
	color: #000000;
	float: left;
	font-size: 12px;
	text-align: justify;
	width: 290px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
}
.boxIcones {
	color: #000000;
	float: left;
	font-size: 12px;
	text-align: justify;
	width: 275px;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 85px;
}
.boxtitle_fleche {
	float: left;
	margin-top: 5px;
	margin-left: 4px;
	background-image: url(images/fleche_orange.png);
	height: 12px;
	width: 20px;
}
.boxtitle {
	background-color: #a8cce4;
	color: #4b4b4b;
	font-size: 14px;
	margin-left: 24px;
	padding-left: 5px;
	text-align: left;
	margin-right: 18px;
	font-weight: bold;
	margin-top: 5px;
}
.boxAcces {
	background-color: #a8cce4;
	color: #4b4b4b;
	font-size: 14px;
	text-align: left;
	margin-right: 18px;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 5px;
}
.boxAccesRose {
	background-color: #fcd6ba;
	color: #4b4b4b;
	font-size: 14px;
	text-align: left;
	margin-right: 18px;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 5px;
}
.boxAccesVert {
	background-color: #b5ebed;
	color: #4b4b4b;
	font-size: 14px;
	text-align: left;
	margin-right: 18px;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 5px;
}



.boxtitleRose {
	background-color: #fcd6ba;
	color: #4b4b4b;
	font-size: 14px;
	margin-left: 24px;
	padding-left: 5px;
	text-align: left;
	margin-right: 18px;
	font-weight: bold;
	margin-top: 5px;
}
.boxtitleVert {
	background-color: #b5ebed;
	color: #4b4b4b;
	font-size: 14px;
	margin-left: 24px;
	padding-left: 5px;
	text-align: left;
	margin-right: 18px;
	font-weight: bold;
	margin-top: 5px;
}


.texte_produits {
	margin-left: 4px;
	margin-right: 4px;
	text-align: left;
	height: 221px;
	width: 634px;
	background-image: url(images/box_adresse.png);
}

.boximg {
	border-color: #999999;
	border-width: 1px;
	float: left;
	height: 101px;
	width: 183px;
	margin: 8px;
}
.boximg2 {
	border-color: #999999;
	border-width: 1px;
	float: left;
	height: 101px;
	width: 183px;
	margin-top: 8px;
	margin-right: 24px;
	margin-bottom: 8px;
	margin-left: 24px;
}
.boxAdresse {
	border-color: #999999;
	border-width: 1px;
	float: left;
	width: 183px;
	margin-top: 8px;
	margin-right: 24px;
	margin-bottom: 8px;
	margin-left: 24px;
}

.texte_Acces {
	margin-left: 4px;
	margin-right: 4px;
	text-align: left;
	width: 592px;
	background-image: url(images/box_acces.png);
	height: 500px;
	padding-right: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
}
.texte_Natu {
	margin-left: 4px;
	margin-right: 4px;
	text-align: left;
	width: 592px;
	background-image: url(images/fond_natu.png);
	height: 500px;
	padding-right: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
}
.texte_Vacances {
	margin-left: 4px;
	margin-right: 4px;
	text-align: left;
	width: 592px;
	background-image: url(images/fond_vacances.png);
	height: 553px;
	padding-right: 25px;
	padding-left: 25px;
	background-repeat: no-repeat;
}

.CadresGris {
	background-color: #abaeb0;
	height: 30px;
}
.ContoursTableGris {
	border: 1px solid #4b4b4b;
	height: 145px;
	width: 201px;
}
.Form {
	margin-left: 4px;
	margin-right: 4px;
	text-align: left;
	width: 592px;
	height: 630px;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(images/box_acces.png);
	background-repeat: no-repeat;
}
.FormReponse {
	margin-left: 4px;
	margin-right: 4px;
	text-align: left;
	width: 592px;
	height: 300px;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(images/box_acces.png);
	background-repeat: no-repeat;
}
.Texte_Sejour {
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.titresOffres {
	font-size: 19px;
	font-weight: bold;
	color: #333;
	text-align: center;
	top: 20px;
	padding-top: 10px;
}
.TxtRemise {
	font-size: 20px;
	font-weight: bold;
	color: #CC3300;
	text-align: center;
	padding-top: 20px;
	font-variant: small-caps;
}
.OffrePtTexte {
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
}
