@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
/*= Main
-------------------------------------------------------------------------*/

body {
	margin: 0 0 20px 0;
	padding: 0;
	color: #3b3531;
	font: 12px/15px Arial, Helvetica, sans-serif;
	background:#fff;
}
table, td {
	font: 12px/15px Arial, Helvetica, sans-serif;
}
p {
	padding:0 0 20px 0;
	margin:0;
}
.clear {
	clear: both;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color:#976100;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration:underline;
	color:#976100;
}
/*= Titles
-------------------------------------------------------------------------*/

h1 {
	color:#3b3531;
	padding:0;
	margin:0 0 20px 0;
	font: normal 30px/30px Georgia, "Times New Roman", Times, serif;
}
h2 {
	color:#3b3531;
	padding:0;
	margin:0 0 10px 0;
	font: bold normal 16px/18px Georgia, "Times New Roman", Times, serif;
}
h3 {
	color:#3f1304;
	padding:0;
	margin:0 0 10px 0;
	letter-spacing:-1px;
	font: italic bold 14px/16px Georgia, "Times New Roman", Times, serif;
}
h5 {
	font-size:10px;
	font-weight:normal;
	color:#ccc;
	padding:3px 5px 3px 5px;
	margin:0 0 5px 0;
	background:#242424;
}
hr {
	color: #d0c9ba;
	height: 1px;
	background: #d0c9ba;
	border:0;
}
span.sup {
	font-size:9px;
	vertical-align:super;
	line-height: 0;
}
/*= Buttons
-------------------------------------------------------------------------*/

a.btn-brown {
	background: #493d22;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
}
a.btn-brown:hover {
	background: #8b6917;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}
a.btn-blue {
	background: #95b4c5;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
}
a.btn-blue:hover {
	background: #4b798f;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}
a.btn-blue-top {
	font: italic bold 11px/1 Georgia, "Times New Roman", Times, serif;
	background: #95b4c5;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
}
a.btn-blue-top:hover {
	background: #4b798f;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}
a.btn-newsletter {
	position:absolute;
	top:55px;
	right:20px;
	font: italic bold 14px/1 Georgia, "Times New Roman", Times, serif;
	text-align:right;
	background: #95b4c5 url(rsrc/img/icon-newsletter.png) no-repeat 5px 7px;
	display: inline-block;
	padding: 10px 10px 10px 40px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	cursor: pointer;
}
a.btn-newsletter:hover {
	background: #4b798f url(rsrc/img/icon-newsletter.png) no-repeat 5px 7px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}
/*= Layouts
-------------------------------------------------------------------------*/
/*= Header
-------------------------------------------------------------------------*/
/*#bg-main-picture {
	min-height:530px;
	background: #272219 url(rsrc/img/picture-1.jpg) no-repeat center top;
}*/
a#btn-logo-home {
	display:block;
	float:left;
	height:138px;
	background: url(rsrc/img/logo-header.png) no-repeat;
	padding:0 0 0 248px;
	font: italic 30px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration:none;
	margin:20px 0 0 20px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
#header-area {
	height:480px;
}
.page-wrapper {
	text-align: left;
	width: 960px;
	margin: 0 auto 0 auto;
}
#menu-tools-top {
	position:absolute;
	right:20px;
	top:20px;
}
#lang_sel {
	display:block;
	float:right;
	margin:0 0 0 10px;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
/*= Super Navigation
-------------------------------------------------------------------------*/
#super-navigation {
	/*margin:0 auto 20px auto;*/
	background:#272219;
	position:absolute;
	top:480px;
	width:100%;
}
ul#super-nav {
	display:block;
	width:960px;
	margin:0 auto 0 auto;
}
ul#super-nav h2 {
	display:none;
}
ul#super-nav li {
	display:block;
	float:left;
}
ul#super-nav li a {
	display:block;
	float:left;
	height:26px;
	width:190px;
	background: url(rsrc/img/btn-nav-super.gif);
	font: bold 16px/16px Georgia, "Times New Roman", Times, serif;
	color: #c9bca0;
	text-decoration:none;
	text-align: center;
	padding:24px 0 0 0;
}
ul#super-nav li a:hover {
	background: url(rsrc/img/btn-nav-super.gif) left -50px;
	color: #3b3531;
}
ul#super-nav li.current_page_item a {
	display:block;
	float:left;
	height:26px;
	width:190px;
	background: url(rsrc/img/btn-nav-super.gif) left -50px;
	font: bold 16px/16px Georgia, "Times New Roman", Times, serif;
	color: #3b3531;
	text-decoration:none;
	text-align: center;
	padding:24px 0 0 0;
}
/*= Content
-------------------------------------------------------------------------*/

ul#content-main {
	margin:70px 0 20px 0;
}
ul#content-main li {
	display:block;
	float:left;
}
ul#content-main li#content-col-1 {
	width:550px;
	margin:0 0 0 18px;
}
ul#content-main li#content-col-2 {
	width:170px;
	margin:0 0 0 20px;
}
ul#content-main li#content-col-3 {
	width:164px;
	margin:0 0 0 20px;
}
#meteo {
	margin:0 0 20px 0;
	border:none;
}
#meteo iframe {
	width:164px;
}
#zone-promo {
	padding: 10px 10px 10px 10px;
	background-color: #eeede4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
/*= Footer
-------------------------------------------------------------------------*/
#footer {
	background: url(rsrc/img/bg-footer-top.gif) no-repeat;
	margin:20px 0 0 0;
}
#footer p {
	padding:0 0 10px;
}
#footer h3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #3b3531;
}
#footer-bottom {
	min-height:130px;
	background: url(rsrc/img/bg-footer-bottom.gif) no-repeat bottom;
	padding:0 0 10px;
}
ul#footer-cols {
	padding:20px 0 0 0;
}
ul#footer-cols li {
	display:block;
	float:left;
	line-height:normal;
}
ul#footer-cols li#footer-col-1 {
	margin:0 0 0 40px;
	width:140px;
}
ul#footer-cols li#footer-col-2 {
	margin:0 0 0 40px;
	width:330px;
}
ul#footer-cols li#footer-col-3 {
	margin:0 0 0 40px;
	width:170px;
}
ul#footer-cols li#footer-col-4 {
	margin:0 0 0 20px;
	width:144px;
	height:120px;
	background: url(rsrc/img/bg-ball-golf.png) no-repeat 15px 0px;
}
/*= Bottom
-------------------------------------------------------------------------*/
.page-wrapper-bottom {
	text-align: left;
	width: 924px;
	margin: 0 auto 0 auto;
}
#copy {
	padding:10px 0 0 20px;
	font-size:11px;
	color:#999;
}
#member_button {
	padding:10px 10px 0 20px;
	float:right;
}
#copy #address {
	font-size:10px;
	line-height:12px;
	padding:10px 0 0 0;
}
a.addthis_button {
	display:block;
	float:right;
	padding:10px 10px 0 0;
}
ul#menu-bottom {
	float:right;
	margin:10px 20px 0 0;
}
ul#menu-bottom h2 {
	display:none;
}
ul#menu-bottom li {
	display:block;
	float:left;
	line-height:normal;
	margin:0 0 0 10px;
}
ul#menu-bottom li a {
	font-size:11px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
ul#menu-bottom li a:hover {
	color:#084a69;
	text-decoration:none;
}
/*= Slide Show
-------------------------------------------------------------------------*/

/* HEADER */
#header {
	height:480px;
}
.headerimg {
	width:100%;
	height:480px;
	position:absolute;
	background: no-repeat center top;
}
/* HEADER HAVIGATION */
#headernav-outer {
	position:relative;
	top:400px;
	margin:0 auto;
	width:930px;
}
#headernav {
	padding-left:800px;
	z-index:999;
}
/* CONTROLS */
.btn {
	height:32px;
	width:32px;
	float:left;
	cursor:pointer;
	margin:0 0 0 5px;
}
#back {
	background: url(rsrc/img/btn_back.png);
}
#next {
	background-image:url(rsrc/img/btn_next.png);
}
#control {
	background-image:url(rsrc/img/btn_pause.png);
}
/*= Tables 

Salut Nancy, pas mal cool les tables ;-) -> Do.

-------------------------------------------------------------------------*/
th {
	color: #657b87;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	text-align: left;
	padding: 6px 0 6px 0;
	background: #b0c7d4;
	vertical-align:middle;
}
th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font: 10px;
	padding: 6px 8px 6px 8px;
}
th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: 10px;
	color: #657b87;
	padding: 6px 8px 6px 8px;
}
td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 2px 6px 8px;
	color: #657b87;
	vertical-align:middle;
}
td.specalt {
	background: #F5FAFA;
}
td.specalt2 {
	background: #F5FAFA;
	border-left: 1px solid #C1DAD7;
}
td.spec2 {
	border-left: 1px solid #C1DAD7;
}
td.titre {
	background: #ebeae0;
	border-left: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	line-height: 20px;
}
/*= Nouvelles
-------------------------------------------------------------------------*/
.excerpt p {
	font-size:11px;
	padding:0;
	margin:0 0 5px 0;
}
#nouvelles a.btn-blue {
	margin:0 0 15px 0;
}
#nouvelles h3 {
	color:#666;
	padding:0;
	margin:0 0 10px 0;
	letter-spacing:-1px;
	font: italic bold 14px/16px Georgia, "Times New Roman", Times, serif;
}

/*= Hiding Super Nav Item
-------------------------------------------------------------------------*/

li.page-item-373, li.page-item-377 {
	text-indent:-50000px;
	display:none !important;
}
/*= END
-------------------------------------------------------------------------*/

