body{
	font-family: Verdana;
	font-size: 14px;
	line-height: 120%;
	background: #e2e0d1;
}

.content980{
	width: 980px;
	margin: auto;
}

.content1500{
	width: 1500px;
	margin: auto;
	background: url("images/headerbg.jpg") repeat-x #f4f0e7;
}

#logoprincipal{
	padding-top: 10px;
	text-align: center;
	color: white;
}

#imgheader{
	margin-top: 17px;
	background: url("images/imgheader.jpg") no-repeat;
	text-align: right;
	text-transform: uppercase;
	padding-top: 350px;
	height: 50px;
	font-family: Impact;
	font-size: 35px;
	padding-right: 20px;
	color: white;
}

nav a{
	float: left;
	text-align: center;
	width: 243px;
	background: #dbd0ba;
	margin: auto;
	display: block;
	line-height: 80px;
	text-decoration: none;
	transition: background-color 200ms;
	font-size: 20px;
	color: white;
	text-transform: uppercase;
	margin-bottom: 60px;
	border-left: 1px solid #e8e3d0;
	border-right: 1px solid #b7aa88;
}

nav a:hover{
	background: url("images/pictos/button-nav.png") no-repeat 200px #ae3637;
}

li:first-child a{
	border-left: none;
	width: 244px;
}

li:last-child a{
	border-right: none;
	width: 244px;
}

.colonnes2{
	width: 408px;
	padding-inline: 40px;
	float: left;
	border-right: 2px solid #dbd0ba;
	margin-bottom: 60px;
}

#droit{
	border-right: none;
	width: 410px;
}

.colonnes2 h2{
	text-transform: uppercase;
	color: #464646;
	font-size: 20px;
	margin-bottom: 55px;
}

#chambre{
	border: solid 10px #dbd0ba;
	margin-bottom: 55px;
}

.colonnes2 p{
	margin-bottom: 30px;
	font-size: 15px;
}

#savoirplus{
	margin-top: 55px;
	font-weight: bold;
}

.domaines{
	text-transform: uppercase;
	background: url("images/pictos/check.png") no-repeat;
	line-height: 35px;
	padding-left: 45px;
	margin-bottom: 10px;
}

.blocdomaines{
	margin-top: 10px;
	border-bottom: dotted 2px #dbd0ba;
}

#domaine .blocdomaines:last-child{
	border: none;
}

.blocplus{
	color: #f4f0e7;
	display: block;
	background: #ae3637;
	border: 1px solid #ae3637;
	padding: 9px 19px;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	transition: all 200ms;
}

.blocplus:hover{
	background: #f4f0e7;
	border: 1px solid #ae3637;
	color: #ae3637;
}

footer{
	margin-top: 55px;
	background: #e2e0d1;
	text-align: center;
	height: 80px;
	padding-top: 20px;
	font-size: 12px;
}

.bordures{
	display: block;
	border-top: 2px dotted #dbd0ba;
	border-bottom: 2px dotted #dbd0ba;
	height: 10px;
	margin-bottom: 10px;
	margin-top: -20px;
}

#footercolonnes{
	text-align: center;
}

.colonnes4{
	width: 15%;
	margin:0 1.5%;
	text-align: center;
	line-height: 82px;
	display: inline-block;
	vertical-align: middle;
}

#contact p{
	margin-bottom: 20px;
}

form fieldset{
	margin: 0 0 10px 0;
	padding: 10px;
	border: #dbd0ba 1px solid;
	color: #9c8163;
}

.textelabel{
	color: #464646;
	display: block;
	width: 100px;
	float: left;
	text-align: left;
	line-height: 20px;
	text-transform: uppercase;
}

#form2 input[type="text"], [type="email"]{
	float: left;
	width: 280px;
	border: #9c8163 1px solid;
}

#form2 textarea{
	border: #9c8163 1px solid;
	float: left;
	width: 280px;
	height: 150px;
	resize: none;
	margin-bottom: 15px;
}

form p{
	margin-top: 15px;
}

#form1 label{
	color: #464646;
}

input[type="submit"]{
	float: right;
}

.clear{
	clear: both;
}
