@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	overflow: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #543D3A;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #ffffff;
}
#flashcontent {
	height: 100%;
	font-family:arial;
	font-size:11px;
}
.index_flash {

	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
}
.index_flash a:link, .index_flash a:visited {
	font-weight:bold;
	color: #ffffff;
	text-decoration:underline;
}	
.index_flash a:hover {
	color: #cccccc;
	text-decoration:none;
}
h1 {
	color:#cccccc;
	font-size:14px;

}
h2 {
	color:#cccccc;
	font-size:12px;

}
.soustitre {

	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.nav {

	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-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;
}
.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;

}
.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-size: 10px;
	color: #333333;
	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-size: 10px;
	color: #553A41;
	text-decoration: none;
	font-weight: bold;
}
.imprimerplans a:link, .imprimerplans a:visited {
	color: #553A41;
	text-decoration: none;
}
.imprimerplans a:hover {
	color: #26333B;
	text-decoration: none;
}

#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;
}


.absmiddle {
	vertical-align:middle;
	margin-bottom:.25em;
	border:0px;
}

