function FrmDlReg3getvalue(int3)
{
   if(int3==1)
    {
      return("Saisissez votre e-mail");
    }
   if(int3==2)
    {
      return("E-mail doit être valide : de la forme 'identifiant@domaine.xxx'");
    }
}
