@charset "iso-8859-1";
/* CSS Document */

/*******************************************/
/*		Menu vertical				*/
/*******************************************/
#menuvertical {
	float:left;
	width: 180px;
}
#menu_nosbiens {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_nosbiens li a {
	display: block;
	color: #fff; /*texte blanc*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 15px;
	padding: 4px 0px 8px 10px;
	text-align: left;
	text-decoration: none;
}
#menu_nosbiens li a:hover, #menu_nosbiens li a:focus, #menu_nosbiens li a:active {
	background: #98bf0d; /*vert*/
}
.btnactif{
	background: #98bf0d; /*vert*/
}
/*******************************************/
/*		div contenant la liste des biens		*/
/*******************************************/
#listesdesbiens {
	float:left;
	width:713px;
	margin:0 0 10px 0;
}
/*******************************************/
/*		div contenant l annonce			*/
/*******************************************/
#annonce {
	float:right;
	width:680px;
	border:1px solid #b5a698; /*marron clair*/
	margin:0px 0px 10px 0px;
}
#image img {
	float:left;
	border:0px;
	margin:4px;
}
#contenuannonce{
	float:right;
	width:460px;
	height:150px;
	margin:4px;
}
#description {
	float:right;
	margin:0px 4px 8px 4px;
}
#description p {
	display:block;
	height:117px;
	overflow:hidden;
	color:#FFF;
	margin:0;
	padding:0;
	line-height:19px;
}
/*******************************************/
/*		div complement d'annonce		*/
/*******************************************/
#complements{
	clear:both;
	width:460px;
	height:25x;
	color:#FFF;
	line-height:23px;
	font-size:14px;
	font-weight:bold;
}
#details{
	float:left;
	width:150px;
}
#montant{
	float:right;
	width:180px;
	text-align:center;
	background-color:#98bf0d; /*vert*/
	border:1px solid #b5a698; /*marron clair*/
}

/*******************************************/
/*		style du liens + de details		*/
/*******************************************/
#details a:link, #details a:visited, #details a:active{
	text-decoration:none;
}
#details a:hover{
	text-decoration:underline;
}

