body {
	margin: 0px;
	background-color: #991054;
	background-image: url(img/fond.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans, helvetica, serif;
	font-size: 13px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #D6D808;
}

a:hover {
	color: #a8a82f;
}

h1 {
	color: #440524;
	font-size: 18px;
	margin: 0px;
}

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

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

h4 {
	color: #991055;
	font-size: 13px;
	margin: 0px;
}

input,textarea,select {
	font-family: Trebuchet MS, Arial, Helvetica, sans, serif;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}

input:focus,textarea:focus
	/* Quand le curseur est sur un champ (ne marche pas sur IE) */ {
	border: 1px solid #BBBBBB;
	background-color: #FFFFCF;
}

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

table {
	margin: auto;
	width: 100%;
	border-collapse: collapse;
}

td {
	text-align: center;
	border: 1px solid #991054;
	padding: 3px;
}

table.sansbordure td {
	border: 0;
}

table.avecbordure td {
	border: 1px solid #991054;
}

ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

li {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 150%;
	list-style-type: none;
	font-size: 14px;
}

li li {
	font-size: 12px;
}

li a {
	color: #ffffff;
}

li a:hover {
	color: #FCEB08;
}

.imagetexte {
	margin: 5px;
}

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

.contenu {
	width: 755px;
	min-height: 400px;
	margin-left: 235px;
	padding: 0px;
	overflow: hidden;
}

.acceuil {
	clear: both;
	margin: 340px 30px 0px 30px;
	color: #ffffff;
}

.animation {
	position: absolute;
	height: 330px;
	clear: both;
}

#divimagea {
	position: absolute;
	height: 330px;
	width: 1000px;
}

#divimageb {
	position: absolute;
	height: 330px;
	width: 1000px;
}

.contenupage {
	width: 1000px;
	background-image: url(img/fondpage.png);
}

.page {
	width: 1000px;
	margin: auto;
}

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

.hautpage a {
	color: #FFFFFF;
}

#hautpage_fb {
	position: absolute;
	margin: 65px 0px 0px 605px;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#hautpage_fb:hover {
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	opacity: 1;
}

#hautpage_logis{
	position: absolute;
	margin: 10px 0px 0px 832px;
	transition: all .2s;
}

#hautpage_hotel_2_etoiles{
	position: absolute;
	margin: 10px 0px 0px 910px;
	transition: all .2s;
}

#hautpage_logis:hover {
	margin: 13px 0px 0px 832px;
}

.hautpagemenu {
	position: absolute;
	margin: 45px 0px 0px 265px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 200%;
	width: 335px;
	color: #FFFFFF;
}

.hautpagemenu2 {
	position: absolute;
	margin: 100px 0px 0px 800px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	line-height: 150%;
	width: 160px;
	color: #FFFFFF;
}

.barrenav {
	position: absolute;
	width: 980px;
	height: 15px;
	top: 178px;
	color: #991054;
	font-size: 11px;
	margin-left: 10px;
	padding: 0px;
}

.barrenav a {
	color: #991054;
}

.menu {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px;
}

.contenumenu {
	width: 205px;
	padding: 0px 10px 0px 10px;
	background-image: url(img/fondmenu.png);
	background-repeat: repeat-y;
}

.hautmenu {
	width: 225px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/hautmenu.png);
	background-repeat: no-repeat;
}

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

.contenubas a {
	color: #FFFFFF;
}

.contenubas {
	padding: 15px 0px 0px 0px;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}

.baspage {
	width: 1000px;
	height: 36px;
	background-image: url(img/bas.png);
	clear: both;
}

#lightbox_boitepanierajout {
	position: absolute;
	top: 25%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	overflow: auto;
	border: 2px solid #DDDDDD;
	background-color: #FFFFFF;
	z-index: 100;
	padding: 10px;
	text-align: center;
}

/* 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;
}
.diapopremiere { width: 200px; }

.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: fixed;
	color: #000000;
	text-align: left;
	font-weight: normal;
	top: 10%;
	left: 50%;
	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
}