body {
	background-color: #BB8510;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
textarea {
	width: 240px;
	height: 170px;
}
html {
	margin: 0px;
	padding: 0px;
}
#infos {
	background-image: url(images/fond-infos.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 420px;
	width: 293px;
	overflow: hidden;
	position: relative;
	top: -180px;
	left: -5px;
}

#liste_infos {
	margin-top: 60px;
	height: 170px;
	padding-left: 25px;
	padding-right: 13px;
}
.ligne_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #305C0E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9C15;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}
.ligne_info a {
	color: #315E0F;
}


a {
	color: #FFFFFF;
}

#fond-haut {
	background-image: url(images/fond-haut.jpg);
	background-repeat: repeat-x;
	height: 248px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
#fond-bas {
	background-image: url(images/fond-bas.png);
	height: 102px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background-repeat: repeat-x;
	left: 0px;
}
#bandeau {
	height: 248px;
	width: 980px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1, #titre_popup {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #37550A;
	text-align: left;
}
#titre_popup {
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3F580A;
	font-weight: bold;
	text-align: left;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
}


#bas {
	background-image: url(images/bas.png);
	height: 60px;
	width: 548px;
	position: relative;
	bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
	padding-right: 426px;
	padding-top: 42px;
	margin: auto;
}
#bas a {
	color: #FFFFFF;
}

.vertFonce {
	color: #425D0C;
}

/*#contenu {
	width: 980px;
	background-image: url(images/fond-contenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 248px;
	text-align: justify;
}*/
#contenu {
	width: 980px;
	background-image: url(images/fond-contenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 248px;
	left:50%;
	margin-left:-490px;
	text-align: justify;
	padding-bottom: 100px;
}
#container{
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	top: 0px;
	bottom: 0px;
}
fieldset {
	background-image: url(images/fond-fieldset.png);
	background-repeat: repeat;
	font-size: 12px;
	height: 350px;
	width: 260px;
	border: 1px solid #EDC51F;
	font-family: Georgia, "Times New Roman", Times, serif;
}
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
input, textarea{
	border:1px solid #FFFFFF;
	font-size:12px;
	background-image: url(images/fond-fieldset.png);
	background-repeat: repeat;
	background-color: #AB780D;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.chambre {
	width: 450px;
	float: left;
	margin: 10px;
	padding: 5px;
	background-image: url(images/fond-fieldset.png);
	background-repeat: repeat;
	height: 250px;
}
#btn-agrandir {
	line-height: 20px;
	background-image: url(images/loupe.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:15px;
}
.paveMargeDroite {
	border: 1px dashed #48630D;
	padding: 5px;
	background-image: url(images/fond-fieldset.png);
	margin-top: 15px;
	width: 420px;
	margin-left: 16px;
}
#titre_popup {
	text-align: right;
	margin-left: 120px;
}
.chambre h3 {
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
