body {
	background-color: #47413a;
	text-align: center;
	padding-top: 10px;
}
#bandeau {
	height: 280px;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#contenu {
	background-image: url(../images/fond-contenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 35px;
	background-color: #F3E6D6;
	padding-top: 34px;
	padding-left: 50px;
	padding-right: 45px;
	height: 30em; /*hauteur mini ie*/	
}
html>body #contenu { /*hauteur mini tout sauf ie*/
	height: auto;
	min-height: 30em;
}

#contenularge {
	padding-bottom: 35px;
	padding-top: 14px;
	padding-left: 60px;
	padding-right: 60px;
	height: 36em; /*hauteur mini ie*/
	background-image: url(../images/fond-contenu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #F3E6D6;
}
html>body #contenularge { /*hauteur mini tout sauf ie*/
	height: auto;
	min-height: 36em;
}
#cont-gauche {
	float: left;
	width: 548px;
	background-image: url(../images/fond-texte-bas.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-bottom: 26px;
}
#cont-gauche .cont {
	background-image: url(../images/fond-texte-haut.png);
	background-position: 0px 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.mini-photos {
	clear: both;
	padding: 5px;
}
.mini-photos img {
	margin-right: 3px;
}
ul.description {
	list-style-type: none;
	font-weight: bold;
	font-size: 110%;
}
ul.description li {
	background-image: url(../images/pouce-12.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
}
#cont-droite {
	float: right;
	width: 320px;
	padding-top: 20px;
}
#cont-droite img {
	margin-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#cont-droite .appartements-accueil {
	height: 400px;
}

#cont-droite .appartements-accueil img {
	border-width: 0px;
	border-style: none;
	position: absolute;
	margin-top: -55px;
	margin-left: -10px;
}

/*----------footer----------*/
#footer {
	color: #F5E5D6;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	padding-bottom: 40px;
}
#footer ul {
}
#footer li {
	display: inline;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer a {
	color: #BCF881;
	text-decoration: none;
	font-size: 11px;
}

input, textarea {
	background-color: #FFFBF4;
	font-weight: bold;
	color: #92877A;
	border: 1px solid #B8A499;
}

