function effacerLesZonnesTextes()
{
	thisForm = document.rechercheForm;
	thisForm.ctl0$MenuLayout$NumClassement.value="";
	thisForm.ctl0$MenuLayout$NumGIP.value="";
	thisForm.ctl0$MenuLayout$RaisonSocial.value="";
	thisForm.ctl0$MenuLayout$SIREN.value="";
	thisForm.ctl0$MenuLayout$BureauDistr.value="";
}
