body {
	margin: 0px;
	background-color: #71B281;
	background-image: url(img/fond.png);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Trebuchet MS, Arial, serif;
	font-size: 12px;
	color: #27547F;
}

a {
	text-decoration: none;
	color: #142E3F;
}

a:hover {
	color: #4C87AF;
}

.article a {
	text-decoration: none;
	color: #4C99CF;
}

.article a:hover {
	color: #235980;
}

h1 {
	color: #4C99CF;
	font-style: italic;
	font-size: 18px;
	margin: 0px;
}

h2 {
	color: #AAAAAA;
	font-size: 16px;
	margin: 0px;
}

h3 {
	color: #000000;
	font-size: 14px;
	margin: 0px;
}

h4 {
	color: #000000;
	font-size: 12px;
	margin: 0px;
}

hr {
	color: #71B281;
	background-color: #71B281;
	height: 1px;
	border: 0;
}

input,textarea,select {
	border: 1px solid #999999;
	font-family: Trebuchet MS, Arial, serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

input:focus,textarea:focus
	/* Quand le curseur est sur un champ (ne marche pas sur IE) */ {
	background-color: #FFFFcf;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	width: 100%;
	background-color: #FFF8C6;
	border-collapse: collapse;
}

td {
	padding: 2px;
	text-align: center;
	border: 2px solid #FFEB4E;
}

table.sansbordure td {
	border: 0;
}

table.avecbordure td {
	border: 2px solid #FFEB4E;
}

tr:hover {
	background-color: #FFFFFF;
}

ul {
	margin-left: 20px;
	padding: 0px;
}

li {
	list-style-image: url(img/rub.png);
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

li li {
	list-style-image: url(img/rubmini.png);
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

li:hover {
	list-style-image: url(img/go.png);
}

li li:hover {
	list-style-image: url(img/gomini.png);
}

.imagetexte {
	margin: 5px;
}

.article {
	text-align: justify;
	clear: left;
}

.contenu {
	width: 730px;
	margin-left: 15px;
	padding: 0px;
	min-height: 350px;
}

.page {
	width: 980px;
	background-color: #FFEB4E;
	margin: auto;
}

.hautpage {
	width: 980px;
	height: 290px;
	margin-top: 0px;
	background-image: url(img/haut.png);
}

#hautpage_lang {
	position:absolute;
	margin:5px 0 0 200px;
}

.logosite {
	position: absolute;
	width: 250px;
}

.boutonreservation {
	position: absolute;
	margin-left: 780px;
	top: 40px;
}

.barrenav a {
	color: #DFB700;
}

.barrenav {
	position: absolute;
	width: 730px;
	height: 15px;
	top: 260px;
	margin-left: 15px;
	padding: 0px;
	color: #DFB700;
}

.menu {
	float: right;
	width: 219px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/fondmenu.png);
	background-repeat: repeat-y;
}

.menu a {
	color: #6699CC;
}

.menu a:hover {
	color: #31699F;
	font-style: italic;
}

.contenumenu {
	width: 190px;
	margin-left: 10px;
	padding: 0px;
}

.basmenu {
	width: 219px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/basmenu.png);
	background-repeat: no-repeat;
}

.contenubas a {
	color: #FFFFFF;
}

.contenubas {
	width: 950px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
}

.baspage {
	width: 980px;
	height: 35px;
	background-image: url(img/bas.png);
	background-repeat: repeat-x;
	clear: both;
}

/* Style pour les lightbox */
#fond_lightbox {
	position: fixed;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color: #000000;
	z-index: 99;
	text-align: right;
}

.ferme_lightbox {
	position: absolute;
	left: 100%;
	margin-left: -60px;
	z-index: 101;
}

.lightbox_miniature {
	position: fixed;
	height: 100%;
	top: 0px;
	width: 100%;
	left: 0px;
	overflow: visible;
	z-index: 500;
	text-align: center;
}

.lightbox_diapo {
	position: fixed;
	height: 100%;
	top: 0px;
	width: 100%;
	left: 0px;
	overflow: visible;
	z-index: 500;
	text-align: center;
}

.diapotexte {
	display: inline-block;
	margin: 5px;
	padding: 5px;
	text-align: center;
	background-color: #EEEEEE;
}

.imagelightbox {
	position: relative;
	vertical-align: middle;
	top: 10%;
	border: 10px solid #FFFFFF;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 20px #000000;
	-webkit-box-shadow: 2px 2px 20px #000000;
	-moz-box-shadow: #000000 2px 2px 20px;
}

.lightbox_diapo_barre {
	position: absolute;
	left: 50%;
	width: 150px;
	height: 48px;
	margin: -55px 0px 0px -75px;
	top: 10%;
	z-index: 101;
	background-color: transparent;
	background-image: url(img/background.png);
	padding: 0px;
	white-space: nowrap;
	font-size: 14px;
}

.lightbox_diapo_info {
	display: inline-block;
	width: 54px;
	height: 48px;
}

/* Style pour le formulaire de contact */
#lightbox_contact_formulaire textarea {
	width: 95%;
}

#lightbox_contact_formulaire {
	padding: 10px;
}

#lightbox_contact {
	position: absolute;
	top: 10%;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	overflow: auto;
	border: 2px solid #DDDDDD;
	background-color: #FFFFFF;
	z-index: 100;
}

/* Style pour le formulaire de contact de bp */
#lightbox_bp_contact_formulaire textarea {
	width: 95%;
}

#lightbox_bp_contact_formulaire {
	padding: 10px;
}

#lightbox_bp_contact {
	position: fixed;
	top: 10%;
	left: 50%;
	height: 80%;
	width: 500px;
	margin-left: -250px;
	overflow: auto;
	border: 2px solid #DDDDDD;
	background-color: #FFFFFF;
	z-index: 100;
}

.erreur {
	font-size: 16px;
	color: #AF4941;
	text-align: center
}
