html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 85%;
	font-family: "Arial";
	background: #6F7E94; 
	color: #000;
	text-align: center;
}
a, strong{
	color: #e2d1b2;
}
a:hover {
	color: #fff;
}
img {
	border: 0;
}
img.droite {
	float: right;
	margin-top: 20px;
}
p {
	padding-bottom: 10px;
}
.ensavoirplus {
	display: inline;
	color: yellow;
	text-decoration: underline;
	font-size: 0.9em;
}
h1 {
	font-size: 1.2em;
	text-decoration: underline;
	color: #e2d1b2;
	padding-bottom: 6px;
	padding-top: 10px;
	clear: both;
}
h2 {
	font-size: 1.2em;
	font-style: italic;
	color: #fff;
}
td.dte, th.dte {
	text-align: right;
}
table.tarifs {
	border: 0;
	border-collapse: collapse;
}
table.tarifs th {
	color: #e2d1b2;
	font-size: 1.2em;
	//padding-top: 12px;
	//border-bottom: solid 1px #fff;
	font-weight: normal;
	font-size: 1em;
}
table.tarifs td {
	vertical-align: top;
}
.comment {
	font-size: 0.9em;
	color: #fff;
}
table.hte td {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#illustration {
	position: relative;
	float: left;
	width: 180px;
	padding-top: 50px;
	padding-right: 20px;
	
}
#illustration_texte {
	position: relative;
	float: left;
	width: 480px;
	height: auto;
	padding-left: 20px;
	background-color: transparent;
}

table.main {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: transparent;
}
#frame_centre {
	position: relative;
	width: 772px;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
}
#frame {
	position: relative;
	float: left;
	width: 772px;
	height: auto;
	background-color: #495879;
	margin-top: 0px;
	margin-bottom: 60px;
}
#entete {position: relative; float: left; width: 772px; height: 167px; }
#menuhaut {
	position: absolute;
	top: 85px;
	left: 0px;
	width: 800px;
	height: 65px;
}
#menuhaut img {
	padding: 0;
	margin: 0;
}
#menupied {
	position: absolute;
	bottom: 10px;
	left: 15px;
	color: #e2d1b2;
	font-size: 0.8em;
}
#menupied ul {
	list-style: none;
}
#menupied ul li {
	display: inline;
	padding-right: 10px;
}
#corps {
	position: relative;
	float: left;
	margin-top: 0px;
	width: 732px;
	height: auto;
	padding-left: 40px;
	background: #67758c url('../images/bord-gauche-b.jpg') repeat-y 0 0;	
}
#titre {
	position: relative;
	float: left;
	width: 702px;
	text-align: left;
	padding-bottom: -12px;
	background: #67758c url('../images/titre-border-bot.gif') repeat-x 10% 0%;
}
#corps_contenu {
	position: relative;
	float: left;
	clear: left;
	width: 712px;
	height: auto;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	color: #fff;
}
#galerie {
	padding-top: 20px;
}
#galerie img {
	margin: 10px;
	border: solid 2px #bbb;
}
#pied {
	position: relative;
	float: left;
	clear: left;
	width: 772px;
	height: 150px;
}
#langues {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #e2d1b2;
	font-size: 0.9em;
}
#langues a {
	text-decoration: none;
	color: #e2d1b2;
	font-size: 0.9em;
	font-style: italic;
}
#langues a:hover {
	color: #fff;
}


#page_offres ul {
	list-style: none;
	margin-left: 30px;
}
#page_offres .sejour_tarif {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #e2d1b2;
	margin-left: 30px;
	font-style: italic;
	font-size: 0.9em;
}
#page_offres .sejour_tarif strong{
	font-style: normal;
	font-size: 1.1em;
}


#tarifs_chambre {
	position: relative;
	float: left;
	width: 350px;
	margin-top: 0px;
}
#tarifs_chambre h1, #tarifs_transport h1 {
	color: #fff;
	text-decoration: none;
}
#tarifs_chambre table.tarifs {
	width: 350px;
	margin-top: 10px;
}
#tarifs_transport {
	position: relative;
	float: right;
	width: 290px;
	margin-top: 0px;
	margin-right: 10px;
}

#tarifs_transport table.tarifs {
	width: 100%;
	margin-top: 10px;
}

#cartes_credit {
	position: relative;
	float: right;
	margin-top: 100px;
	margin-right: 20px;
}
#cartes_credit img {
	vertical-align: middle;
}
#onlinebooking {
	position: relative;
	float: right;
	margin-top: 50px;
	margin-right: 100px;
	text-align: center;
}
table.form {
	margin-left: 0px;
}
table.form th {
	text-align: right;
	padding-right: 30px;
	padding-bottom: 10px;
}
input, textarea {
	background: transparent;
	border: solid 1px #fff;
	padding: 3px;
	color: #fff;
}
input.bouton {
	padding: 3px;
	color:  #fff;
	font-variant: small-caps;
	font-size: 1.1em;
	cursor: pointer;
}
input.bouton:hover {
	color: #e2d1b2;
	border-color: #e2d1b2;
}


#contact_img {
	position: relative;
	float: left;
}
#contact_coordonnees {
	position: relative;
	float: left;
	padding-top: 50px;
	width: 300px;
	height: auto;
}
#contact_carte {
	position: absolute;
	top: 30px;
	right: 0px;
	background-color: transparent;

}
#contact_carte p {
	text-align: right;
	font-style: italic;
	font-size: 0.9em;
	padding-bottom: 10px;
	padding-right: 6px;
}


table#gastronomie_intro {
	width: 690px;
	position: relative;
	float: left;
}
table#gastronomie_intro th {
	width: 280px;
	height: 323px;
	background-color: transparent;
}
table#gastronomie_intro td {
	vertical-align: middle;
}
table#gastronomie_corps {
	width: 690px;
	position: relative;
	float: left;
	border-spacing: 20px;
	border-collapse: separate;
}
table#gastronomie_corps td {
	vertical-align: top;
}
.jqcycle {
	width: 263px;
	height: 323px;
	overflow: hidden;
}
table.spa th{
		width: 500px;
	}
	
	.tooltip {
	background-color: #e2d1b2;
	border: solid 2px #fff;
	color: #000;
	text-align: left;
	padding: 10px;
	}
	.tooltip strong {
		color: #000;
	}
	
	
	
#onglets {
	margin-left: 10px;
	background: transparent url('../images/onglet_bordure_ht.jpg') repeat-x 0 0;
	width: 651px;
	float: left;
	margin: 8px;
	margin-bottom: 0;
	height: 31px;
}
#onglets img {
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.lien_java {
	cursor: pointer;
	display: inline;
}
#presse {
	position: relative;
	width: 635px;
	float: left;
	margin-left: 8px;
	padding: 10px;
	padding-top: 20px;
	background: #67758c url("../images/corps-tableau.gif") repeat-y 0 0;
}
#presse-pied {
	position: relative;
	width: 652px;
	height: 44px;
	float: left;
	margin-left: 8px;
	background: #4c5b77 url("../images/bas-tableau.gif") no-repeat 0 0;
	
}

#articles_presse {
	display: none;
}
#bibliographie {
	display: none;
}

.un_article_presse {
	position: relative;
	float: left;
	padding: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}
		

.une_bibliographie {
	position: relative;
	float: left;
	padding: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}
	
#tripadvisor {position: relative; float: left; margin-left: 530px; margin-top: -70px; width: 175px; }
form {position: relative; float: left; clear: left; }	
 