/* CSS Document */
form {
	margin : 0px;
	padding : 0px;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
ul, ol, dl {
	position:relative;
}
h1 {
	margin-top:0px;
	margin-bottom:20px;
}
h2 {
	margin-top:0px;
	margin-bottom:10px;
}
h3 {
	margin-top:0px;
	margin-bottom:2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#FA9644;
}


/* STRUCTURE */
body {
	background-color:#282425;
	margin:0px;
	padding:0px;
}
#main {
	width:990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#left {
	float: left;
	width: 810px;
	text-align:left;
}
#background {
	float: left;
	width: 990px;
	background-image: url(../images/left-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}


/* HEADER */
#header {
	float: left;
	width: 970px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	background-color:#F97C15;
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.logo {
	float: left;
	padding:0;
	margin:0;
}
.signature {
	float: right;
	padding:0;
	margin:0;
}
#slideshow {
	float: left;
	width: 810px;
	height: 220px;
    overflow:hidden;
	}
	

/* NAVI */
.tab {
	float:left;
	width:790px;
    background-color: #F97C15;
    padding-left:20px;
    padding-top:5px;
	padding-bottom:5px;
}
.tab li {
	margin-right:60px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
.tab li a {
	text-decoration:none;
	color: #4C2606;
}
.tab li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.tab li .selected {
	text-decoration: none;
	color: #FFFFFF;
}


/* BLOCKS */
.blockleft {
	float: left;
	width: 260px;
	background-color:#231F20;
	padding:20px;
}
.blockright {
	float: left;
	width: 470px;
	background-color:#444041;
	padding:20px;
}
.blockright h2 {
	margin:0px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: lighter;
	margin-bottom:30px;
	line-height: 1.3em;
}
.blockright h3 {
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.10em;
	font-weight: lighter;
	font-style: normal;
	word-spacing: 0.05em;
	color:#F97C15;
	margin-bottom:10px;
}
.blockleft p, .blockright p {
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.90em;
	font-weight: lighter;
	font-style: normal;
	margin-bottom:10px;
	line-height: 1.4em;
	word-spacing: 0.05em;
}
.blockleft p {
	color:#FDDBBF;
}
.blockright p {
	color:#FFFFFF;
	text-align: justify;
}
.blockleft a {
	text-decoration:none;
	color:#FDDBBF;
}
.blockleft a:hover {
	text-decoration:underline;
	color:#F97C15;
}
.vignette {
	float: left;
	text-align:left;
	margin-bottom:20px;
	border: 5px solid #282425;
}
#video {
	float: left;
	width: 470px;
	margin-bottom:20px;
}
.photo {
	float: left;
	margin-bottom:20px;
	border: 5px solid #4B4849;
}
#map {
	float:left;
	width: 460px;
	height: 400px;
	border: 5px solid #4B4849;
}
.nextleft, .nextright {
	float: left;
	width: 240px;
	background-color:#1E191B;
	padding:10px;
	margin-bottom:10px;
}
.nextright {
	width: 450px;
	padding:10px;
	background-color:#393637;
}
.nextleft h4, .nextright h4  {	
	margin-top:0px;
	margin-bottom:10px;
	padding:0px;
}
.nextleft li, .nextright li {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	padding-bottom:5px;
}


/* PRESS */
.press {
	float: left;
	width: 470px;
	margin-bottom:20px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #393637;
	padding-bottom:10px;
}
.press h1 {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	font-style: normal;
	color:#F97C15;
}
.press h1 a {
	color:#F97C15;
	text-decoration: none;
}
.press h1 a:hover {
	text-decoration: underline;
}
.press p {
	margin-bottom:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.90em;
	font-weight: lighter;
	font-style: normal;
	line-height: 1.4em;
	word-spacing: 0.05em;
	padding:0px;
}
.press span {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	font-style: normal;
	color:#949292;
}
.press img {
	float:left;
	margin-right:10px;
}
.press li {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
		padding-bottom:5px;
}
.press li a {
	color:#FFFFFF;
	text-decoration:none;	
}
.press li a:hover {
	text-decoration: underline;
}


/* RIGHT */
#right {
	float: left;
	width: 180px;
	clear:right;
}
#menus {
	float: left;
	width: 140px;
	height: 220px;
	padding:0px 20px 0px 20px;
	background-color:#231F20;
	clear:right;
}
#menus li {
	margin-bottom:2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	font-weight: normal;
	background-image: url(../images/puce-menu.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-indent: 20px;
}
#menus li a {
	color:#FFFFFF;
	text-decoration:none;	
}
#menus li a:hover {
	text-decoration: underline;
}
.offers {
	float: left;
	width: 140px;
	padding:20px;
	background-color:#373334;
}
.booking {
	float: left;
	width: 140px;
	padding:20px;
	background-color:#4B4849;
}
.corporate {
	float: left;
	width: 140px;
	padding:20px;
	background-color:#5F5C5D;
}
.offers p, .booking p, .corporate p {
	margin:0px;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	padding-bottom:5px;
}
.offers span {
	margin:0px;
	color:#F97C15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-style: normal;
	padding-bottom:10px;
	display:block;
	font-weight: lighter;
}
#bookingprocess p {
	color:#F97C15;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
}


/* FORM */
.formbox, .formsel {
	width:138px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
}
.formdate {
	width:103px;
	margin-right:5px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
}
.formseldate {
	margin-bottom:5px;
	background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
}
.formsend {
    background-color:#F97C15;
	padding:1px;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	border: 1px solid #F97C15;
}


/* FOOTER */
#cafe {
	float: left;
	width:990px;
	margin-bottom:10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #231F20;
}
#footer {
	float: left;
	width:990px;
	background-color:#282425;
	text-align: center;
	margin-bottom:20px;
}
#footer p{
	color:#F97C15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	padding:0px;
	margin:0px;
}
#footer a {
	text-decoration:none;
	font-weight: normal;
    color: #F97C15;
}
#footer a:hover {
	text-decoration:none;
	color: #FFFFFF;
}


/* CREDITS*/
.credit {
	width:950px;
	margin-bottom:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}
.credit a {
	text-decoration: none;
	color: #4F4C4D;
}
.credit a:hover {
	text-decoration: none;
	color: #FFFFFF;
}