function masquer_value() {
		var a = document.getElementById("recherche");
		//alert(a.value);
		a.value="";
		}
