@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #dcc79c;
	background-image: url("../layout/bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border: none;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px #cccccc solid;
	padding: 3px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	color: #623c63;
	text-decoration: none;
}
#wrap {
	position: relative;
	width: 1015px;
	margin: 0 auto;
}
#banner {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
}
#wrapper {
	padding-top: 280px;
	width: 800px;
	z-index: 10;
}
#header {
	float: left;
	width: 787px;
	background-image: url("../layout/bg_top.png");
	background-repeat: no-repeat;
	padding: 20px 0 0 13px;
}
#annonce {
	float: left;
	width: 202px;
	margin-right: 10px;
}
#menu {
	float: left;
	width: 553px;
	background-image: url("../layout/bg_menu.gif");
	background-repeat: no-repeat;
	padding-top: 5px;
}
#menu ul {
	float: left;
	list-style: none;
	display: block;
}
#menu li {
	display: block;
	float: left;
	height: 43px;
	margin: 0 3px;
}
#menu .accueil {
	background-image: url("../layout/b_accueil.png");
	width: 77px;
}
#menu .agence {
	background-image: url("../layout/b_notre_agence.png");
	width: 131px;
}
#menu .contrats {
	background-image: url("../layout/b_contrats.png");
	width: 86px;
}
#menu .contact {
	background-image: url("../layout/b_contact.png");
	width: 146px;
}
#menu li:hover {
	background-position: 0 43px;
}
#content {
	float: left;
	background-image: url("../layout/bg_repeat.png");
	background-repeat: repeat-y;
	width: 780px;
	padding: 10px 10px;
}
#cleft, #cright, #hommes, #femmes {
	float: left;
}
#cleft {
	width: 197px;
	padding: 0 0 0 7px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
#cleft ul {
	list-style: none;
}
#cleft a:link, #cleft a:visited {
	color: #ffffff;
	text-decoration: none;
}
#cleft a:hover, #cleft a:active {
	color: #623c63;
	text-decoration: none;
}
#hommes, #femmes {
	width: 177px;
	height: 128px;
	background-repeat: no-repeat;
	padding: 40px 0 0 20px;
}
#cright {
	width: 556px;
	margin-left: 10px;
	padding-right: 10px;
}
#hommes {
	background-image:url("../layout/homme.jpg");
	margin-bottom: 10px;
}
#femmes {
	background-image:url("../layout/femme.jpg");
}
#footer {
	float: left;
	width: 800px;
	background-image: url("../layout/bg_bottom.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 32px;
}
#copyright {
	width: 780px;
	padding: 10px 20px 50px 0px;
	text-align: right;
	clear: both;
}

.pagination {
	float: left;
	text-align: center;
	width: 556px;
	margin-bottom: 10px;
}
.prev {
	float: left;
	width: 80px;
}
.page {
	float: left;
	width: 396px;
}
.next {
	float: right;
	width: 80px;
}

#ann {
	float: left;
	width: 556px;
}
#ann .item {
	float: left;
	width: 556px;
	margin-bottom: 10px;
}

#ann .cont {
	float: left;
	width: 536px;
	padding: 10px 10px 0 10px;
}
#ann .contb {
	float: left;
	width: 556px;
}
#ann .hdp {
	float: left;
	width: 556px;
	text-align: right;
	font-weight: bold;
	padding-bottom: 10px;
}
.ch {
	color: #503450;
}
.chc {
	color: #7d528f;
}

#address {
	float: left;
	width: 220px;
}
#google {
	float: left;
	width: 336px;
	height: 200px;
}
#formulaire {
	float: left;
	width: 556px;
	padding: 15px 0 0 0;
}