Auto_Completer = function(champ,element,type){
	new Ajax.Autocompleter(
		champ,
		element,
		'rec-annuaire.php?type='+type,
		{
			method : 'get',
			paramName:'champ',
		 	minChars: 1
		}
	);
}
