@import url(jquery.MultiSlides.css);
@import url(global.undohtml.css);

body {
	background-color: #666666;
	background-image: url(../_img/global-background-groupe.jpg);
	background-repeat: no-repeat;
	background-position: 50% top;
	
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #666666;
}

input {
	font-size: 11px;
	border: 1px #333333 solid;
}
.noborder {
	border: none;
}

#overall_container {
	width: 960px;
	margin: 0 auto;
	
	background-color: #FFFFFF;
	background-image: url(../_img/overall-background-groupe.jpg);
	background-repeat: no-repeat;
}

/* NAVIGATION GROUPE */
#overall_header {
	width: 905px;
	margin: 0 auto;
	height: 36px;
}

#overall_header .menu {
	position: absolute;
	width: 900px;
	padding-right: 5px;
	height: 36px;
	line-height: 36px;
	text-align: right;
	font-size: 11px;
}

#overall_header .slogan {
	top: 12px;
	width: 900px;
	position: absolute;
	
	height: 12px;
	line-height: 12px;
	background-color: #a68d55;
	
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
}

/* ENTETE ETABLISSEMENT */
#header {
	width: 905px;
	margin: 0 auto;
	height: 106px;
	
	background-image: url(../_img/header-background.jpg);
	background-position : right;
	background-repeat: no-repeat;
}

#header h1{
	position: absolute;
	width: 400px;
	height: 106px;
	margin-left: 250px;
	text-indent: -5000px;
	cursor: pointer; /* IE Fix */
}
#header h1 a { display: block; }

#header .menu {
	position: absolute;
	width: 100px;
	margin-left: 800px;
	text-align: right;
	color: #666666;
	font-size: 12px;
}
#header .menu img { vertical-align: bottom; }
#header .menu img.border { border: 1px solid #cdcecf; }

/* MENU PAR ONGLET */
#menu {
	width: 905px;
	height: 24px;
	margin: 0 auto;
	border-bottom: 9px solid #cdcecf;
	
	font-weight: bold;
}
	/* RESERVATION */
	#menu .reservation {
		float: right;	
	}
	#menu .reservation a {
		float:left;
		background:url(../_img/onglet-resa.gif) no-repeat left top #a68d55;
		margin:0;
		padding:0 0 0 7px;
		text-decoration:none;
	}
	#menu .reservation a span {
		float:left;
		display:block;
		background:url(../_img/onglet-resa-right.gif) no-repeat right top;
		padding:5px 7px 4px 0px;
		color: #FFFFFF;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#menu .reservation a span {float:none;}
	/* End IE5-Mac hack */
	#menu .reservation a:hover span {
		color:#666666;
		background-color: #f4f4f4;
	}
	#menu .reservation a:hover, #menu .reservation .on a {
		background-position:0% -42px;
	}
	#menu .reservation a:hover span, #menu .reservation .on span {
		background-position:100% -42px;
	}

	/* NAVIGATION */
	#menu .navigation li {
		display:inline;
		margin:0;
		padding:0;
	}
	#menu .navigation a {
		float:left;
		background:url(../_img/onglet-navigation.gif) no-repeat left top #f4f4f4;
		margin:0;
		margin-left: 5px;
		padding:0 0 0 7px;
		text-decoration:none;
	}
	#menu .navigation a span {
		float:left;
		display:block;
		background:url(../_img/onglet-navigation-right.gif) no-repeat right top;
		padding:5px 7px 4px 0px;
		color: #666666;
	}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#menu .navigation a span {float:none;}
	/* End IE5-Mac hack */
	#menu .navigation a:hover span, #menu .navigation .on span {
		color:#a68d55;
		background-color: #cdcecf;
	}
	#menu .navigation a:hover, #menu .navigation a.on {
		background-position:0% -42px;
	}
	#menu .navigation a:hover span, #menu .navigation .on span {
		background-position:100% -42px;
	}

/* SUB HEADER */
#sub_header {
	width: 905px;
	margin: 0 auto;
	height: 235px;
	border-bottom: 9px solid #cdcecf;
}

#sub_header .reservation-express {
	float: right;
	
	width: 278px;
	height: 235px;
	
	background-color: #e8e8e8;
}

#sub_header .multislides {
	width: 620px;
	height: 235px;
	
	background-color: #e8e8e8;
	overflow: hidden;
}


/* CONTENU PRINCIPAL */
#main_container {
	width: 905px;
	margin: 0 auto;
	
	background-color: #FFFFFF;
}

#main_container .middle {
	float: left;
	width: 620px;
}

#main_container .middle .content {
	padding: 10px;
	/* padding-top: 20px; */
	color: #666666;
	font-size: 12px;
	text-align: justify;
}

#main_container .middle h2 {
	color: #a68d55;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 10px 0;
	text-align: left;
}
#main_container .middle h3 {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
}


#main_container .middle .links {
	padding: 10px;
}

#main_container .middle .links a {
	color: #a33b3b;
	padding: 3px 0;
	background: url(../_img/puce-gauche.gif) no-repeat left;
	padding-left: 18px;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}

#main_container .right {
	float: right;
	width: 258px;
	
	background-image: url(../_img/right-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	padding-top: 0;
}

#main_container .right .encart img {
	border: 1px solid #a89059;
	padding: 2px;
	margin-bottom: 8px;
}

#main_container .right .encart {
	color: #666666;
	font-size: 11px;
	margin-bottom: 10px;
	text-align: justify;
}

#main_container .right .encart a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

#main_container .right .encart h4 {
	color: #a68d55;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 8px;
	
	background-image: url(../_img/encart_title_line.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#main_container .right .links a {
	display: block;
	
	border-top: 1px dotted #a68d55;
	color: #a33b3b;
	
	padding: 3px 0;
	background: url(../_img/puce-gauche.gif) no-repeat left;
	padding-left: 18px;
	font-size: 11px;
}

/* CARTE ETB */
#carte_etablissement_droite {
	text-align: center;
	margin-bottom: 5px;
	font-size: 11px;
}

/* RAPPEL TELEPHONIQUE */
#rappel-telephonique {
	clear: right;
	float: right;
	background: url(../_img/groupe/fond-rappel-telephonique.gif) no-repeat;
	
	padding-left: 5px;
	width: 273px;
	padding-top: 30px;
	height: 60px;
	
	font-size: 11px;
	
	margin-top: 6px;
}

/* NEWSLETTER */
#newsletter {
	clear: right;
	float: right;
	background: url(../_img/groupe/fond-newsletter.gif) no-repeat;
	
	padding-left: 5px;
	width: 273px;
	padding-top: 30px;
	height: 36px;
	
	font-size: 11px;
	
	margin-top: 6px;
}

/* FOOTER */
#footer {
	clear: both;
	background-image: url(../_img/footer-background.jpg);
	height: 80px;
}

#footer .navigation_right {
	float: right;

	margin-right: 40px;
	margin-top: 5px;

	height: 55px;
	line-height: 55px;

	font-size: 11px;
	color: #a68d55;
}

#footer .navigation {
	float: left;

	margin-left: 40px;
	margin-top: 5px;

	height: 55px;
	line-height: 55px;
	font-size: 14px;
	color: #a68d55;
}
#footer .navigation a, #footer .navigation_right a {
	color: #666666;
	font-size: 11px;
}

#footer .copyright {
	clear: both;
	text-align: center;
	font-size: 10px;
	
	color: #666666;	
}
#footer .copyright a, #footer .copyright span {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#footer .navigation a.red {
	color: #a33b3b;
	font-weight: bold;
}

/* DIVERS */
.min-height {
	min-height: 400px;
}

/* FORM RESA EXPRESS */
#reservation-express {
	background-color: #e8e8e8;
	width: 278px;
}

#reservation-express ul {
    font: bold 11px verdana, arial, sans-serif;
    list-style-type: none;
    border-bottom: 1px solid #ababab;
    margin: 0;
    padding-bottom: 22px;
    margin: 0 5px;
}

#reservation-express ul li {
    float: left;
    height: 22px;
    line-height: 22px;
    background-color: #e8e8e8;
    margin: 0;
    border-right: 1px solid #ababab;
    color: #666666;
    padding: 0 4px;
    font-size: 12px;
}

#reservation-express ul li.active, #reservation-express ul li:hover {
    border-bottom: 1px solid #e8e8e8;
}
#reservation-express ul li.active a, #reservation-express ul li:hover a {
    color: #333333;
    font-weight: bold;
}

#reservation-express .form {
	padding: 10px;
	color: #666666;
	font-size: 11px;
}

#reservation-express .form select {
	width: 260px;
}

#reservation-express .valider_button {
	border:none;
	width: 99px;
	height: 55px;
}

#reservation-express .post-com {
	margin-top: 5px;
}
#reservation-express .post-com a {
	text-decoration: underline;	
}