@charset "utf-8";
/* CSS Document */
/*Conception Fizz Grafik - fizz-grafik.fr */

body {
	margin-top: 0px;
	background-image: url("imagesmenu/stripe.png");
}

.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2a5683;
}

.Style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

.Style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#hotel {
	background-image:url(imageslocalisation/hautdebanniere.jpg); 
	width:1004px; 
	background-color:#475b87;
	background-repeat:no-repeat; 
	padding-top:10px; 
	padding-left:10px;
	padding-right:10px;
	text-align: justify;
} 

#hotel2 {
	background-image:url(imageslocalisation/basdebanniere.jpg); 
	width:1024px; 
	height:20px;
	margin:0;
}



a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a.info {
  	position:relative;
}

a.info:hover {
    background: none; 
    z-index: 500; 
}
a.info span {display: none;}

a.info:hover span {
	display: inline; 
	position: absolute;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2a5683;
   	font-weight:normal;
    width:240px;
    top: 10px; 
    left: 50px;
    background: white;
    padding: 3px;
    border: 1px solid #5D779A;
    border-top: 4px solid #5D779A;
}

