/** css pour les pages de connexion et de gestion de mots de passe .*/

#divAjustableId {
  margin-top: 50px;
  max-width: 400px;
  margin-bottom: 30px;
  height: auto;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}

#connexionId {
  margin-top: 50px;
  max-width: 400px;
  margin-bottom: 30px;
  height: auto;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}

#modifpassId {
  margin-top: 50px;
  max-width: 400px;
  margin-bottom: 30px;
  height: auto;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}

#passOublie {
  margin-top: 50px;
  max-width: 400px;
  margin-bottom: 30px;
  height: auto;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}

#login-form {
	margin-top: 25px;
}

#login-form label{
	font-size: 14px;
	font-family: sans-serif;
	font-weight: normal;
}