.rent_box {
	float: left;
	width: 770px;
	margin-bottom: 25px;
}

.rent_title {
	float: left;
	width: 750px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 16px;
}

.rent_content {
	float: left;
	width: 770px;
	border: solid 1px #aaa;
}

.rent_element {
	float: left;
	width: 350px;
	margin: 15px;
}

.rent_element_title {
	float: left;
	width: 340px;
	font-size: 14px;
	border-bottom: solid 1px #c0c0c0;
	padding: 5px;
	font-weight: bold;
}

.rent_element_img {
	float: left;
	width: 340px;
	padding: 5px;
	text-align: center;
}

.rent_element_text {
	float: left;
	width: 171px;
	border-bottom: dotted 1px #c0c0c0;
	font-size: 12px;
	padding: 2px;
}

.rent_info {
	margin: 5px;
	padding: 10px;
	background-color: #eee;
	width: 740px;
	overflow: hidden;
}

.rent_text {
	padding: 5px;
	float: left;
	width: 730px;
	border-bottom: dotted 1px #c0c0c0;
}

.rent_text_saison {
	float: left;
	font-weight: bold;
	width: 130px;
}

.rent_text_date {
	float: left;
	width: 410px;	
	font-size: 12px;
}

.rent_text_price {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 180px;
}

.rent_foot {
	font-size: 12px;
}
