.offre_location {
	font-family: Arial, Helvetica, Times new roman, Verdana;
	font-size : 13px;
	line-height: 16px;
	color: #111111;
	border: 1px solid #6666cc;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 6px;
	width: 800px;
	clear:both;
}
.offre_location .title{
	padding: 3px;
	color: #ffffff;
	background-color: #6666cc;
}

.offre_location a {
	font-weight: bold;
	text-decoration: none;
	color: #FF0099;
}
.offre_location a:hover{
	text-decoration: underline;
	color: #FF0099;
}

.offre_location h3 {
	font-size : 15px;
	font-weight: bold;
	color:#ffffff;
	margin-bottom:1px;
	margin-top:1px;
}

.offre_location .loyer {
	background-color: #ffee9c;
	font-weight: bold;
	padding: 5px;
}

.offre_location .details {
	
}

.offre_location .photo {
	float: left;
	text-align:center;
}

.offre_location .description {
	float:left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 1px;
	line-height: 20px;
	color: #555555;
}

.offre_location .promo {
	background-color: #ffee9c;
	width: 400px;
}

.offre_location .reduction {
	color: green;
	font-weight: bold;
}

.offre_location .reduction_value{
	color: green;
	font-weight: bold;
	font-size: 19px;
}

.offre_location .old_price {
	color: red;
	text-decoration: line-through;
	font-weight: bold;
	font-size: 17px;
}

.offre_location .new_price {
	color: green;
	font-weight: bold;
	font-size: 19px;
}


.offre_location  label {
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
	width:80px;
}


