@charset "UTF-8";
/* LAYOUT */
html,body {
	background-color:#000000;
	height: 100%; 
	width:100%; 

}

html,body, input, textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color:#FFFFFF; 
}

img { 
	-ms-interpolation-mode: bicubic; 
}

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}

#background_container { 
	position: absolute; 
	top:0; 
	left:0; 
}

#background { 
	position:fixed; 
	top: 0px; 
	left: 0px; 
	overflow:hidden; 
}

* html #background {
	position:absolute;
}

#background img {
	height:100%;
	width:100%;
	display:none;
}

#background .activeslide, 
#background .activeslide img {
	display:inline;
}

#page { 
	position: absolute; 
	top:0; 
	left:0; 
	width: 100%; 
	height: 100%; 
	z-index: 5; 
}

	#container {
		width:840px;
		margin:30px auto;
		/*border:1px solid #FF0000;*/
	}
	
	#header {
		margin-bottom:30px;
	}
	
	#logo {
		float:left;
	}
	
	#logoChateau {
		float:right;
	}
	
	#nav {
		margin:0;
		padding:0;
	}
	
		#nav ul {
			float:left;
			margin:0;
		}
		
			#nav ul li {
				float:left;
				margin: 0px;
			}
							
				#nav ul li a:link,
				#nav ul li a:visited {
					background-position:0 0;
					display:block;
					height:26px;
				}
				
				#nav ul li a:hover,
				#nav ul li a:active,
				#nav ul li.selected a {
					background-position:0 -26px;
				}
				
				
				.fr #bt-home {
					width: 109px;
					background: url(../_images/bt-home_f.png)  0 0 no-repeat;
				}
				
				.fr #bt-espaceNordik {
					width: 168px;
					background: url(../_images/bt-espaceNordik_f.png)  0 0 no-repeat;
				}
				
				
				.fr #bt-contact {
					width: 166px;
					background: url(../_images/bt-contact_f.png) 0 0 no-repeat;
				}
				
				.en #bt-home {
					width: 109px;
					background: url(../_images/bt-home_e.png)  0 0 no-repeat;
				}
				
				.en #bt-espaceNordik {
					width: 168px;
					background: url(../_images/bt-espaceNordik_f.png)  0 0 no-repeat;
				}
				
				
				.en #bt-contact {
					width: 166px;
					background: url(../_images/bt-contact_e.png) 0 0 no-repeat;
				}

				
		#switchLanguage {
			position:relative;
			float:right;
		}
		
				#switchLanguage a:link,
				#switchLanguage a:visited {
					background-position:0 0;
					display:block;
					height:26px;
				}
				
				#switchLanguage a:hover,
				#switchLanguage a:active {
					background-position:0 -26px;
				}
				
				.fr #bt-switchLanguage {
					width: 100px;
					background: url(../_images/bt-english.png)  0 0 no-repeat;
				}
				
				
				.en #bt-switchLanguage {
					width: 100px;
					background: url(../_images/bt-francais.png) 0 0 no-repeat;
				}



	
	#content {
		margin:25px 0;
	}
	
		#content #text {
			margin-bottom:25px;
		}
		
		
			.home #content #text #columnLeft {
				float:left;
				width:305px;
				margin-right:15px;
			}
			
			.home #content #text #columnRight {
				float:right;
				width:520px;
			}
			
			.espaceNordik #content #text #columnLeft {
				float:left;
				width:400px;
			}
			
			.espaceNordik #content #text #columnRight {
				float:right;
				width:400px;
			}
		
	
		#content #photos {
			margin-top:50px;
		}
		
			#content #photos img {
				float:left;
				border:5px solid #FFFFFF;
				margin-right:12px;
			}
			
			#content #photos img.last {
				margin-right:0;
			}
			
		#content #plans {
			margin-top:50px;
		}
		
			#content #plans img {
				float:left;
				margin-right:11px;
			}
			
			#content #plans img.last {
				margin-right:0;
			}
			
		#content #formContainer {
			width:808px;
			background-color:#FFFFFF;
			padding: 16px;
			margin-bottom:20px; 
		}
		
			#content #formContainer #form-columnLeft {
				float:left;
				width:380px;
				padding-right: 23px;
				margin-right:23px;
				border-right:1px solid #B2B2B2; 
			}
			
			#content #formContainer #form-columnRight {
				float:right;
				width:380px;
			}
		
		#content #contact {
			width:808px;
			background-color:#FFFFFF;
			padding: 16px; 
		}
		
			#content #contact p {
				line-height:14px;
				padding-bottom:10px;
			}
		
			#content #contact #contact-columnLeft {
				float:left;
				width:190px;
				padding-right:20px;
				margin-right:20px;
				border-right:1px solid #B2B2B2; 
				height:105px;
			}
			
			#content #contact #contact-columnMiddle {
				float:left;
				width:250px;
				padding-right:20px;
				margin-right:20px;
				border-right:1px solid #B2B2B2; 
				height:105px;				
			}
			
			#content #contact #contact-columnRight {
				float:left;
				width:270px;
			}
	
	
	#footer {
		margin-top:18px;
	}
	
.wrapper {
	position:relative;
}

.hidden {
	display:none;
}	

.lightBackground {
	color:#000000;
}

.lightBackground p {
	color:#333333;
}
				
hr {
	height:5px;
	width:100%;
	border:none;
	color:#F36523;
	background-color:#F36523;
	padding:0;
	margin:0;
}

.ie6 hr, 
.ie7 hr {
	margin-top:-7px;
}

h1 {
	font-weight:normal;
	text-transform:uppercase;
	font-size:32px;
	line-height:38px;
}

h2 {
	font-weight:normal;
	text-transform:uppercase;
	font-size:16px;
	line-height:20px;
	margin-bottom:10px;
}

.shadowbox h2 {
	padding:10px 20px;
}

h1 span,
h2 span { 
	display:none; 
}

p {
	line-height:18px;
	margin:0 0 15px 0;
}

#contact p {
	margin-bottom:0;
}


sup {
	vertical-align: top;
	font-size:80%;
}

a, 
a:link, 
a:visited	{ 
	color: #F36523; 
	text-decoration:none;
}

a:hover	{ 
	text-decoration:underline;
}
				
.lightBackground a, 
.lightBackground a:link, 
.lightBackground a:visited	{ 
	color: #333333; 
	text-decoration:none;
}

.lightBackground a:hover	{ 
	text-decoration:underline;
}

a span {
	display:none;
}

/* FORM */
p.error {
	color:#DF0329;
	margin-bottom:3px;
}

.alignedWithLabel {
	margin-top:-6px;
}

.ie6 .alignedWithLabel {
	margin-top:0px;
	margin-left:3px;
}


input.styled, textarea.styled {
	width:225px;
	border:1px solid #BFBFBF;
	float:left;
	margin-bottom:5px;
	color:#333333;
}

textarea {
	height:100px;
}

input.button {
	float:left;
	border:none;
	padding:5px;
	background:#F36523;
	text-transform:uppercase;
	color:#FFFFFF;
	margin-top:10px;
	
}

.right {
	float:right;
}

.left {
	float:left;
}

input:focus {
	border: 1px solid #999999;
}

label.text { 
	clear:both;
	display: block;
	float: left; 
	width:145px;
	line-height:17px;
}

label { 
	float: left; 
	width:100px;
}


.ie6 label.text { 
	clear:both;
	display: block;
	float: left; 
	width:123px;
	line-height:17px;
}


form#contactForm br {
	clear:both;
}

/* Custom radio & check boxes*/
.crirHidden {
	position: absolute;
	left: -1000px;
}

label.radio_checked {
	background: #fff url(../_images/radio-checked.jpg) no-repeat;	
	display: block;
	margin: 7px 0px 6px 0px;
	padding: 2px 0 0 25px;
	height:16px;
}

label.radio_unchecked  {
	background: #fff url(../_images/radio-unchecked.jpg) no-repeat;	
	display: block;
	margin: 7px 0px 6px 0px;
	padding: 2px 0 0 25px;
	height:16px;
}

.ie6 label.radio_checked {
	background: #fff url(../_images/radio-checked.jpg) no-repeat;	
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 0 0 25px;
	height:16px;
}

.ie6 label.radio_unchecked  {
	background: #fff url(../_images/radio-unchecked.jpg) no-repeat;	
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 0 0 25px;
	height:16px;
}

#loader img {
	margin:6px 0 0 15px;
}

/* CONTACT AND REGISTRATION */
.fr #h-contact-form {
	background:url(../_images/h-contact-form_f.png) no-repeat;
	width:100%;
	height:15px;
}

.fr #h-contact-units {
	background:url(../_images/h-contact-units_f.png) no-repeat;
	width:100%;
	height:15px;
}

.fr #h-contact-registration {
	background:url(../_images/h-contact-registration_f.png) no-repeat;
	width:100%;
	height:15px;
}

.fr #bt-send {
	float:left;
	display:block;
	width: 78px;
	height:22px;
	background: url(../_images/bt-send_f.jpg)  0 0 no-repeat;
}

.en #h-contact-form {
	background:url(../_images/h-contact-form_e.png) no-repeat;
	width:100%;
	height:15px;
}

.en #h-contact-units {
	background:url(../_images/h-contact-units_e.png) no-repeat;
	width:100%;
	height:15px;
}

.en #h-contact-registration {
	background:url(../_images/h-contact-registration_e.png) no-repeat;
	width:100%;
	height:15px;
}

.en #bt-send {
	float:left;
	display:block;
	width: 78px;
	height:22px;
	background: url(../_images/bt-send_e.jpg)  0 0 no-repeat;
}

/* CONTACT LIST */
table {
	width:100%;
	background:#FFFFFF;
}

td {
	padding:3px;
	color:#333333;
	border:1px solid #FFFFFF;
}

th {
	color:FFFFFF;
	background:#F36523;
	text-align:left;
	padding:5px;
	border:1px solid #FFFFFF;
}

tr {
	height:;
}

tr.odd {
	background:#FFFFFF;
}

tr.even {
	background:#EFEFEF;
}

/* PHOTO GALERY */
.gallery {
	background:#FFFFFF;
	color:#000000;
}


/* SHADOW BOX */
body.shadowbox {
	background:#FFFFFF;
}

.holder {
	background:#FFFFFF;
	padding: 0 20px;
	display: block;
}
.scroll-pane {
	background:#FFFFFF;
	float:left;
	padding:0;
}
#panel {
	height: 400px;
	width: 672px;
	padding: 0;
	display: block;
	overflow: hidden;
}

#panel img { 
	float:left; 
	margin-right:50px;
}

#panel img.last { 
	margin-right:0;
}

.jScrollPaneTrack {
	background:transparent url(../_images/js-track.jpg) repeat-x scroll 0 0;
	bottom:10px;
}

.jScrollPaneDrag {
	background:transparent url(../_images/js-drag.jpg) no-repeat scroll 0 0;
}