/* CSS Document */

/* GENERAL */

body, html {
	margin:0px;
	background-color:#B0A080;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#C8B693;
	height:100%;
	width:100%;
}

a.lien {
	color:#FFFFFF;
	text-decoration:none;
}

a.lien:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

a  {
	color:#C8B693;
	text-decoration:underline;
}

a:hover  {
	color:#FFFFFF;
	text-decoration:underline;
}

h1{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom: 7px;
}

h2 {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

p {
	margin: 0px;
	padding: 0px;
}

.langues {
	width:800px;
	height: 88px;
	margin-bottom: 4px;
	margin-top: 10px;
}

.langues .droite {
	float: right;
	margin-top: 73px;
}

.langues .gauche {
	float: left;
	
}

.drapeau {
	border: 1px solid #B0A080;
}

.drapeauselectionne {
	border: 1px solid #FFFFFF;
}

a.lienLangue:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.global {
	width:800px;
	height:500px;
	border:1px solid #FFFFFF;
	background-color:#776D54;
	position: relative;
}

.partenaires {
	width:800px;
	height: 30px;
	text-align:center;
	margin-top:5px;
}

.mentions {
	width:800px;
	text-align: left;
	margin-top:5px;
}

.bandeau {
	height:250px;
	bottom:0px;
	position:relative;
	background-position: center;
}

.menu {
	height:41px;
	text-align:left;
	padding-left:5px;
	position:absolute;
	bottom:0px;
	left:0px;
}

a.onglet {
	width:100px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	background-color:#776D54;
	height:25px;
	bottom:0px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	float:left;
	cursor:pointer;
	margin-right:5px;
	margin-top:13px;
	text-decoration:none;
	position:relative;
	padding-top:7px;
	display:block;
}

a.ongletAll {
	width:100px;
	background-image: url("images/menuselect.png");
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/menuselect.png',sizingMethod='scale');
	background-repeat: no-repeat;
	height:21px;
	bottom:0px;
	text-align:center;
	font-size:12px;
	float:left;
	cursor:pointer;
	margin-right:5px;
	margin-top:0px;
	text-decoration:none;
	color:#776D54;
	position:relative;
	padding-top:20px;
	display:block;
}

*html a.ongletAll {
	margin-top: 4px;
}

a.onglet:hover {
	color: #776D54;
	text-decoration: none;
}

a.ongletAll:hover {
	color: #776D54;
	text-decoration: none;
}

.contenu {
	height:220px;
	text-align:left;
	padding:15px;
	padding-top:15px;
	position: relative;
}


.photo {
	height: 100px;
	width: 100px;
	border:1px solid #FFFFFF;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	overflow: hidden;
	position: relative;
}

img {
	border: none;
}

.masque {
	background-image:url(images/masque.png);
	_background: none; 
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/masque.png',sizingMethod='scale');
	background-repeat: repeat;
	position:absolute;
	left:0;
	top: 0;
	width: 100px;
	height: 100px;
}

.blanc {
	color: #FFFFFF;
	font-size: 11px;
}

.clearall { clear: both; font-size: 1px; }

div#qTip {
	 padding: 3px;
	 border: 1px solid #C8B693;
	 display: none;
	 background: #4D4636;
	 color: #C8B693;
	 text-align: left;
	 position: absolute;
	 z-index: 1000;
	 width:200px;
}


/* ACCUEIL */

.texteAccueil {
	width:480px;
	height:220px;
	float:left;
	overflow: auto;
}

.texteAccueil2 {
	width:480px;
	height:170px;
	float:left;
	overflow: auto;
}

.actuGlobal {
	float:left;
	width:280px;
	margin-left:10px;
}

.actualites {
	background-color:#4D4636;
	padding:10px;	
	height:185px;
	width: 260px;
	overflow:auto;
}

.actualitesscroll {	
	width: 250px;
	height:185px;
	padding-right: 5px;
}

.actualitesBloc {
	padding-bottom:5px;
	padding-top:5px;
	margin-right: 10px;
	border-bottom:1px dashed #C8B693;
}

.messageBlocsansbord{
	width: 455px;
	padding-right: 5px;

	margin-bottom: 15px;
}

/* ACTUALITES */

.texteActualites {
	width:750px;
	height:220px;
	float:left;
	overflow: auto;
}

.messageBlocActu{
	width: 720px;
	border-bottom:1px dashed #C8B693;
	padding-right: 5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/* CHAMBRES */

.chambresPhotos {
	width:380px;
	float:left;
	overflow:auto;
	height:220px;
}

.chambresTexte {
	float:left;
	width:360px;
	margin-left:10px;
	background-color:#4D4636;
	padding:10px;
	height:200px;
	overflow:auto;
}

.chambresTextescroll {	
	width: 350px;
	height:200px;
	padding-right: 5px;
}

/*MAISON */

.maisonPhotos {
	width:242px;
	position: absolute;
	overflow:auto;
	height:220px;
	right: 10px;
}


/*LIVRE D'OR */
.texteLivre {
	width:480px;
	height:200px;
	float:left;
	overflow: auto;
}

.lienadvisor {
	position: absolute;
	bottom: 0px;
	left: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	z-index: 1000;
}

.messageBloc{
	width: 460px;
	border-bottom:1px dashed #C8B693;
	padding-right: 5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


/*FORMULAIRES */
#formLivre {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#formContact {
	margin: 0px;
	padding: 0px;
}

input {
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4636;
	font-size: 11px;
	width: 260px;
}

.long {
	width: 294px;
}

textarea {
	background-color: #FFFFFF;
	border: none;
	width: 260px;
	height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4636;
	font-size: 11px;
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;
}

#formContact textarea {
	width: 294px;
	height: 90px;
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;
}

.submit {
	background-color: #C8B693;
	color: #4D4636;
	border: none;
	padding: 1px;
	font-size: 11px;
	cursor: pointer;
	width: auto;
	margin: 0px;
}

.cfrm { display: none; }

/*CONTACT */

.texteContact {
	width:160px;
	height:220px;
	float:left;
	overflow:auto;
}

.contactGlobal {
	float:left;
	width:608px;
}

.contact {
	background-color:#4D4636;
	padding:10px;	
	height:185px;
	overflow:auto;
}


/* PRESSE */

.divPresse {
	width:775px;
	height:220px;
	overflow:auto;
}

.presseArticle {
	width: 760px;
	border-bottom:1px dashed #C8B693;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.textePresse {
	float:left;
	width: 500px;
}

.photoPresse {
	float:left;
	width: 240px;
	margin-left: 20px;	
}

/* PARTENAIRES */

.cadrepartenaire {
	float: left;
	margin-right: 35px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color:#4D4636;
	margin:0px;
	padding:0px;
}

.partenaire {
	border: 1px solid #FFFFFF;
	margin-bottom: 5px;
	margin-right: 2px;
}

/* METEO */

.meteo {
	position: absolute;
	bottom: 0;
	margin-bottom: 5px;
}

.jourmeteo {
	float: left;
	width: 90px;
	margin-right: 20px;
}

.meteopresent {
	float: left;
	padding-left: 15px;
	margin-right: 20px;
	text-align: left;
}

.textemeteo {
	float: left;
}

.photometeo {
	height: 30px;
	width: 30px;
	float:right;
	overflow: hidden;
	position: relative;
}

.brindillechambre {
	position: absolute;
	height: 56px;
	width: 62px;
	top: 5px;
	right: 0px;
}

.brindille {
	position: absolute;
	height: 56px;
	width: 62px;
	top: 15px;
	right: 0px;
}

.cfrm {
	height:1px;
	visibility:hidden;
}

#recaptcha_image img {
    width: 230px;
}
