.page-achat-residences h1,
.page-location-residences h1,
.page-node-louer h1,
.page-node-acheter h1,
.page-node-469 h1 { text-transform: none; }
.results-residences { margin-top: -39px; }
.result-residence {
	border-bottom: solid 1px #efe3d9;
	margin-bottom: 20px;
}
.result-residence:hover { border-bottom: solid 1px #bc926c; }

.result-residence div.summary {
	border: solid 1px #efe3d9;	
	border-bottom: none;
	position: relative;
	padding: 0 10px 0 0;
}
.result-residence:hover div.summary { border: solid 1px #bc926c; border-bottom: none; }
.result-residence div.summary div { float: left; width: 373px; margin-left: 10px; }
.result-residence h2 {
	margin: 10px 0;
	line-height: 18px; 	
}
.result-residence h2 a {
	color: #9a7859;
	font-size: 18px;
	text-decoration: none;
	font-family:'Raleway-SemiBold';
	display: block;
	background: transparent url(../images/picto-residence-result.png) 0 0 no-repeat;
	padding: 2px 0 2px 30px;
}
.result-residence img { 
	width: 235px; 
	height: auto;
	float: left;
	opacity: 0.7;
	transition: all 0.5s ease;
}
.result-residence:hover img {
	opacity:1 ;	
}

.result-residence a.btn { 
	background: #9a7859 url(../images/arrow-item-menu-white.png) 81% 50% no-repeat;
	color: #fff;
	border-radius: 0;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 235px;
	transition: all 0.5s ease;
	font-family: 'Raleway-SemiBold';
}
.result-residence:hover a.btn {
	background: rgba(255,255,255,0.75) url(../images/arrow-item-menu-choco.png) 81% 50% no-repeat;
	color: #6d5239;
}
.result-residence a.btn:hover {
	background: #9a7859 url(../images/arrow-item-menu-white.png) 81% 50% no-repeat;
	color: #fff;	
}
.result-residence .localisation {
	color: #8e7d50;	
	background: transparent url(../images/arrow-item-menu-brown.png) 0 50% no-repeat;
	padding: 0 0 0 10px;
}
.result-residence table {
	border: solid 1px #efe3d9;	
	border-top: none;
	border-bottom: none;	
}
.result-residence:hover table { border: solid 1px #bc926c; border-top: none; border-bottom: none; }
.result-residence thead {
	background-color: #ccac8f;
	color: #fff;
	text-transform: uppercase;	

}
.result-residence thead th {
	padding: 8px 10px;
	border: none;
	font-weight: normal;
}
.result-residence tbody {
	border: none;	
}
.result-residence tbody tr.odd, .result-residence tbody tr.even  {
	border: none;	
}
.result-residence tbody tr.odd {
	background-color: #f8f1eb;
}
.result-residence tbody tr.even { background-color: #fff; }
.result-residence tbody tr:hover {
	background-color: #eee0d4;	
}
.result-residence td {
	padding: 8px 10px;	
	font-family: Arial, Helvetica, sans-serif;
}
.result-residence th.last { width: 145px; }
.result-residence td a {
	text-decoration: none;	
	background: #62a1cb url(../images/arrow-item-menu-white.png) 91% 50% no-repeat;
	color: #fff;
	font-size: 14px;
	padding: 4px 20px 4px 10px;
	display: block;
}
.result-residence td a.bien-achat { background-color: #fbc52d; }
.result-residence td a.bien-achat:hover { background-color: #d79d21; }
.result-residence td span.energie { padding: 4px; border-radius: 5px;}

.page-node-louer .result-residence a.btn,
.page-node-acheter .result-residence a.btn { background-position: 88% 50%; }