$(document).ready(function(){
	$("input#recherche").one("focus",function(){
		$(this).attr("value","");
	});
});