$(function() {
$("#menu1").lavaLamp({
fx: "backout", 
speed: 700,
click: function(event, menuItem) {
return true;
}
});
});
    	
    	
    	
$(document).ready(function(){
$('#recherche_type_bien, #recherche_ville, #recherche_nb_pieces').sSelect({ddMaxHeight: '250px'});
});	

$(function() {  
		  $('a.lightbox').lightBox();
		});

