div#login {
  margin: 0px auto;
  margin-top: 100px;
  width: 420px;
}
div#footer{
  display:none;
}


fieldset{
  border: 1px solid #007F5E;
  background: white;
  margin: 0px;
  max-width: 600px;
}

div#TitreMenuID{
  height: 100%;
  text-align: middle; 
  display: table;
  width: 100%;
}

div#TitreMenuID h1{
  display: table-cell;
  vertical-align: middle;
}

div#login h1 {
  height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #03735B;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

div#login span.button {
  display: block;
  margin: 0px auto;
  float: none;
  width: 120px;
  margin-top: 10px;
  text-align: center;
  background-color: #03735B;
}

label {
  width: 135px;
}

input[type=text], input[type=password] {
  width: 229px;
}

input[type='text'], input[type='password'], input[type='number'] {
  background-color: #F1F1F1;
  border: 1px solid #33495E;
  padding: 9px;
  color: #666;
  font-size: 18px;
}
p.error {
  text-align: center;
}

#loginField {
  margin-bottom: 10px;
}