function vide_champ(text,value){
	if($("#"+text).val()==value){
		$("#"+text).val("");
	}

}