/*
html, body {
  height: 100%;
}
*/

body {
  color: #bfbfbf;
  background: white;
  font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
}

h1 {
  color: black;
}

#global {
  min-height: 100%;  /* Voir commentaire sur html et body plus haut */
  background: #333534;
  width: 70%;
  margin: auto;    /* Permet de centrer la div */
  text-align: justify;
  padding: 5px 20px;
}

#contenu {
  margin-bottom: 30px;
}

#connexion fieldset {
  width: 320px;
  padding:20px;
  border:1px solid #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;   
}

