/* Style Standart du Site */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:120%;
	font-size:12px;
	margin:5px 0;
	padding:0;
}
a{
	color:#FFFFFF;
}

/* Style Global du Site */	
#global {
	width:800px;
	margin: 0 auto;
	overflow: visible;
	background-color:#20577F;
}

/* En tête du Site (bandeau)  */
#header {
	width:800px;
	height:146px;
	background:url(img/decor/header.jpg) repeat left top; 
}

#header h1 {
	margin:0;
	width:348px;
	position:relative;
	top:94px;
	left:268px;
	background: url(img/decor/titre.gif) no-repeat left top;
}
#header h1 a {
	display:block;
	position:relative;
	width:348px;
	height:36px;
}
#header h1 a span {
	display:none; }
#header h2, #header p {
	margin:0;
	width:250px;
	position:relative;
	left:16px;
	color:#083C6D;
	font-weight:bold;
}
#header h2 {
font-size:14px;
}

#header p {
font-size:10px;
}

/* Menu du Site */
div#menu {
	float:left;
}
ul#menu {
	margin: 61px 0px 0px 0px;
	padding:0;
	width:217px;
	list-style:none;
}
ul#menu li {
	margin: 0px 0px 15px 0px; 
}
ul#menu li a {
	display:block;
	width:190px;
	height:20px;
}
ul#menu li a:hover {
	background-image: url(img/menu/fleche.gif);
	background-repeat:no-repeat;
	background-position:1% 50%;
	padding-left:35px;
}
ul#menu li a.active {
	background-image: url(img/menu/fleche.gif);
	background-repeat:no-repeat;
	background-position:1% 50%;
	padding-left:35px;
}

		
ul#menu li a span {
	display:none; 
}

	/* Drapeau des Langues */	
	div#lang{
		width:217px;
		position:relative;
		left:36px;
		bottom:20px;
	}
	
/* Contenu du Site */
	#contenu {
		margin: 0px 40px 0px 257px;
	}
	#contenu h2 {
		margin:0;
		text-align:center;
		font-size:15px; 
	}
	#contenu h3 {
		margin:0;
		height:61px;
		text-align:center;
		font-size:15px; 
	}
	#contenu p {
		margin:0px 0px 2em 0px;
		text-align:justify;
	}
	#contenu img {
		margin:0px 0px 10px 0px;
		border:0px; 
	}
	#contenu dl dt dd {
		text-indent:15px;
		background: url(img/decor/a.gif) no-repeat left top;
	}
	
	/* Diaporama du Site */
	#diaporama img {
	margin:0px 0px 0px 0px; 
	border: 0px;
	}
	
/* Classe du Site (bouton, bouton reservation, ect...) */ 
.bouton_popup {
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	/*width: 150px;*/
	height:25px;
	cursor:pointer;
	background-color: #20577f;
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}	
.bouton_reservation {
	font-weight: bold;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	width: 200px;
	height:25px;
	cursor:pointer;
	background-color: #20577f;
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#separation {
clear:both;
visibility:hidden;
width:100%;
height:5px;
margin:0;
padding:0;
}

#piedpage {
width:770px;
margin:0 auto;
text-align:right;
color:#000;
font-size:xsmall:
font-family:Arial, Helvetica, sans-serif;
}
#piedpage a {
color:#000;
text-decoration:none;
}

#resa {
width:100%;
height:600px;
overflow:visible;
}
