$().ready(function() {
	
	$("#recherche").autocomplete("recherche.php", {
		width: 200,
		max: 10,
		highlight: false,
		multiple: false,
		scroll: true,
		scrollHeight: 200
	});

});
