.header {
	position:absolute;
	top:0px;
	width:100%;
	right:15px;
	margin-right:-15px;
	height:100px;
	background:#1b1464;
}
	
.header #inter{
	width:200px;
	margin:0px;
	margin-top:10px;
	height:150px;
	padding:0px;
	z-index:9;
	background:url('../images/logo_inter.png') no-repeat center bottom #1b1464;
}

.header #city{
	height:100px;
	margin:auto;
	position:absolute;
	top : 0px;
	left : 250px;
	right : 50px;
	background:url('../images/logo.png') no-repeat center center #1b1464;
	z-index:8;
}

.main {
	position:absolute;
	top:100px;
	width:100%;
	min-height:90%;
	right:15px;
	margin-right:-15px;
	}
	
* html body .main {
	height:100%;
	overflow:hidden
	}

/* IE-mac ne voit pas les lignes qui suivent \*/
* html body .main {
	height:0px;
	overflow:visible;
	} 
/* fin du text caché pour IE/mac */

.central {
	position:relative;
	top:0px;
	width:auto;
	margin:0px;
	margin-left:202px;
	margin-right:0px;
	background-color:#FFF;
	}

.corps {
	position:relative;
	min-height:500px
	}

* html body .corps {
	height:300px
	} 

.div-min-height {
	position:relative;
	height:300px;
	width:0px;
	float:left
	}

#menu{
	padding: 20px 20px 0px 20px;
	background: #F3F6FF;
	text-align:center;
	vertical-align:bottom;
}

#menu ul {
	margin: 0px;
	/*padding: 20px 10px 0px 10px;*/
	list-style: none;
}

#menu li {
	display:inline-block;
	padding:0px 5px 0px;
}

#menu a {
	display: inline-block;
	padding: 10px 15px 2px 15px;
	margin:0px;
	background:url('../images/page.png') no-repeat top left #1b1464;
	border:1px solid #DDD;
	border-bottom:1px solid #1b1464;
	color:#FFF;
}
#menu a:hover, #menu a:focus, #menu .hover {
	background:url('../images/page2.png') no-repeat top left #FFF;
	border:1px groove #1b1464;
	border-bottom:1px solid #FFF;
	color:#1b1464;
}

.pied {
	padding:0px 5px 5px 5px;
	background:#FCFCFC;
	text-align:center;
	border-top:10px solid #FFF;
	}

.pied ul {
	margin: 0px;
	/*padding: 20px 10px 0px 10px;*/
	list-style: none;
}

.pied li {
	display:inline-block;
	padding:0px 2px 0px;
}

.pied li a {
	display: inline-block;
	padding: 5px 15px 10px 15px;
	margin:0px;
	background:#1b1464;
	border:1px solid #DDD;
	border-top:1px solid #1b1464;
	color:#FFF;
}
.pied li a:hover, .pied li a:focus, .pied .hover {
	background: #FFF;
	border:1px groove #1b1464;
	border-top:1px solid #FFF;
	color:#1b1464;
}

.pied img{
	border:0px;
}

.nuage {
	padding:0px 5px 5px 5px;
	background:#FCFCFC;
	text-align:center;
	margin:0px;
}

.nuage fieldset{
	border:1px solid #DDD;
	color:#DDD;
}

.nuage li{
	display:inline;
	padding:0px 4px;
}

.nuage a{
	text-decoration:none;
	border:0px;
}

.div-min-height-bottom {
	position:relative;
	height:0px;
	clear:left
	}
	
#menus {
	position:absolute;
	margin:0px;
	height:100%;
	width:180px;
	top:0px;
	left:0px;
	background-color: #e8c040;
	border-right:2px groove #DDD;
	padding:60px 10px;
	}
	
div#reservation {
	width:182px;
	display:block;
	height:182px;
	padding:0px;
	margin:0px;
	padding-top:6px;
	/*border:1px solid black;*/
	background:url('../images/menu.png') no-repeat top left #e8c040;
	color:#1b1464;
	font:bold 18px Arial;
	line-height:18px;
	letter-spacing: 3px ;
	text-align:center;
	z-index:8;
}

div#reservation form {
	font:normal 11px Arial;
	letter-spacing: 0px ;
	color:#000;
	text-align:left;
	line-height:24px;
	padding: 0px;
	width:178px;
	height:140px;
	/*border:1px solid #999;
	background:white;
	border-top:0px;*/
	z-index:9;
}

div#reservation div {
	padding:5px;
}

div#reservation input {
	font:normal 10px Arial;
	padding:0px;
	padding-top:1px;
	padding-bottom:1px;
	/*border:1px groove #AAA;*/
	margin:2px;
}

div#diaporama {
	width:182px;
	display:block;
	height:182px;
	padding:0px;
	margin:0px;
	padding-top:6px;
	/*border:2px solid white;*/
	background:url('../images/menu.png') no-repeat top left #e8c040;
	color:#1b1464;
	font:bold 18px Arial;
	line-height:18px;
	letter-spacing: 3px ;
	text-align:center;
}

div#diaporama span {
	padding: 0px;
	width:178px;
	height:160px;
	/*background:white;
	border:1px solid #999;
	border-top:0px;*/
}

#contact {
	position:fixed;
	text-align:center;
	bottom:10px;
	width:180px;
	padding:0px;
	margin-left:0px;
	z-index:10;
}