@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #43392F;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
    }
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	font-family: Tahoma,  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #533319;
	font-weight:normal;
	line-height:13px;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
    }
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 384px;
	width: 950px;
	background-position: top;
	top: 0px;
	position: relative;
	padding: 0;
    }
#headerjardin {
	background-image: url(images/header-jardin-hotel.jpg);
	background-repeat: no-repeat;
	height: 384px;
	width: 950px;
	background-position: top;
	top: 0px;
	position: relative;
	padding: 0;
    }

#headerhotel {
	background-image: url(images/header-hotel-chambre.jpg);
	background-repeat: no-repeat;
	height: 384px;
	width: 950px;
	background-position: top;
	top: 0px;
	position: relative;
	padding: 0;
    }

#headerresto {
	background-image: url(images/header-restaurant.jpg);
	background-repeat: no-repeat;
	height: 384px;
	width: 950px;
	background-position: top;
	top: 0px;
	position: relative;
	padding: 0;
    }


.titrebandeau {
	float: left;
	width: 40%;
}
.titrebandeau2 {
	float: right;
	width: 40%;
	color: #d7c5a2;
}


ul.navi{
	height:40px;
	position:absolute;
	left:0px;
	top:50px;
	width: 285px;
	list-style-type: none;
	}
ul.navi  li    {
	float:left;
	}
ul.navi  li  a     {
	display:block;
	font-weight:bold;
	line-height:40px;
	background-color:inherit;
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C9B793;
	text-decoration:none;
	font-weight:bold;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 3px;
	}
ul.navi  li  a:hover     {
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #C9B793; 
	line-height:18px; 
	text-decoration:underline; 
	font-weight:bold;
	display:block;
	font-weight:bold;
	line-height:40px;
	background-color:inherit;
	}	

ul.navi2{
	height:40px;
	position:absolute;
	left:609px;
	top:50px;
	width: 300px;
	list-style-type: none;
	}
ul.navi2 li{
	float:left;
	}
ul.navi2 li a{
	display:block;
	font-weight:bold;
	line-height:40px;
	background-color:inherit;
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C9B793;
	text-decoration:none;
	font-weight:bold;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 3px;
	}
ul.navi2 li a:hover{
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #C9B793; 
	line-height:18px; 
	text-decoration:underline; 
	font-weight:bold;
	display:block;
	font-weight:bold;
	line-height:40px;
	background-color:inherit;
	}	

ul.navi3{
	height:40px;
	position:absolute;
	left:342px;
	top:335px;
	width: 300px;
	list-style-type: none;
	}
ul.navi3 li{
	float:left;
	}
ul.navi3 li a{
	display:block;
	font-weight:bold;
	line-height:40px;
	background-color:inherit;
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C9B793;
	text-decoration:none;
	font-weight:bold;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 3px;
	}
ul.navi3 li a:hover{
	font-family:   Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #C9B793; 
	line-height:18px; 
	text-decoration:underline; 
	font-weight:bold;
	display:block;
	font-weight:bold;
	line-height:40px;
	background-color:inherit;
	}

#header h1 {
	margin: 0; /* la mise à zéro de la marge du dernier élément du div #header permet d'éviter une disparition de la marge (espace inexplicable entre les éléments div). Si l'élément div est entouré d'une bordure, cette précaution n'est pas nécessaire, car la bordure évite également la disparition de la marge */
	padding: 10px 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
	color: #947B52;
    }

#titre {
	background-image:url(images/titre-bg.gif);
	height: 64px;
	width: auto;
	padding-left: 80px;
	font-size: 26px;
	background-repeat: no-repeat;
	font-family: Garamond, Tahoma, Georgia;
	font-weight: bold;

}

#mainContent {
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	width: 45%;
	padding-left: 30px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 0;
	float: left;
    }
#mainContentinside {
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	width: 45%;
	padding-left: 40px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 0;
	float: left;
    }
#mainContentinside2 {
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	width: 41%;
	padding-left: 0px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 0;
	float: right;
	background-position: right;
    }
#mainContentinside2resto {
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	width: 41%;
	padding-left: 0px;
	padding-top: 7px;
	padding-right: 45px;
	padding-bottom: 0;
	float: right;
	background-position: right;
    }
#mainContentinside2 img {
	border: 2px solid #8C774E;
	padding: 11px;
	background-color: #AA966B;
	text-align: center;
}
#mainContentinside2resto  img {
	border: 2px solid #8C774E;
	padding: 11px;
	background-color: #AA966B;
	text-align: center;
}
#mainContentinside2PANO {
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	width: 94%;
	padding-left: 0px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 0;
	float: right;
	background-position: right;
    }
#mainContentinside2PANO  img {
	border: 2px solid #8C774E;
	padding: 7px;
	background-color: #AA966B;
	text-align: center;
	margin: 4px;
}
#pano1 {
	width: 275px;
	height: 100%;
	float: left;
	padding: 7px;
	text-align: center;
}
#pano1 a {
	font-size: 12px;
	font-weight: bold;
	color: #3A3129;
	text-align: center;
}

#mainContentinside p {
	background-color: #aa966b;
	width: 94%;
	padding: 10px;
	font-size: 12px;
	border: 2px solid #8c774e;
}
#mainContentinside2  p {
	background-color: #aa966b;
	width: 73%;
	padding: 10px;
	font-size: 12px;
	border: 2px solid #8c774e;
	margin-left: 42px;
	margin-right: 0px;
}


#mainContent2 {
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
	width: 45%;
	padding-left: 15px;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 0;
	float: right;
	background-position: right;
    }
#mainContent h1 {
	font-family: Garamond, Tahoma, Georgia;
	font-size: 22px;
	color: #2f2614;
}
#mainContent2  h1 {
	font-family: Garamond, Tahoma, Georgia;
	font-size: 22px;
	color: #2f2614;
}
#mainContent p {
	background-color: #aa966b;
	background-repeat: repeat;
	border: 2px solid #8c774e;
	padding: 6px;
	font-size: 12px;
	line-height: 13px;
}
#mainContent2  p {
	font-size: 12px;
	line-height: 13px;
	background-image: url(images/sejour-famille-touraine.jpg);
	background-repeat: no-repeat;
	height: 193px;
	width: 427px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin-top: 0px;
}

#mainContent3 p {
	background-color: #B29F77;
	font-size: 12px;
	line-height: 14px;
	color: #533319;
	padding: 8px;
	border: 2px solid #8c774e;
}
#mainContent2 a {
	color: #533319;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
#mainContent  a {
	color: #533319;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
#mainContentinside a {
	color: #533319;
	font-weight: bold;
}
#mainContentinside2  a {
	color: #533319;
	font-weight: bold;
}

#mainContent3 {
	width: 45%;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0;
	float: right;
	background-position: right;
	margin: 0px;
    }


.infoprat {
	font-weight: bold;
	color: #d7c5a2;
	line-height: 18px;
	font-size: 14px;
}

.imgdetail {
	margin-right: 20px;
}

.soustitre {
	font-size: 18px;
	line-height: 45px;
	margin-right: 5px;
	padding: 0px;
	font-family: Garamond, Tahoma, Georgia;
	color: #282010;
	font-weight: bold;
	background-color: #86714b;
	background-repeat: repeat;
}
.soustitreclair {
	font-size: 16px;
	line-height: 35px;
	margin-right: 5px;
	padding: 0px;
	font-family: Garamond, Tahoma, Georgia;
	color: #f2daa7;
	font-weight: bold;
}
.soustitreclair2 {
	font-size: 16px;
	line-height: 19px;
	margin-right: 5px;
	padding: 5px;
	font-family: Garamond, Tahoma, Georgia;
	color: #f2daa7;
	font-weight: bold;
}



	
#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 115px;
	clear: both;
    }
	
#footer p {
	text-align: center;
	padding-top: 50px;
}
#footer a {
	font-weight: bold;
	color: #533319;
}
#langue a {
	font-weight: bold;
	color: #533319;
}


.Style1 {color: #d7c5a2}
#mainContentinside h2 {
	line-height: 18px;
}
#flashcontent {
	background-position: center center;
	padding-left: 45px;
}
#mainContent2b p {
	float: right;
	margin-right: 35px;
	margin-top: 5px;
}
#mainContent2b {
	float: right;
	width: 45%;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.form_title{
			color : #000000;
			font-size: 13px;
			font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
			font-weight : bold;
		}
		
		.form_field {
	font-size : 13px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #533319;
	font-weight : bold;
	text-align:left;
		}
		
		.form_text{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
		}
#langue {
	padding-top: 4px;
	padding-left: 25px;
	font-weight: bold;
	color: #623619;
}


		
		.text_box{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
			width:200px;
		}
		
		.text_area{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
			width:200px;
			height:60px;
		}
form {
	background-color: #B29F77;
	border: 2px solid #533319;
}

		
		.text_select{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #000000;
		}

		.form_error{
			font-size : 11px;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			color : #ff0000;
			font-weight : bold;
		}
