/****************************
			GLOBAL
*****************************/

* {
	margin:0px;
	padding:0px;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	line-height:1.5;
}

:focus, :active { 
	outline: 0; 
}

.clear {
	clear:both;
}

a img {
	border:0px;
}

/****************************
		   CONTAINER
*****************************/

#container {
	width:950px;
	margin:0px auto;
	background-image:url(../images/bg_villadesrosiers.jpg);
	background-repeat:no-repeat;
	padding-bottom:20px;
}

/****************************
			HEADER
*****************************/

#header {
	width:770px;	/*690px*/
	margin-left:180px;
}

#logo {
	float:right;
	margin-top:100px;
	margin-right:80px;
}

#nav {
	list-style:none;
}

	#nav li {
		min-width:116px;	/*128px*/
		height:14px;
		padding:6px;
		text-align:center;
		background-color:#b1005d;
		margin-right:10px;
		float:left;
	}
	
		#nav li a {		
			color:#fff;
			text-transform:uppercase;
			text-decoration:none;
			display:block;
		}
		
		#nav li a:hover {
			color:#cccc99;
/*			background-color:#386351;*/
		}

/****************************
			CONTENT
*****************************/

#content {
	width:932px;	/*948px*/
	border:1px solid #386351;
	padding:8px;
	margin-top:14px;
}

#calendar {
	float:left;
	border:1px solid #cccc99;
	width:538px;
	padding:10px;
}

.calendar-month {
	float:left;
	width:170px;
	height:190px; /* 173 */
	background-color:#3D7399;
	margin:2px;
	padding-left:3px;
}

.calendar-month h4 {
	display:block;
	font-size:1.2em;
	width:173px;
	text-align:center;
}

.calendar-month .day-name{
	width:22px;
	height:19px;
	margin:1px;
	float:left;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
	padding-top:3px;
	
}
.calendar-month .day {
	width:22px;
	height:19px;
	margin:1px;
	float:left;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
	padding-top:3px;
	text-decoration:none;
}

.calendar-month .pre {
	width:22px;
	height:19px;
	margin:1px;
	float:left;
	background-color:#DFB039;
	color:#000000;
	text-align:center;
	padding-top:3px;
	text-decoration:none;
}

.calendar-month .book {
	width:22px;
	height:19px;
	margin:1px;
	float:left;
	background-color:#FF3728;
	color:#000000;
	text-align:center;
	padding-top:3px;
	text-decoration:none;
}


.calendar-month .book-end {
	width:22px;
	height:19px;
	margin:1px;
	float:left;
	background: url(../images/book-half-week-end.gif) no-repeat;
	color:#000000;
	text-align:center;
	padding-top:3px;
	text-decoration:none;

}


.calendar-month .book-start {
	width:22px;
	height:19px;
	margin:1px;
	float:left;
	background: url(../images/book-half-week-start.gif) no-repeat;
	color:#000000;
	text-align:center;
	padding-top:3px;
	text-decoration:none;

}


.calendar-month .book-whole {
	width:22px;
	height:19px;
	margin:1px;
	float:left;
	background: url(../images/book-half-week-whole.gif) no-repeat;
	color:#000000;
	text-align:center;
	padding-top:3px;
	text-decoration:none;
}



.calendar-month .day-select  {
	width:18px;
	height:15px;
	margin:1px;
	float:left;
	background-color:#DAF3FF;
	color:#000000;
	text-align:center;
	padding-top:3px;
	text-decoration:none;
	/*border:2px solid #5A5A5A;*/
	border:2px solid;
	border-color:#5c5c5c #a3a3a3 #b9b9b9;
}

.calendar-month .day:hover, .calendar-month .pre:hover, .calendar-month .book:hover, .calendar-month .book-start:hover, .calendar-month .book-end:hover, .calendar-month .book-whole:hover {
	cursor: pointer;
	background-color:#94E8FF;
	background-image: none;
}
.calendar-month .blank-day {
	width:22px;
	height:19px;
	margin:1px;
	float:left;
	background-color:#B9B9B9;
	color:#000000;
	padding-top:3px;
}

.calendar-month .booked-day {
	width:22px;
	height:19px;
	margin:1px;
	float:left;
	background-color:#C02721;
	color:#000000;
	text-align:center;
	padding-top:3px;
}
.calendar-month .prev-day {
	width:18px;
	height:15px;
	margin:1px;
	float:left;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
	padding-top:3px;
	text-decoration:none;
	border:2px solid #5A5A5A;
}

.month-nav-next {
	display:block;
	width:269px;
	text-align:right;
	float:left;
	color:#AF055C;
	cursor: pointer;
	text-decoration:underline;
	

}
.month-nav-pre {
	display:block;
	width:269px;
	text-align:left;
	float:left;
	color:#AF055C;
	cursor: pointer;
	text-decoration:underline;
}


#subnav {
	width:130px;	/*170px*/
	height:282px;	/*322px*/
	float:left;
	background-color:#cccc99;
	padding:20px;
}

	#subnav_ul {
		list-style:none;
	}
	
		#subnav_ul li {
			margin:14px 0px;
		}
		
			#subnav_ul li a {
				font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;;
				font-size:1.4em;
				color:#386351;
				display:block;
				text-decoration:none;
				line-height:1.2em;
			}
			
			#subnav_ul li a:hover {
				color:#fff;
			}
			
			#subnav_ul li.current a {
				color:#fff;
			}

#picture {
	width:400px;
	border:1px solid #cccc99;
	float:left;
	height:320px;
}

#text_cont {
	width:320px;	/*360px*/
	height:292px;	/*320px*/
	padding:14px 20px;
	float:left;
	z-index: 0;
	position: relative;
}

#title {
	margin-bottom:20px;
}

	#title img {
		float:left;
		margin-right:10px;
	}
	
	#title p {
		margin-top: 10px;
		font-size: 1.1em;
		color: #999;
	}
	
#pane2 {
	width:320px;
	height:260px;
	overflow:auto;
}

	#pane2 p {
		color:#666;
		font-size:1.2em;
		margin-bottom:20px;
	}
	
	#pane2 a {
		color:#B2005A;
	}

p.text {
	color:#666;
	font-size:1.2em;
	margin-bottom:20px;
}

	p.text a {
		color:#B2005A;
	}

#thumbnails {
	margin-left:170px;
	padding:8px 0px 0px 0px;
}

	#thumbs {
		list-style:none;
	}
	
		#thumbs li {
			float:left;
			margin-right:18px;
		}
		
			#thumbs li a img {
				border:1px solid #cccc99;
			}

#flashcontent {
	margin-bottom:60px;
}

#calendar_key {
	padding:14px;
}

/* --- Testimonials --- */

#testimonial_loading {
/*	display:none;*/
	margin:120px auto;
	width:200px;
	height:20px;
	text-align:center;
}

#testimonials {
	width:372px;	/* 400px */
	border:1px solid #cccc99;
	float:left;
	height:280px;	/* 320px */
	padding:20px 14px;
	
	z-index: 0;
	position: relative;
}

#testimonials_text {
	width:368px;	/* 400px */
	height:280px;	/* 320px */
/* 	padding:20px 14px; */
	padding-right: 4px;
	overflow:auto;
}

	#testimonials_text p {
		color:#666;
		font-size:1.2em;
		margin-bottom:18px;		
	}
	
	#testimonials_text img {
		float: right;
		padding: 4px;
		border: 1px solid #ccc;
		margin: 0px 0px 10px 10px;
	}

#testimonials_list {
	font-size: 1.2em;
}

	#testimonials_list li {
		margin-bottom: 18px;
	}
		
		#testimonials_list li a {
			font-weight: bold;
			display: block;
			text-decoration: none;
		}
		
		#testimonials_list li a:hover {
			text-decoration: underline;
		}
		
		#testimonials_list li em {
			color: #666;
		}
		
p a.add_testimonial {
	font-weight: bold;
	text-decoration: none;
}

p a.add_testimonial:hover {
	text-decoration: underline;
}

#testimonial_text {
	padding:10px 20px;
}

	#testimonial_text h1 {
		color: #B2005A;
		margin-bottom: 8px;
	}
	
	#testimonial_text p {
		color:#666;
		font-size:1.2em;
		margin-bottom:14px;
	}
	
#frm_testimonial {
	font-size:1.2em;
}

	#frm_testimonial label {
		display: block;
		width: 100px;
		float: left;
		margin-bottom: 10px;
		padding-right:10px;
		text-align:right;
		color: #666;
	}
	
	#frm_testimonial input.text {
		display: block;
		width: 296px;
		float: left;
		margin-bottom: 10px;
		padding:4px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
	}
	
	#frm_testimonial input[type="hidden"] {
		display:none;
	}
	
	#frm_testimonial textarea {
		display: block;
		float: left;
		margin-bottom: 10px;
		padding:4px 2px;
		border:1px solid;
		border-color:#7c7c7c #c3c3c3 #dddddd;
	}
	
	#frm_testimonial br {
		clear:left;
	}
	
	#frm_testimonial .btn_submit {
		float:none;
		padding: 4px 8px;
		color: #B2005A;
		background-color: #fff;
		border: 1px solid #bbb;
		font-weight: bold;
	}
	
	#frm_testimonial .btn_submit:hover {
		border: 1px solid #666;
	}


/* ================================= */
/* = --- CALENDAR CHOOSE DATES --- = */
/* ================================= */

#choose_dates {
	padding:20px;
}

	#choose_dates #warning {
		border:1px solid #FFC3C3;
		padding:5px;
		margin-bottom:10px;
		background-color:#FDE3E3;
		color:#CC2310;
		text-align:center;
	}
	
		#choose_dates #warning p {
			margin-bottom:0px;
		}

	#choose_dates p {
		color:#666;
		font-size:1.2em;
		margin-bottom:20px;
	}
	
	#choose_dates a {
		color:#B2005A;
		text-decoration:;
	}
	
	#frm_choose_dates {
		font-size:1.2em;
	}

		#frm_choose_dates label {
			display: block;
			width: 120px;
			float: left;
			margin-bottom: 10px;
			padding-right:10px;
			text-align:right;
			padding-top:2px;
		}

		#frm_choose_dates input {
			display: block;
			width: 200px;
			float: left;
			margin-bottom: 10px;
			padding:4px;
			border:1px solid;
			border-color:#7c7c7c #c3c3c3 #dddddd;
		}

		#frm_choose_dates input[type="hidden"] {
			display:none;
		}

		#frm_choose_dates br {
			clear:left;
		}

		#frm_choose_dates #btn_submit {
			float:left;
			background-color:#fff;
			border:1px solid #66cc66;
			color:#333;
			width:90px;
			margin-right:20px;
		}

			#frm_choose_dates #btn_submit:hover {
				border:1px solid #009900;
			}
	
		#frm_choose_dates #btn_cancel {
			float:left;
			background-color:#fff;
			border:1px solid #FF9999;
			color:#333;
			width:90px;
		}

			#frm_choose_dates #btn_cancel:hover {
				border:1px solid #cc0000;
			}
			
		#choose_dates #btn_close {
			float:left;
			background-color:#fff;
			border:1px solid #aaaaaa;
			color:#333;
			width:90px;
			display: block;
			width: 120px;
			margin-bottom: 10px;
			padding:4px;
		}

			#choose_dates #btn_close:hover {
				border:1px solid #444444;
			}

/****************************
		   FOOTER
*****************************/

#footer {
	width:684px;
	margin-left:178px;
	margin-top:-26px;
}

#footer_imgs {
	border-bottom:2px solid #cccc99;
	padding-bottom:6px;
	margin-bottom:4px;
}

	#footer a {
		font-size:1.2em;
		color:#386351;
		text-decoration:none;
	}
	
	#footer a:hover {
		text-decoration:underline;
	}