@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4D1C20;
	height:100%;
}
#div_flash{height:100%;}
p{ color:#FFFFFF;}
.index_flash {

	font-size: 11px;
	color: #7b2c32;
	text-decoration:none;
}
.index_flash a:link, .index_flash a:visited {
	color: #7b2c32;
	text-decoration:underline;
}	
.index_flash a:hover {
	color: #7b2c32;
	text-decoration:none;
}

h1 {
	color:#FFF5EB;
	font-size:20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.soustitre {
	font-size: 18px;
	color: #E3AA1D;
	font-weight: normal;
}
.nav {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:link, .nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #E3AA1D;
	text-decoration: none;
}
.navoff {
	color: #CE777D;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CE777D;
}
.texte {
	font-size: 12px;
	color: #FFFFFF;
}
.texte a:link, .texte a:visited {
	text-decoration: none;
	color: #E3AA1D;
}
.texte a:hover {
	text-decoration: none;
	color: #E3AA1D;
}
.adresse {
	color: #CE777D;
	font-weight: normal;
	font-size: 10px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.adresse a:link, .adresse a:visited {
	color: #CE777D;
	text-decoration: none;
	font-weight: bold;
}
.adresse a:hover {
	color: #E3AA1D;
	font-weight: bold;
	text-decoration:none;
}

.mentions {
	color: #7b2c32;
	text-align: justify;
	font-weight: normal;
	font-size: 11px;
	text-decoration:none;
	
}
.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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.viamichelin a:link, .viamichelin a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.viamichelin a:hover {
	text-decoration: none;
	color: #FFFF00;
}

.viamichelinrollover a {
	display:block;
	width: 120px;
	height: 15px;
	background: url("./img/viamichelin.png") 0 0 no-repeat;
}
.viamichelinrollover a:hover {
	background-position: 0 -15px;
}
.imprimerplans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.imprimerplans a:link, .imprimerplans a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.imprimerplans a:hover {
	color: #E3AA1D;
	text-decoration: none;
}

.hotel_retour {
   background: url("./img/fermer.png") 0 0 no-repeat;
}
.hotel_retour :hover {
   background-position: 0 -18px;
}
.hotel_retour :active {
   background-position: 0 -18px;
}
/***************/
/* PAGES HOTEL */
/***************/
.hotel_titre {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #E3AA1D;
}
.hotel_texte {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.hotel_texte a:link, .hotel_texte a:visited {
	color: #7b2c32;
	font-weight: normal;
	text-decoration: none;
}

.hotel_texte a:hover {
	color: #333333;
	text-decoration: none;
}
.hotel_tableau_titre {
	font-size: 12px;
	font-weight: bold;
	color: #E3AA1D;
	padding: 4px;
	margin-top: 5px;
	background-color: #7B2C32;
}
.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-size: 12px;
	color: #333333;
	background-image: url(img/hotel_ombre_champs.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
.hotel_calendrier_bordure {
	background:#666;
}
.hotel_calendrier_annees {
	background:#E1E1E1;
	color:#333333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.hotel_calendrier_mois {
	background:#666666;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.hotel_calendrier_jours {
	background:#EAEAEA;
	color:#333333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


.absmiddle {
	vertical-align:middle;
	margin-bottom:.25em;
	border:0px;
}

#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;
}

