#immo_recherche {
	position: relative;
	background: #ececec;
	border: 1px solid #deddde;
	color: #959496;
	border-radius: 2px;
	padding:5px 0px 3px;
}

#immo_recherche ul {
	list-style-type: none;
}

#immo_recherche ul li {
	float: left;
	margin-right: 10px;
}

#immo_recherche td {
	height: 36px;
}
#immo_recherche input {
	display: none;
}

#immo_recherche a {
	display: block;
	padding : 0px 10px;
	background: #fff;
	color: #959496;
	border: 1px solid #d5d5d6;
	border-radius: 1px;
	border-radius: 5px;
	line-height: 26px;
	text-decoration: none;
}

#immo_recherche a:hover {
	text-decoration: none;
}

#immo_recherche .est_coche {
	background: #231f43;
	color: #aaca3a;
	text-decoration: none;
	border: 1px solid #231f43;
}

#immo_recherche #rechercher {
	position: absolute;
	float: right;
	bottom: 0px;
	right:0;
	display: block;
	height: 100%;
	background: transparent;
	border: none;
	width: 100%;
	color: transparent;
}

#immo_recherche #rechercher:hover {
	background-position: 0px -103px;
}

#immo_recherche table {
	margin: 0px 10px;
}

input {
    outline: none;
}

#retour-annonces {
	width: 100%;
	margin-bottom: 20px;
	height: 22px;
}

#retour-annonces a {
	color: #c2c2c2;
	border: 1px solid #c2c2c2;
	text-transform: uppercase;
	float: right;
	padding: 0px 5px;
}

#retour-annonces a:hover{
	background-color:#c2c2c2;
	color:#fff;
}

#rechercher {
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	border: none;
}

#barre_recherche {
    background: #ececec;
    border: 1px solid #deddde;
}

#barre_recherche form {
	margin: 0px;
}

#barre_recherche table {
	border: 1px solid #231f43;
	width: 100%;
}

#barre_recherche th {
	background: #fff;
	color: #231f43;
	font-size: 28px;
	font-weight: 100;
	height: 55px;
	text-align: center;
}

#barre_recherche td {
	color: #fff;
	padding: 0px 6px;
	font-size: 16px;
	font-weight: 100;
}

#barre_recherche .libelle {
	height: 45px;
	vertical-align: bottom;
}

#barre_recherche tr {
	height: 30px;
}
/*
.chosen-choices {
	border: none !important;
	width: 100% !important;
}

.chosen-container-multi .chosen-choices {
	background: transparent;
}*/


#barre_recherche form, #barre_recherche table {
	height: 100%;
}

#slider-budget {
	border: none;
	border-radius: 0px;
	background: white;
	margin: 5px 7px 12px 9px;
}

.search-field {
	line-height: 33px;
}
/*
.search-choice {
	background: #E18A12 !important;
	color: #fff !important;
	border: 1px solid #E18A12 !important;
	box-shadow: none !important;
	font-weight: bold;
	margin: 5px 0px !important;
	margin-right: 5px !important;
}

.search-choice span {
	line-height: 28px;
}

.search-choice-close {
	background: url('../images/fermer.png') no-repeat 0px 5px transparent !important;
	height: 100% !important;
	width: 14px !important;
}
*/
.chosen-container{
	width:100% !important;
}

#criteres {
	padding: 5px 8px 25px;
	height: auto;
}

#criteres .libelle-critere {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 100;
	padding:5px 0;
}

#prix_min, #prix_max {
    margin: 10px 0px;
    float: left;
    width: 40%;
}

#prix_max {
    float: right;
}

#entete {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}