@charset "utf-8";/* CSS Document */* {	list-style: none;	padding: 0;	margin: 0 auto;	text-decoration: none;	font-family: "Verdana", Trebuchet MS, Arial, Serif;	font-size: 12px;}body {	background-color:#30321d;}
/* #### MENU #### */#haut {	width: 1004px;	height: 360px;	background: url("img/haut.jpg");}#haut h1, #haut p {	display: none;}#menu {	text-align: center;	padding-top: 240px;	color: #fff;}ul#menu li { 	display: inline;	line-height: 20px;	padding-right: 5px;}#menu a {	color: #fff;	font-size: 15px;}#menu a:hover {	color: #a2a906;}/* #### CONTENU #### */#contenu {	width: 964px;	height: 265px;	background: url("img/contenu.jpg");	padding: 20px 20px 0;	overflow: auto;}.image1 {	float:left;}.image10 {	float: left;	padding-top: 10px;}.texte {	padding: 0px 200px 0px 310px;}.image2 {	float: right;	width: 180px;}#contenu div {	margin-left: 50px;}#contenu .texte {	margin-left: 0;}#contenu .tarifs{width:350px;float:left;}#contenu .tarifs2{width:500px;float:right;}#contenu .chambre{	padding-left: 270px;	padding-top: -10px;}#contenu .calendrier{	padding-left: 130px;	padding-top: -500px;}#contenu h2 {	font-size: 15px;	color: #afb279;}#contenu h3 {	font-size: 12px;}#contenu ul {	margin: 10px 30px;}#contenu li {	list-style-type: square;	margin: 5px 0;}#contenu p {	margin: 10px 0;	text-align: justify;	margin-right: 30px;}#contenu p sup {	font-size: 9px;}

#contenu a {
	color: #4c500d;
	text-decoration: none;
}

#contenu a:hover {
	color: #4c500d;
	text-decoration: underline;
}

#contenu a img {
	border: 1px solid #4c500d;
}

#contenu a:hover img {
	border-color: #fff;
	cursor: pointer;
}
form label {	display: block;}form input, form textarea {	border: 1px solid #ccc;	width: 300px;}form textarea {	height: 100px;	overflow: auto;}form .submit input {	padding: 1px 0;}/* FOOTER */#footer {	height: 125px;	width: 1004px;	background: url("img/footer.jpg");	position: relative;	bottom: 0;}.copy {	font-size: 9px;	color: #757b59;	padding: 109px 5px 0px 0px;	text-align: center;	letter-spacing: 1px;}#footer a {	color: #757b59;}
