body {
	background-color: #e4d4b6;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

a{
	position: relative;
}

#wrapper{
	width: 960px;
	height: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

#contain{
	width: 960px;
	height: 520px;
	position: relative;
	margin: 0;
	padding: 0;
}

#header{
	width: 960px;
	position: relative;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	z-index: 100;
}

#logo{
	background: url(../images/logo-eden-park.png) top left no-repeat;
	width: 218px;
	height: 126px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 25px;
	top:0;
	z-index: 100;
}

#logo-subrini{
	background: url(../images/logo-subrini.png) top left no-repeat;
	width: 218px;
	height: 126px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 25px;
	top:0;
	z-index: 100;
}

#logo-ideal-subrini{
	background: url(../images/logo-ideal-subrini.png) top left no-repeat;
	width: 218px;
	height: 126px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 25px;
	top:0;
	z-index: 100;
}

#logo-residence-ideal-subrini{
	background: url(../images/logo-residence-ideal-subrini.png) top left no-repeat;
	width: 218px;
	height: 126px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 25px;
	top:0;
	z-index: 100;
}

#logo-bar-brasserie{
	background: url(../images/logo-bar.png) top left no-repeat;
	width: 218px;
	height: 126px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 25px;
	top:0;
	z-index: 100;
}

#logo-bijouterie{
	background: url(../images/logo-bijouterie.png) top left no-repeat;
	width: 218px;
	height: 126px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 25px;
	top:0;
	z-index: 100;
}

#logo-resa{
	width: 936px;
	height: 150px;
	background: url(../images/logo-groupe.png) top left no-repeat;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 13px;
	top:0;
	z-index: 80;
}

/* MENU VERTICAL*/

#menu {
	position: absolute;
	top:463px;
	left: 10px;
	background: url(../images/menu.png) top left repeat-x;
	height: 27px;
	width: 940px;
	margin-left: 0;
	padding: 0;
	text-align: center;
	z-index: 90;
}

#menu-contain ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	float: left;
}

#menu ul{
	text-align: left;
	padding: 0px 0 0 5px;
	margin: 0 0 0 0;
	list-style-type: none;
	z-index: 110;
	float: left;
}

#menu li{
	text-align: left;
	padding: 0 0 0 0px;
	margin: 0;
	list-style-type: none;
	z-index: 110;
	display: block;
	float: left;
}

#menu a{
	height: 24px;
	line-height: 27px;
	padding: 0 10px 0 10px;
	margin: 0;
	display: block;
	float: left;
	text-decoration: none;
	position: relative;
	color: #000;
	z-index: 110;
}

#menu li a:hover{
	padding: 0 10px 0px 10px;
	line-height: 27px;
	margin: 0;
	height: 24px;
	position: relative;
	text-decoration: none;
	color: #483620;
	z-index: 110;
	border-bottom: 3px solid #483620;
}

#menu li a.current{
	position: relative;
	padding: 0 10px 0px 10px;
	border-bottom: 3px solid #483620;
	line-height: 27px;
	height: 24px;
	text-decoration: none;
	color: #483620;
	font-weight: bold;
	z-index: 110;
}

/* MENU RESERAVTION */

#menu-resa {
/* 	background: url(../images/menu.png) top left repeat-x; */
	position: absolute;
	top:122px;
	left: 170px;
	height: 24px;
	width: 940px;
	margin-left: 0;
	padding: 0;
	text-align: center;
	z-index: 90;
	font-size: 12px;
}

#menu-contain-resa ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	float: left;
}

#menu-resa ul{
	text-align: left;
	padding: 0px 0 0 5px;
	margin: 0 0 0 0;
	list-style-type: none;
	z-index: 110;
	float: left;
}

#menu-resa li{
	text-align: left;
	padding: 0 0 0 0px;
	margin: 0;
	list-style-type: none;
	z-index: 110;
	display: block;
	float: left;
}

#menu-resa a{
	height: 25px;
	line-height: 31px;
	padding: 0 10px 0 10px;
	margin: 0;
	display: block;
	float: left;
	text-decoration: none;
	position: relative;
	color: #000;
	z-index: 110;
}

#menu-resa li a:hover{
	padding: 0 10px 0px 10px;
	line-height: 31px;
	margin: 0;
	height: 24px;
	position: relative;
	text-decoration: none;
	color: #483620;
	z-index: 110;
	border-bottom: 3px solid #483620;
}

#menu-resa li a.current{
	position: relative;
	padding: 0 10px 0px 10px;
	border-bottom: 3px solid #483620;
	line-height: 31px;
	height: 24px;
	text-decoration: none;
	color: #483620;
	font-weight: bold;
	z-index: 110;
}
	
/* FIN MENU */

/* SLIDE */
h3.section {
	margin-top: 0;
}

#horizontal_slide {
	margin: 0;
	background: url(../images/fond-texte.png) top left repeat-x;
	width: 460px;
	height: 464px;
	padding: 0;
	font-weight: bold;
	position: relative;
}
#horizontal_slide_grand {
	margin: 0;
	background: url(../images/fond-texte.png) top left repeat-x;
	width: 660px;
	height: 464px;
	padding: 0;
	font-weight: bold;
	position: relative;
}

#horizontal_slide h1 {
	margin: 0;
	padding: 0;
}

#texte-horizontal_slide{
	width: 400px;
	height: 300px;
	margin: 0 0 0 30px;
	padding: 80px 0 0 0px;
	font-weight: normal;
}
#texte-horizontal_slide_grand{
	width: 600px;
	height: 300px;
	margin: 0 0 0 30px;
	padding: 80px 0 0 0px;
	font-weight: normal;
	overflow-y : scroll;
}

#btn-fermer{
	height: 74px;
	width: 20px;
	position: absolute;
	top:300px;
	left:440px;
}
#btn-fermer-grand{
	height: 74px;
	width: 20px;
	position: absolute;
	top:300px;
	left:640px;
}

div.marginbottom {
	height: 74px;
	width: 20px;
	position: absolute;
	top:300px;
	left:0;
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}

#reserver{
	height: 24px;
	width: 74px;
	position: absolute;
	top:40px;
	left:827px;
}

		/* Page */
		
		h1{
			font-size: 18px;
			color: #483620;
			padding: 0 0 5px 0;
			margin: 0;
		}
		
		#plan{
			width: 960px;
			height: 520px;
			font-size: 13px;
			text-align: left;
			position: absolute;
			top: 32px;
			left: 10px;
			margin-left: auto;
			margin-right: auto;
			z-index: 80;
		}
		
		#presentation{
/* 			background: url(../images/fond-test.jpg) top left no-repeat; */
			width: 960px;
			height: 520px;
			font-size: 13px;
			text-align: left;
			position: relative;
			margin-left: auto;
			margin-right: auto;
			z-index: 0;
		}

		
		#resa{
 			background: url(../images/resa.jpg) top left no-repeat;
			width: 960px;
			height: 520px;
			font-size: 13px;
			text-align: left;
			position: relative;
			margin-left: auto;
			margin-right: auto;
			z-index: 0;
		}


		#texte-presentation{
			line-height: 14px;
			margin: 0;
			font-size: 12px;
			padding: 0 0 0 0;
			width: 300px;
			height: 407px;
			left: 10px;
			top:33px;
			position: absolute;
			color: #222;
			z-index: 80;
		}
		
		#texte-presentation a{
			font-weight: bold;
			color: #483620;
			text-decoration: none;
		}

		#texte-presentation a:hover{
			font-weight: bold;
			color: #483620;
			text-decoration: underline;
		}
		
		#texte-resa{
			line-height: 14px;
			margin: 0;
			font-size: 12px;
			padding: 0 0 0 0;
			margin: 0 0 0 0;
			width: 900px;
			height: 320px;
			left: 50px;
			top:170px;
			position: absolute;
			color: #222;
			z-index: 80;
		}
		
		#bloc-resa{
			background: url(../images/fond-resa.png) top left repeat;
			width: 300px;
			border: 1px solid #4F3A27;
			float: left;
			padding:5px;
			margin: 10px 30px 10px 0px;
		}
		
		#bloc-resa h1{
			font-size: 16px;
			color: #4F3A27;
			font-weight: bold;
		}
		
		#texte-resa fieldset{
			background: url(../images/fond-resa.png) top left repeat;
			width: 300px;
			border: 1px solid #4F3A27;
			float: left;
			padding:5px;
			margin: 0 0 0 10px;
		}

		#texte-resa legend{
			font-size: 16px;
			color: #4F3A27;
			font-weight: bold;
		}
		
		#texte-resa input{
			padding: 0;
			margin: 0;
		}

		#texte-resa select{
			padding: 0;
			margin: 0;
		}

				
		/* fin Page */

/* FOOTER */

#footer {
	float: left;
	height: 40px;
	width: 800px;
	padding: 10px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: #857261;
	text-align: left;
}

#mentions{
	float: left;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 0 10px 0 10px;
	font-size: 11px;
	color: #857261;
	text-align: left;
}

#footer ul{
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}

#footer li{
	float: left;
	display: block;
	list-style-type: none;
	padding: 0 10px 0 10px;
	margin: 0;
}

#footer li a.current{
	color: #857261;
	text-decoration: none;
	font-weight: bold;
}

#footer a{
	color: #857261;
	text-decoration: none;
}

#footer a:hover{
	color: #483e35;
	text-decoration: none;
}

#mentions a{
	color: #857261;
	text-decoration: none;
}

#mentions a:hover{
	color: #483e35;
	text-decoration: none;
}


#footer-lg{
	float: left;
	width: 69px;
	margin: 0;
	padding: 0 20px 0 23px;
}

/* FIN FOOTER */

#bas-page{
	width: 900px;
	font-size: 12px;
	color: #857261;
	padding: 10px 0 0 0;
	margin-left: auto;
	margin-right: auto;
}
#bas-page a, a:visited{
	color: #857261;
	text-decoration: none;
}

#bas-page a:hover{
	color: #483e35;
	text-decoration: none;
}


.logo-corsica{
	width: 73px;
	float: right; 
}


/* TABLEAU TARIFS */


.prix{
	text-align: center;
	border-top: 1px solid #333;
	border-right:  1px solid #333;
}

.type{
	border-right:  1px solid #333;
}

.date{
	border-right:  1px solid #333;
	border-top: 1px solid #333;
	padding: 10px 5px 10px 0px;
}

object{
	z-index: 0;
}

p{
	padding: 5px 0 5px 0;
	margin: 0;
}
