function effacer_champ(id){
	document.getElementById(id).value='';
	document.getElementById(id).focus();
}
