/*------------------------------------------------------------*
**  All
**------------------------------------------------------------*/
body {
	background: #fff url(images/bg3.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: underline; color: #369;  }
a:visited { text-decoration: underline; color: #369;  }
a:hover { color: #49515C; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: #fff url(imgages/dot_line.gif) repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	background-color: #49515C;
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	}	
#header h1 { 	
	margin: 0;
	color: #C6C4C5;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/
.divider {
	background: url(images/divider.gif) no-repeat;
	height: 24px;
	margin: 16px 0;
}

#nav {
	background: #bbd597; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #94bd5a;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #6B7687; }
#nav li a.on { background-color: #49515C; color: #C6C4C5; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 520px;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
	}
#sidebar div {
	background-color: #fff;
	background-image: url(images/para_bg.jpg);
	background-repeat: repeat-x;

}	
/*------------------------------------------------------------*
**  Side Bar 2
**------------------------------------------------------------*/
#sidebar2 {
	float: left;
	width: 100%;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
	padding: 0px;
	}
#sidebar2 div {
	background-color: #fff;
	background-image: url(images/para_bg.jpg);
	background-repeat: repeat-x;

}	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h2, #content h2, #sidebar2 h2{
	font-size: 1.2em;
	color: #7b9e4a;
	margin: 0;
	cursor: default;
	}

#sidebar h3, #content h3, #sidebar2 h3{
	font-size: 1.1em;
	color: #94bd5a;
	margin: 0;
	cursor: default;
	}
#content div, #sidebar div, #sidebar2 div{
	border-top: 1px solid #ddd;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
		font-size: .95em;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: right;
	width: 210px;
	position: relative;
	margin-left: 10px;
	line-height: 20px;
	text-align: justify;
	word-spacing: 2px;
	}	
#content div { background: #fff url(images/para_bg.jpg) repeat-x; 	
	  	text-align: center;	}
		/*------------------------------------------------------------*

**  Footer
**------------------------------------------------------------*/
#footer {
	background-color: #94bd5a;
	border-bottom: 5px solid #fff;
	text-align: center;
	color: #000;
	font-size: 0.8em;
	clear: both;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	}
	
#footer a { text-decoration: underline; color: #fff; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
.chambres {
	color: #95BD5A;
	border: 1px dashed #95BD5A;
}
.addressorange {
	color: #CC3300;
	line-height: 15px;
}

