@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	margin: 0px;
	color: #330000;
}
.index_flash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
.index_flash a:link, .index_flash a:visited {
	font-weight:bold;
	color: #333333;
	text-decoration:none;
}	
.index_flash a:hover {
	color: #000000;
	text-decoration:none;
}
.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: #89CF1F;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #89D220;
}
.nav {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}
.nav a:link, .nav a:visited {
	color: #330000;
	text-decoration: none;
}
.nav a:hover {
	color: #A2E33F;
	text-decoration: none;
}
.navoff {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	color:#87DD0C;
	font-size:24px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.adresse {
	color: #25160E;
	font-weight: normal;
	font-size: xx-small;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.adresse a:link, .adresse a:visited {
	color: #25160E;
	text-decoration: none;
	font-weight: bold;
}
.adresse a:hover {
	color: #4B1E19;
	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;
}
.viamichelin {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #362714;
	text-decoration: none;
}
.viamichelin a:link, .viamichelin a:visited {
	color: #362714;
	text-decoration: none;
}
.viamichelin a:hover {
	color: #5F595D;
	text-decoration: underline;
}
.absmiddle {
	vertical-align:middle;
	margin-bottom:.25em;
	border:0px;
}
/***********************/
/*   PAGES HOTEL.PHP   */
/***********************/
#hotel_div_conteneur {
	width: 770px;
	margin-left: auto;
	margin-right:auto;
	background-image: url(img/hotel_ombre_cote.png);
	background-repeat: repeat-y;
}
#hotel_div_bas {
	width: 770px;
	margin-left: auto;
	margin-right:auto;
	background-image: url(img/hotel_ombre_bas.png);
	height: 9px;
}
#hotel_div_fond {
	width: 750px;
	margin-left: auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #52593C;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.hotel_retour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999966;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}
.hotel_retour a:link, .hotel_retour a:visited {
	color: #999966;
	text-decoration: none;
}
.hotel_retour a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.hotel_adresse {
	color: #25160E;
	font-weight: normal;
	font-size: xx-small;
	text-decoration:none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.hotel_adresse a:link, .hotel_adresse a:visited {
	font-weight: bold;
	color: #25160E;
	text-decoration: none;
}
.hotel_adresse a:hover {
	color: #2B3C34;
	font-weight: bold;
	text-decoration:none;
}
/***************/
/* PAGES HOTEL */
/***************/
.hotel_titre {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #33473E;
	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: #33473E;
	background-color: #D9E2D8;
	padding: 4px;
	margin-top: 5px;
}
.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: #333333;
	background-color: #FFFFCC;
	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;
}
