@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.body_hiver {
	background-color: #3E8AAE;
	background-image: url(img/fond_hiver.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
}
.body_ete {
	background-color: #cc9d6f;
	margin: 0px;
	background-image: url(img/fond_ete.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
}
.body_ete a:link, .body_ete a:visited, .body_hiver a:link, .body_hiver a:visited {
	color: #666666;
	text-decoration: none;
}
.body_ete a:hover, .body_hiver a:hover {
	color: #000000;
	text-decoration: none;
}
#corps {
	width:1034px;
	margin-left:auto;
	margin-right:auto;
}
#entete_admin {
	background-image:url(img/entete_admin.png);
	height:98px;
	text-align: center;
	vertical-align: bottom;
}
#entete_ete {
	background-image:url(img/entete_ete.png);
	height:98px;
	text-align: center;
	vertical-align: bottom;
}

#entete_hiver {
	background-image:url(img/entete_hiver.png);
	height:98px;
	text-align: center;
	vertical-align: bottom;
}
#nav {
	height:83px;
	background-image: url(img/fond.png);
	background-repeat: repeat-y;
}
#contenu {
	padding-left:22px;
	padding-right:22px;
	background-image: url(img/fond.png);
	background-repeat: repeat-y;
}
.contenu {
	text-decoration:none;
	color: #666666;
	font-size: 10px;
}
.contenu a:link, .contenu a:visited {
	text-decoration:none;
	color: #666666;
}
.contenu a:hover {
	text-decoration:none;
	color: #000000;
}
#bas_hiver {
	background-image:url(img/bas_hiver.png);
	height:81px;
	position:relative;
}
#bas_ete {
	background-image:url(img/bas_ete.png);
	height:81px;
	position:relative;
}
#bas_admin {
	background-image:url(img/bas_hiver.png);
	height:81px;
}

#fiche_nom {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:normal;
	color: #000000;
}

.fiche_menu {
	position:absolute;
	left: 64px;
	top: 24px;
	width: 203px;
	height: 132px;
	text-align: left;
}
.fiche_menu_hiver {
	color:#999999;
	font-size:9px;
	text-decoration:none;
}
.fiche_menu_hiver a:link, .fiche_menu_hiver a:visited {
	color:#235463;
	text-decoration:none;
}
.fiche_menu_ete {
	color:#999999;
	font-size:9px;
	text-decoration:none;
}
.fiche_menu_ete a:link, .fiche_menu_ete a:visited {
	color:#43321B;
	text-decoration:none;
}
.fiche_menu_hiver a:hover, .fiche_menu_ete a:hover {
	color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.fiche_coords {
	position:absolute;
	left: 745px;
	top: 19px;
	width: 242px;
	height: 222px;
	text-align: left;
}
.fiche_coords_hiver {
	color:#235463;
	font-size:9px;
	text-decoration:none;
}
.fiche_coords_hiver a:link, .fiche_coords_hiver a:visited {
	color:#235463;
	text-decoration:none;
}
.fiche_coords_ete {
	color:#43321B;
	font-size:9px;
	text-decoration:none;
}
.fiche_coords_ete a:link, .fiche_coords_ete a:visited {
	color:#43321B;
	text-decoration:none;
}
.fiche_coords_hiver a:hover, .fiche_coords_ete a:hover {
	color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.tarifs_titre_ete {
	color: #FFFFFF;
	background-color: #CC9D6F;
	font-weight: bold;
}
.tarifs_titre_hiver {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
}

.liste_hiver {
	width:514px;
	height:120px;
	background-image:url(img/liste_coin_hiver.png);
	background-position:260px 2px;
	background-repeat:no-repeat;
	position:relative;
	padding-top:1px;
	padding-left:1px;
}
.liste_ete {
	width:514px;
	height:120px;
	background-image:url(img/liste_coin_ete.png);
	background-position:260px 2px;
	background-repeat:no-repeat;
	position:relative;
	padding-top:1px;
	padding-left:1px;
}
.liste_titre, .liste_titre a:link, .liste_titre a:visited, .liste_titre a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	font-variant: small-caps;
	text-decoration: none;
}
.liste_contenu {
	position:absolute;
	left: 141px;
	top: 14px;
	width: 360px;
	height: 91px;
}
.liste_texte, .liste_texte a:link, .liste_texte a:visited, .liste_texte a:hover {
	font-size: 10px;
	color: #333333;
	text-decoration:none;
}
.liste_enplus {
	position:absolute;
	left: 455px;
	top: 95px;
	width: 56px;
	height: 16px;
	z-index:100;
	/**/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.liste_enplus a:link, .liste_enplus a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.liste_enplus a:hover {
	text-decoration:none;
	color:#FFFF99;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF99;
}

/*  */

#footer_sign {
	position:absolute;
	left: 17px;
	top: 20px;
	width: 334px;
	height: 16px;
	text-align:center;
	color: #666666;
	font-size: 9px;
	text-decoration:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#footer_sign a:link, #footer_sign a:visited {
	color: #666666;
	text-decoration:none;
}
#footer_sign a:hover {
	color: #000000;
	text-decoration:none;
}
.reservation_express {
	position:absolute;
	left: 600px;
	top: 43px;
	width: 182px;
	height: 39px;
	color: #666666;
	font-weight: bold;
	font-size: 9px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.reservation_express a:link, .reservation_express a:visited {
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	text-decoration:none;
}
.reservation_express a:hover {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	text-decoration:none;
}
.reservation_express_champs {
	color: #666666;
	font-weight: normal;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
/*
.reservation_express_bouton {
	color: #333333;
	font-weight: bold;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
  */

input[type=button] {
    background : #ECE2D8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    color : #652933;
	width:90px;
	height:20px
	
}

.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.nav {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}
.nav a:link, .nav a:visited {
	color: #330000;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.navoff {
	text-decoration: none;
	color: #FBDB54;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.texte a:link, .texte a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.texte a:hover {
	text-decoration: none;
	color: #990000;
}
.adresse {
	color: #330000;
	font-weight: normal;
	font-size: 10px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.adresse a:link, .adresse a:visited {
	color: #330000;
	text-decoration: none;
	font-weight: bold;
}
.adresse a:hover {
	color: #186C6B;
	font-weight: bold;
	text-decoration:none;
}

.mentions {
	color: #000000;
	text-align: justify;
	font-weight: normal;
	font-size: 11px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.mentions a:link, .mentions a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}
.mentions a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}


.absmiddle {
	vertical-align:middle;
	margin-bottom:.25em;
	border:0px;
}


/*****/
.hotel_titre {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.hotel_texte {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
.hotel_texte a:link, .hotel_texte a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

.hotel_texte a:hover {
	color: #F3BF00;
	text-decoration: none;
}
.hotel_tableau_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-top: 20px;
}
.hotel_tableau_texte {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 4px;
}
.hotel_dispo_champs{
	border:#999999 1px solid;
	padding:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(img/hotel_ombre_champs.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.hotel_calendrier_bordure {
	background-color:#666666;
}
.hotel_calendrier_annees {
	background-color:#E1E1E1;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.hotel_calendrier_mois {
	background-color:#666666;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.hotel_calendrier_jours {
	background-color:#EAEAEA;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#hotel_retour {
	background-image: url(img/fermer.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	left: 470px;
	top: 2px;
}
#hotel_retour:hover {
	background-image: url(img/fermer.png);
	background-position: 0px -18px;
	background-repeat: no-repeat;
}

.photo_thumbs {
	border:#FFFFFF 1px solid;
}
.photo_thumbs:hover {
	border:#FF0000 1px dashed;
	cursor:pointer;
}
.admin_erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E01D29;
}
.admin_ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009933;
}
