/* CSS Document */
body {
font-family:"Times New Roman", Times, serif;
font-size: 12px;
margin:0;
padding: 0;
text-align:justify;
color:#000000;
background:url(../images/bg02.jpg) top center no-repeat;
background-color:#2a1711;}

h1 {
font-size:14px;
text-align:right;
padding:0;
margin:0;
font-weight:normal;}

h2 {
font-size:12px;
text-align:center;
padding:0;
margin:0;
color:#265e99;}

a {
color: #8b0000;
font-style:italic;
font-family:"Times New Roman", Times, serif;
text-decoration:none;}
a:link {
	text-decoration: none;}
a:visited {
	text-decoration: none;}
a:hover {
	text-decoration:none;
	color:#FFFFFF;}
a:active {
	text-decoration: none;
	color:#FFFFFF;}

#global {
position:relative;
height:665px;
width:837px;
margin:auto;}

#top {
height:64px;
width:837px;
text-align:right;}

.logo {
position:absolute;
left:311px;
top:7px;}

.fr {
position:absolute;
left:9px;
top:37px;
border:0;}

.en {
position:absolute;
top:37px;
left:51px;
border:0;}

.adresse {
margin-top:26px;}

#content {
position:absolute;
top:64px;
height:529px;
width:837px;
background:url(../images/global_06.jpg) no-repeat;}

#left {
width:303px;
height:529px;
float:left;}

#chat {
height:237px;
width:269px;
padding-left:34px;
padding-top:25px;}

#menu {
width:208px;
margin-left:28px;
height:223px;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
padding-top:9px;}

	#menu ul {
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	width:208px;
	}
	
	#menu ul a {
			display:block;
			width:208px;
			height:42px;
			text-indent:-5000px;}
	
	#menu ul a:hover{
			background-position:bottom;}
	
	#lien1 {
	background:url(../images/presentation.jpg) top no-repeat;}
	#lien2 {
	background:url(../images/prestations.jpg);}
	#lien3 {
	background:url(../images/plan.jpg);}
	#lien4 {
	background:url(../images/reservation.jpg);}
	#lien9 {
	background:url(../images/actualites.jpg);}
	#lien5 {
	background:url(../images/introduction.jpg) top no-repeat;}
	#lien6 {
	background:url(../images/facilities.jpg);}
	#lien7 {
	background:url(../images/how.jpg);}
	#lien8 {
	background:url(../images/bookings.jpg);}
	#lien10 {
	background:url(../images/news.jpg);}
	
#middle {
padding-top:3px;
width:222px;
height:523px;
float:left;}

	.img01 {
	padding-top:11px;
	padding-left:34px;
	border:0;}
	
	.img02 {
	padding-top:4px;
	padding-left:34px;
	border:0;}

#right {
width:272px;
height:494px;
float:left;
padding-left:16px;
padding-top:35px;}

#right li {
padding:0;
list-style:outside;
margin-left:10px;
}
	
#footer {
width:837px;
padding-top:3px;
text-align:right;
position:absolute;
top:593px;
color:#FFFFFF;}

#footer a {
color:#FFFFFF;
text-decoration:underline;}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Formulaire */

.cssform p{
width:280px;
clear: left;
margin: 0;
padding:0;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 70px;
font-size:11px;
}

.cssform textarea{
width: 70px;
height: 40px;
font-size:11px;
}
.warn{
background:#f00;
}

label.etq {
	display:block;
	width:90px;;
	float:left;
}

label.error {
	margin-left:20px;
	color:#FF0000;
}

input.error {
	background:url(images/invalid_line.gif) repeat-x bottom #FFFFFF;
}

