body {
  background-image: url("/images/fond.jpg");
}
body .container {
  background-color: #fff;
  margin-top: 25px;
}
body > .container > footer {
  margin-top: 10px;
}
body > navbar {
  color: #fff;
  font-weight: normal;
  font-size: 150%;
  padding: 10px;
}
body > navbar a,
body > navbar a:hover {
  color: #fff;
  text-decoration: none;
}
body > navbar span {
  font-size: 75%;
  padding: 10px;
}
.login_logo {
  margin: 100px auto;
}
table th * {
  vertical-align: bottom;
}
table th input[type="text"] {
  width: 140px;
}
