#search {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}

#pages {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
	
	#pages a.button.null:hover {
		cursor: default;
	}
	
	#pages .pages_sp {
		width: 2px;
		height: 10px;
		float: left;
	}

#loading, #loading-network {
	display: none;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-top: 95px;
	padding-bottom: 343px;
}	
	
#results {
	position: relative;
	width: 960px;
	margin: 0 auto;
	margin-top: 12px;
	text-align: center;
}

	.results_header {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	color: #ababab;
	display: none;
	
	}

	.listing {
		display: block;
		float: left;
		width: 300px;
		height: 325px;
		text-align: left;
		font-family: arial, sans-serif;
		
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	}
	
	.listing.active:hover {
		
	}
	
		.listing-top {
			min-height: 25px;
			margin-bottom: 1px;
		}
	
		.price {
			font-size: 20px;
			font-weight: bold;
			margin-left: 5px;
		}
		
		.price_extra {
			font-size: 14px;
			text-transform: uppercase;
			font-weight: bold;
		}
		
		.listing_img {
			width: 300px;
			height: 200px;
			margin-top: 2px;
			border-radius: 8px;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
		}
		
		.listing-photo {
			position: relative;
		}
		
		.listing .status {
			width: 300px;
			height: 200px;
			position: absolute;
			top: 2px;
			left: 0px;
		}
	
		.status.ev-fr {background: url(/images/listing-ev-fr.png); cursor: pointer; }
		.status.ev-en {background: url(/images/listing-ev-en.png); cursor: pointer; }
	
		.status.vl-fr {background: url(/images/listing-vl-fr.png);}	
		.status.vl-en {background: url(/images/listing-vl-en.png);}	

		.status.ve-fr { background: url(/images/listing-ve-fr.png);cursor: default;}
		.status.ve-en { background: url(/images/listing-ve-en.png);cursor: default;}

		.status.lo-fr {background: url(/images/listing-lo-fr.png);cursor: default;}
		.status.lo-en {background: url(/images/listing-lo-en.png);cursor: default;}

		.status.nv-fr {background: url(/images/listing-nv-fr.png);}
		.status.nv-en {background: url(/images/listing-nv-en.png);}
	
		.listing .infos {
			margin-top: 5px;
			font-size: 15px;
			line-height: 22px;
			text-transform: uppercase;
			margin-left: 5px;
		}
		
		.listing .quartier, .listing .chambres {
			font-weight: bold;
		}
		
	.listing.no2, .listing.no3 {
		margin-left: 30px;
	}
	
	.listing.not_first {
		margin-top: 40px;
	}
	
.recherche-box {
	width: 946px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 10px 10px 0px;
	text-align: left;
	border: 2px solid;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	display: none;
}

#network-box {
		width: 946px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 10px 10px 10px 0px;
	text-align: center;
	border: 2px solid;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.recherche-box h4 {
	margin-left: 10px;
	font-size: 16px;
}

/* NOUVEAU BOUTONS */
a.button {
	padding: 7px 15px 7px 15px;
	float: left;
	border: 1px solid;
	font-weight: bold;
	margin-left: 15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.recherche-box .button {
	margin-top: 10px;
	padding: 6px 10px 6px 10px;
	font-weight: normal;
	margin-left: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#pages a.button {
	margin-left: 10px;
}

a.button.btn_quartier {

}


a.button.first, #pages a.button.first {
	margin-left: 0px;
}

a.button.null {
	display: none;
}