* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #30312c;
  color: white;
  font-family: Trebuchet MS;
  margin-left: 1em;
  height: 780px;
  background-image: url(lys.jpg);
  background-attachment: fixed;
}
p {
  margin-right: 16px;
  font-size: 0.8em;
  margin-left: 16px;
}
h1 {
  margin-left: 16px;
  margin-right: 16px;
  font-size: 2em;
  text-align: left;
  line-height: 1.6em;
  margin-top: 16px;
}
h2 {
  margin-left: 16px;
  margin-right: 16px;
  font-size: 1.2em;
  text-align: left;
  line-height: 1em;
  margin-bottom: 24px;
}
#boite-defilement {
  border:  none;
  margin-right: 10px;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  width: 98%;
  height: 534px;
}
#wagon {
  border: 2px solid white;
  float: left;
  margin-right: 1.4em;
  background-color: #30312c;
  height: 504px;
}
#locomotive {
  border: 2px solid white;
  float: left;
  margin-right: 1.4em;
  background-color: #30312c;
  height: 504px;
  width: 504px;
}
#pied {
  margin-top: 1em;
  font-size: 0.7em;
  margin-left: 1em;
}
a {
  text-decoration: underline;
  color: #ffffff;
  line-height: 18px;
}
a:hover {
  font-size: 1.1em;
  font-weight: bold;
}
a:active {
  text-decoration: none;
}
.maison {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 2.4em;
}
.liensbas {
  padding-top: 20em;
  font-size: 0.7em;
  font-weight: normal;
  line-height: 1em;
}