$(document).ready(function ()
	{
	$("#achat_localite,#loc_localite").tokenInput("/autocomplete.php?type=localite",
		{
		hintText: "Code postal, nom de ville ou de département",
		noResultsText: "",
		searchingText: "Recherche en cours...",
		classes: []
		});
	});
//	$('#rech_submit').click(function()
//		{
//		$.get("/recherche", {ajax: true, params_du_form},
//		      function (data)
//			{
//			
//			});
//		});

