<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="fr">
  <head>
    <title>Zone membre</title>
  </head>
  <body>
    <h1>Zone membre</h1>
    <form action="<?php echo $_SERVER['PHP_SELF'];?>" method="post">
      <fieldset>
    <legend>Identification</legend>
    <p>
      <label for="login">Identifiant:</label>
      <input type="text" id="login" name="login" value="">
    </p>
    <p>
      <label for="password">Mot de passe:</label>
      <input type="password" id="password" name="password" value="">
    </p>
    <input type="submit" name="sub" value="Ok">
      </fieldset>
    </form>
  </body>
</html>