@charset "utf-8";
/* CSS Document */
.retour{
	clear: both;
}
body{
	font-family: Trebuchet MS;
	font-size: 15px;
	background-color: #f4f0e7;
	background-image: url("images/fond gris.png");
	background-repeat:repeat-x;
}

#header_image{
background: url(images/header_image.jpg)center no-repeat;
	height: 52px;
	padding-top: 292px;
	
}
.container{
	width: 980px;
	margin: auto;
}

#logo{
	text-align: center;
}

#logo h1{
	color: white;
	font-size: 11px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

 h2{
	color: white;
	background-color: rgba(0,0,0,0.5);
	font-size: 30px;
	text-align: right;
	 padding: 11px;
	font-family: impact;
	padding-right: 24px;
}

#menu a{
	display: block;
	text-align: center;
	float: left;
	color: white;
	background-color: #dbd0ba;
	text-decoration: none;
	font-size: 17px;
	width: 243px;
	border: 1px solid #bba58d;
	font-weight: bold;
	padding: 30px 0px 30px 0px;

}

#menu a:hover{
	background: #ae3637 url("images/icone-blanc-copie.png") no-repeat;
	cursor: pointer;
	background-position-x: 0%;
	background-position-y: 0%;
	background-position: right 35px center;
}

.fond{
	background-color: #f4f0e7;
}

.col2{
	display: block;
	float: left;
	text-align: left;
 	width: 47%;
	margin: 0 1%;
	margin-top: 62px;
}

.col2 h2{
	text-align: left;
	font-size: 14px;
}

.sous-titre{
	font-size: 10px;
	text-align: left;
}

.sous-titre img{
	padding-left: 5px;
}

.col2 href{
	color: white;
	background-color: #ae3637;
	text-decoration: none;
	text-align: center;
}


footer{
	width: 100%;
height: 94px;
background-color: #e2e0d1;
}


footer p{
	font-size: 10px;
	font-family: verdana;
	text-align: center;
	padding-top: 20px;
	font-weight: italic;
}

h3{
	margin-bottom: 27px;
	font-size: 14px;
	font-weight: bold;
}

#chambre{
	width: 399px;
	height: 184px;
	border: 5px solid #bba58d;
	margin-bottom: 23px;
}
.chambre{
	width: 399px;
	height: 184px;
}
#chambretext{
	width: 399px;
	font-size: 12px;
}
.col4{
	display: block;
	float: left;
	margin-left: 77px;
	text-align: center;
	margin-top: 69px;
	margin-bottom: 60px;
}

#partenaire{
	display: block;
	float: left;
	margin-left: 77px;
	text-align: center;
	width: 100%;
padding: 5px 20px 5px 20px;
	
}

h4{
	margin-bottom: 21px;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	background: url("images/icone-gris-4.png")left no-repeat;
	height: 27px;
	padding: 13px 0px 0px 35px;
	background-size: 23px;
}

.puce{
	padding-bottom: 5px;
}


#gauche{
	border-right: 1px solid #e3d8c8;
}

#textdomaine a{
	text-align: left;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	background-color: #ae3637;
	color: white;
	width: 30px;
	text-transform: uppercase;
	margin: 14px 0px 0px 396px;
	padding: 10px 20px 10px 19px;
	text-decoration: none;
	display: block;
}   
	
#textdomaine p{
	width: 399px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 13px;
} 	

.separateur{
	border-top: 1px solid #e3d8c8;
}


#partenaire .col4 {
    text-align: center;

}

#gauche_contact{
	border-right: 1px solid #e3d8c8;
}

fieldset{
	border: 1px solid #e3d8c8;
	padding: 7px 7px 8px 7px;
}

#gauche_contact p{
	font-display: Trebuchet MS;
	font-size: 13px;
	color: #9d9996;
	margin-top: 17px;
	font-weight: bold;
}

.sous-titre{
	font-display: Trebuchet MS;
	font-size: 13px;
	margin-top: 7px;
	font-weight: bold;
	float: left;
}

#gauche_contact h4{
	font-display: Trebuchet MS;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

legend{
	font-display: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 14px;
	color: #a1805f;
	margin-top: 16px;
}

#rendez-vous{
	font-display: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #a1805f;
	margin-top: 10px;
}

fieldset input{
	
	border-color:  #e3d8c8;
	background-color: white;
}

fieldset p{
	margin-bottom: 10px;
}

input[type="submit"]{
	float: right;
	margin-top: 11px;
	

}


input#nom{
	width: 81%;
	height: 20px;
}

input#mail{
	width: 81%;
	height: 20px;
}

input#message{
	width: 88%;
}

.carte{
	width: 401px;
	height: 187px;
	border: 3px solid #bba58d;
	margin-top: 29px;

}


.nom{
	margin-right: 33px;

}

.email{
	margin-right: 19px;
}

textarea#message{
	width: 81%;
	min-height: 150px;	
	border: 1px solid #6b553f;
}


label.message{
	float: left;
	margin-right: 8px;
}






