#annonce #photo {
	text-align:center;
	margin-bottom:15px;
}
#annonce #texte {
	float:left;
	width:382px;
	background-color: #E9E9E9;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #D6D6D6;
}
#annonce #ad_infos,
#annonce #map {
	float:right; margin-left:10px; margin-bottom:10px;
	padding:5px;
	background-color:#C2B583;
	width:186px;
	font-size:0.85em;
}
#annonce .adCol1 {
	width:290px; margin-right:20px; float:left;
}
#annonce .adCol2 {
	width:290px;float:left;
}
#annonce li .name {
	width:120px;
	display:block;
	float:left;
	margin-bottom:3px;
	padding-left:10px;
}
#annonce li .value {
	width:120px;
	float:left;
	margin-bottom:3px;
	color:#666;
	padding-left:10px;
}
#annonce ul.about li {
	margin-bottom:10px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	padding-bottom:4px;
	height:18px;
}
#annonce a.contactAnnonceur {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	display:block;
	text-align:center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width:200px;
	color:#FFF;
	text-decoration:none;
	background-image: url(../images/interface/btnRepondre.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#annonce a.contactAnnonceur:hover {
	background-image: url(../images/interface/btnRepondre-on.jpg);
}

#annonce #photo li {
	float:left;
	width:154px;
	height:154px;
	
}
#annonce #photo a {
	border:1px solid #D6D6D6;
	display:block;
	padding:2px;
	width:150px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
}
#annonce #photo a:hover {
	border:1px solid #888;
}

#annonce #adPictures li {
	float:left;
	width:104px;
	height:104px;
	margin-right:6px;
	margin-bottom:6px;
}
#annonce #adPictures a {
	border:1px solid #D6D6D6;
	display:block;
	padding:2px;
	width:100px;
	height:100px;
}
#annonce #adPictures a:hover {
	border:1px solid #888;
}

.main a.profil {
	background-image: url(../images/interface/icons/user.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	text-decoration:none;
	font-weight:bold;
}

.main a.mailAnnonceur {
	background-image: url(../images/interface/icons/email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	text-decoration:none;
	font-weight:bold;
}
.main a.profil:hover,
.main a.mailAnnonceur:hover {
	text-decoration:underline;
}
