@import url(reset.css);
#wrapper {
	background:#e7e7e7 url(../images/bodyBg.png) repeat-x top;
}

#wrapperContent {
	background:#e7e7e7 url(../images/bodyBgContent.png) repeat-x top;
}

body {
	background:#2c2627;
}

#mainContainer {
	width:970px;
	margin:0 auto;
	position:relative;
}

/*HEADER*/

#header {
	height:126px;
	padding:0 20px;
	background:url(../images/headerBg.png) no-repeat center;
}

h1#logo a{
	width:110px;
	height:110px;
	display:block;
	background:#2c2627 url(../images/logo.png) no-repeat;
	text-indent:-100000px;
	font-size:0;
	line-height:0;
	position:absolute;
	top:0px;
	left:20px;
}

#language #nederlands {
	width:19px;
	height:12px;
	display:block;
	background:url(../images/flag_nederlands.png) no-repeat;
	text-indent:-10000px;
	font-size:0;
	line-height:0;
	border:1px solid #d8dda8;
	position:absolute;
	top:15px;
	right:15px;
}

#language #french {
	width:19px;
	height:12px;
	display:block;
	background:url(../images/flag_french.png) no-repeat;
	text-indent:-10000px;
	font-size:0;
	line-height:0;
	border:1px solid #d8dda8;
	position:absolute;
	top:15px;
	right:15px;
}

#language #english {
	width:19px;
	height:12px;
	display:block;
	background:url(../images/flag_english.png) no-repeat;
	text-indent:-10000px;
	font-size:0;
	line-height:0;
	border:1px solid #d8dda8;
	position:absolute;
	top:15px;
	right:15px;
}

#language .secondOne {
	right:40px!important;
}

#slideShow {
	width:970px;
	height:285px;
	background:url(../slideShow/images/01_batiment.jpg) no-repeat;
}

#breadCrumb{
	background:#2c2627 url(../images/footerBg.png) repeat-x top;
}

#breadCrumbContent {
	width:940px;
	padding:28px 15px;
	height:29px;
	background: url(../images/footerBg.png) repeat-x bottom;
}

#breadCrumb h1 {
	float:left;
	height:29px;
	width:298px;
	text-indent:-100000px;
}

#breadCrumb h1#titleResto {
	background:url(../images/title_resto.png) no-repeat left;
}
#breadCrumb h1#titleRooms {
	background:url(../images/title_rooms.png) no-repeat left;
}
#breadCrumb h1#titleEvents {
	background:url(../images/title_events.png) no-repeat left;
}
#breadCrumb h1#titleActivities {
	background:url(../images/title_activities.png) no-repeat left;
}
#breadCrumb h1#titleCombines {
	background:url(../images/title_combines.png) no-repeat left;
}
#breadCrumb h1#titleBanquets {
	width:400px;
	background:url(../images/title_banquets.png) no-repeat left;
}
#breadCrumb h1#titleSeminars {
width:413px;
	background:url(../images/title_seminars.png) no-repeat left;
}
#breadCrumb h1#titleContact {
	background:url(../images/title_contact.png) no-repeat left;
}
#breadCrumb h1#titleAutocar {
	background:url(../images/title_autocar.png) no-repeat left;
}
#breadCrumb h1#titleMotards {
	background:url(../images/title_motards.png) no-repeat left;
}
#breadCrumb h1#titleError {
	background:url(../images/title_404.png) no-repeat left;
}
#breadCrumb h1#titleCuriosite {
	background:url(../images/title_curiosite.png) no-repeat left;
}
#breadCrumb h1#titleGalerie {
	background:url(../images/title_galerie.png) no-repeat left;
}

#breadCrumb #pageDesc {
	color:#d8d8d8;
	text-shadow:#0c0a0a 1px 2px;
	text-align:right;
	padding-top:4px;
	margin-bottom:0;
}

/*EVENTS*/

.event {
	margin-left:30px;
	margin-bottom:40px;
}

.dateCalendar {
	position:absolute;
	left:-20px;
	background:url(../images/dateBottom.png) no-repeat bottom left;
	width:40px;
	border:0px;
	margin:0;
	padding:0;
	color:#fff;
	padding:0 0 5px 0;
	margin-top:-10px;
}
.dateCalendar .month{
	display:block;
	font-size:12px;
	text-align:center;
	padding:4px 0;
	background:#282828;
	color:#fff;
}

.dateCalendar .day{
	display:block;
	font-size:15px;
	text-align:center;
	padding:4px 0;
	background:#393939;
	color:#fff;
	border:1px solid #282828;
}

.eventTitle {
	margin-bottom:20px;
}

/*NAVIGATION*/

#navigation {
	padding-top:55px;
}

#navigation ul{
	float:right;
	width:800px;
}

#navigation ul li{
	float:left;
	margin-left:20px;
	margin-bottom:5px;
}

#navigation ul li a{
	color:#272727;
	text-decoration:none;
	display:block;
	text-indent:-100000px;
	height:19px;
	width:50px;
	background:#00CCFF;
	border-bottom:2px solid #f8f8f8;
}

#navigation ul li a:hover{
	border-bottom:2px solid #2c2627;
}

#navigation ul li.current a, #navigation ul li.current a:hover{
	border-bottom:2px solid #50911a;
}

#navigation ul li a#menuResto{
	width:94px;
	background:url(../images/menu_resto.png) no-repeat top;
}
#navigation ul li.current a#menuResto{
	background:url(../images/menu_resto.png) no-repeat bottom;
}

#navigation ul li a#menuRooms{
	width:68px;
	background:url(../images/menu_rooms.png) no-repeat top;
}
#navigation ul li.current a#menuRooms{
	background:url(../images/menu_rooms.png) no-repeat bottom;
}

#navigation ul li a#menuEvents{
	width:91px;
	background:url(../images/menu_events.png) no-repeat top;
}
#navigation ul li.current a#menuEvents{
	background:url(../images/menu_events.png) no-repeat bottom;
}

#navigation ul li a#menuActivities{
	width:118px;
	background:url(../images/menu_activities.png) no-repeat top;
}
#navigation ul li.current a#menuActivities{
	background:url(../images/menu_activities.png) no-repeat bottom;
}

#navigation ul li a#menuCombines{
	width:164px;
	background:url(../images/menu_combines.png) no-repeat top;
}
#navigation ul li.current a#menuCombines{
	background:url(../images/menu_combines.png) no-repeat bottom;
}

#navigation ul li a#menuBanquets{
	width:220px;
	background:url(../images/menu_banquets.png) no-repeat top;
}
#navigation ul li.current a#menuBanquets{
	background:url(../images/menu_banquets.png) no-repeat bottom;
}

#navigation ul li a#menuSeminars{
	width:249px;
	background:url(../images/menu_seminars.png) no-repeat top;
}
#navigation ul li.current a#menuSeminars{
	background:url(../images/menu_seminars.png) no-repeat bottom;
}

#navigation ul li a#menuAutocar{
	width:93px;
	background:url(../images/menu_autocar.png) no-repeat top;
}
#navigation ul li.current a#menuAutocar{
	background:url(../images/menu_autocar.png) no-repeat bottom;
}

#navigation ul li a#menuMotards{
	width:62px;
	background:url(../images/menu_motards.png) no-repeat top;
}
#navigation ul li.current a#menuMotards{
	background:url(../images/menu_motards.png) no-repeat bottom;
}


/* CONTENT */

#content {
	background:#f2f2f2 url(../images/contentBg.png) repeat-y;
}

#contentTop {
	background:url(../images/contentTop.png) no-repeat top;
	padding:25px 20px;
}

#leftContent {
	float:left;
	width:620px;
	position:relative;
}

#rightContent {
	float:right;
	width:280px;
	text-shadow:#e2e2e2 1px 1px;
	position:relative;
	padding-bottom:10px;
}

#rightContent a{
	color:#454545;
	text-shadow:none;
}

.buttonRight {
	position:relative;
	margin:0;
}

.marginTop {
	margin-top:15px;
}

.buttonRight{
	margin-bottom:10px;
}

.buttonRight a{
	display:block;
	padding-top:5px;
	background:url(../images/buttonRightTop.png) no-repeat left top;
	text-decoration:none;
}

.buttonRight a span{
	display:block;
	padding-top:5px;
	background:url(../images/buttonRightBg.png) no-repeat left bottom;
	color:#fff;
	text-shadow:#1f4d07 -1px -1px 1px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding:12px 5px 17px 5px;
}

.buttonRight a:hover {
	background:url(../images/buttonRightTop.png) no-repeat right top;
}

.buttonRight a:hover span {
	background:url(../images/buttonRightBg.png) no-repeat right bottom;
}

#rightContent .box {
	padding-bottom:20px;
	background:url(../images/rightBoxBg.png) repeat-x bottom;
	margin-bottom:18px;
}

.Gallery li a img{
	width:77px;
	height:77px;
	display:block;
}

.Gallery li {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

#rightGallery li {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

#rightGallery li a img, #leftGallery li a img{
	width:77px;
	height:77px;
	display:block;
}

#rightGallery li {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

#rightGallery li.noMargin {
	margin-right:0;
}

#leftGallery li {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

#leftGallery li.noMargin {
	margin-right:0;
}

#rightContent a img{
	border:3px solid #f2f2f2;
	display:block;
}

#rightContent a:hover img{
	border:3px solid #828282;
}

.textAlignRight {
	text-align:right;
	margin:0;
}

#intro {
	margin-bottom:50px;
}

.leftBox, .rightBox {
	width:300px;
}

.leftBox {
	float:left;
}

.rightBox {
	float:right;
}

.leftBox h3, .rightBox h3 {
	margin-bottom:0;
}

.boxDesc {
	color:#a0a0a0;
	font-size:11px;
	margin-bottom:10px;
}

.boxThumb {
	position:relative;
	margin-bottom:10px;
}

.boxThumb img{
	display:block;
}

.boxThumb span.more {
	width:20px;
	height:20px;
	background: url(../images/moreImage.png) left;
	display:block;
	position:absolute;
	top:0;
	right:0;
}

.boxThumb a:hover span.more {
	background: url(../images/moreImage.png) right;
}

.more {
	display:block;
}

.smallText, .smallText strong  {
	font-size:12px;
}

.verySmallText, .verySmallText strong  {
	font-size:11px;
	line-height:15px;
}

.greySmallText, .greySmallText strong, .greySmallText span {
	font-size:11px;
	color:#575152;
	line-height:15px;
}

.vid {
	margin-bottom:10px;
}

/*FOOTER*/

#footer {
	background:url(../images/footerBg.png) repeat-x top;
}

#footer #footerContent {
	width:930px;
	margin:0 auto;
	padding:15px 20px;
}

#footer #footerContent {
	color:#f2f2f2;
	font-size:11px;
	text-shadow:#0c0a0a 1px 2px;
}

#footer #footerContent a {
	color:#f2f2f2;
	text-decoration:none;
	text-shadow:none;
}

#footer #footerContent a:hover {
	color:#f2f2f2;
	text-decoration:underline;
}

#footer #copy {
	float:left;
}

#footer #designerLink {
	text-align:right;
}

/*DEFAULT TYPO*/

body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2c2627;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#2c2627;
}

h1 {
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-shadow:#0c0a0a 1px 2px;
}

h2 {
	font-size:18px;
	padding-bottom:4px;
	margin-bottom:15px;
	border-bottom:1px dotted #999999;
	clear:both;
}

h3 {
	font-size:12px;
	margin-bottom:10px;
	font-weight:bold;
	color:#2e6a0d;
}

#rightContent h3 {
	font-size:14px;
	color:#2C2627;

	
}

h4 {

}

h5 {

}

h6 {

}

p {
	margin-bottom:15px;
	line-height:19px;
	color:#2c2627;
}

a {
	/*color:#aebf1c;*/
	color:#50911a;
	text-decoration:none;
}

a:hover {
	/*color:#818e10;*/
	color:#2e6a0d;
	text-decoration:underline;
}

u {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

strong {
	font-weight:bold;
}

div.clear {
	font-size: 0;
	clear: both;
	height: 0px;
	line-height:0;
	margin: 0;
	padding: 0;
	position:relative;
	overflow:hidden;
}

a img {
	border:3px solid #50911a;
}

a:hover img {
	border:3px solid #2e6a0d;
}

.new {
	position:relative;
	width:138px;
	float:left;
	margin:0 15px 10px 0;
}

.new a{
	position:absolute;
	width:138px;
	height:123px;
	background: url(../images/new.png) no-repeat right top;
	text-indent:-100000px;
	left:2px;
	margin-top:-2px;
	display:block;
	cursor:pointer;
}

.back {
	position:absolute;
	right:0;
	margin-top:4px;
}

.floatLeftImg {
	padding:3px;
	background:fff;
	border:1px solid #dadada;
}

a:hover img.floatLeftImg {
	padding:3px;
	background:fff;
	border:1px solid #666666;
}

ul.list {
	padding-left:20px;
	margin-bottom:15px;
}

ul.list li {
	list-style:url(../images/bullet.png);
	line-height:17px;
	margin-bottom:5px;
	clear:both;
}

ul.descList {
	padding-left:20px;
	margin-bottom:15px;
}

ul.falseList li {
	list-style:url(../images/false.png)!important;
}

ul.descList li {
	list-style:url(../images/check.png);
	line-height:15px;
	margin-bottom:7px;
}

table {
	width:100%;
	margin-bottom:15px;
}

th, td {
	font-size:11px;
}

td {
	border:1px solid #CCCCCC;
	padding:5px;
}

th {
	border:1px solid #67aa30;
	background:#50911a;
	color:#fff;
	padding:5px;
}

th span {
	display:block;
}

th.empty {
	border:none;
	background:none;
}

.floatLeftImg {
	float:left;
	margin:0 15px 5px 0;
}

.floatLeft {
	float:left;
	width:465px
}

.pdf {
	padding-left:50px;
	background:url(../images/pdf.png) no-repeat left;
	height:36px;
	padding-top:14px;
	display:block;
	font-weight:bold;
}

.smallPDF {
	padding-left:25px;
	background:url(../images/smallPDF.png) no-repeat top left;
}

.error {
	padding:7px 10px;
	background:#B4161B;
	color:#fff;
	margin-bottom:15px;
}

.form .inputBox {
	display:block;
	clear:both;
	margin-bottom:10px;
}

.form .inputBox label{
	display:block;
	width:200px;
	float:left;
}

.form .inputBox input{
	width:200px;
}

.form .inputBox textarea{
	width:400px;
	height:200px;
}

.form .indentForm{
	padding-left:200px;
	clear:both;
}

.formBtn {
	background:#b1c21c;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

#partner li{
	float:left;
	margin-right:10px;
}

/*TARIFS*/

.tarifs td {
	padding:10px 0;
	border:none;
	font-size:12px;
	border-bottom:1px dotted #CCCCCC
}
.tarifs tr.last td {
	border:none;
}
.tarifs td span{
	display:block;
	font-size:10px;
	color:#666666;
}
