*{
	border:0; 
	margin:0; 
	padding:0;
}
	
body{
	background-image:url(img/background.jpg); 
	background-repeat:repeat-x; 
	background-color:#EBE3BF; 
	color:#666666; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	text-align:justify;
}
	
h1{
	color:#903108; 
	font-size:28px; 
	font-family:"Times New Roman", Times, serif; 
	font-style:italic; 
	font-weight:normal; 
	background-image:url(img/fleche-droite.jpg); 
	background-repeat:no-repeat; 
	padding-left:15px; 
	background-position:left; 
	margin-left:20px; 
	margin-bottom:3px;
}
	
h2{
	color:#4A2306; 
	font-size:15px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-style:normal; 
	font-weight:bold; 
	margin-bottom:10px;
}
	
h3{
	color:#CA5627; 
	font-size:13px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-style:normal; 
	font-weight:normal; 
	margin-top:10px; 
	margin-bottom:3px;
}
	
a.homme{
	color:#863108; 
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-style:normal; font-weight:bold; 
	background-image:url(img/logo-homme.jpg); 
	background-repeat:no-repeat; 
	background-position:left; 
	padding-left:10px; 
	text-decoration:none;
}
	
table.recherche{
	margin-left:30px; 
	margin-top:5px;
}

table.recherche tr td{
	height:22px; 
	color:#4A2306; 
	font-weight:bold
}
	
table.offre{
	width:98%; 
	margin-right:10px;
}
	
table.offre tr td{
	border-bottom:1px solid #E7E4C9; 
	height:25px; 
	color:#CA5627; 
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-style:normal; 
	font-weight:normal; 
}
	
div.actus{
	border-bottom:1px solid #938279; 
	margin-left:8px;
}

div.actus div{
	text-align:right; 
	margin-top:5px; 
	margin-bottom:5px; 
}
	
ul{
	list-style:none; 
	padding-top:10px;
	text-align:left;
}

ul li{ 
	border-bottom:1px solid #E9E9D7; 
	margin-top:4px; 
	padding-bottom:4px;
	text-align:left;
}

.engagements{
	list-style-image:url(img/puce.jpg);
	margin-left:40px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:5px;
	text-align:justify;
}

.engagements li{
	border:none;
	margin-top:3px; 
	padding-bottom:3px;
	text-align:justify;
}

p{
	margin-bottom:6px;
	font-weight:normal;
}

ul li a{
	text-decoration:none; 
	color:#777777
}
	
.form input, textarea{
	border:1px solid #C9C5A7;
}

.accordion_toggle {
	display: block;
	width: 510px;
	cursor: pointer;
	border-top:1px solid #E7E4C9;
	background-image:url(img/consulter.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
		
.accordion_content {
	color: #666666;
	overflow: hidden;
	margin-top:2px;
	width:90%;
}

strong{
	color:#593E28;
}

.footer{
	background:#EBE3BF;
	padding-top:8px;
	padding-bottom:10px;
}

.footer a{
	margin-right:15px;
	color:#B37954;
	font-size:11px;
	background-image:url(img/logo-homme2.jpg)
}
	
