body {
  background-color: #d5d5bb;
  background-image: url(background.png);
  padding: 1em;
}

h2 {
  color: #424242;
}

h3 {
  color: #424242;
}

div.principal {
  position: absolute;
  right: 1em;
  top: 2em;
  left: 18em;
  padding-bottom: 5em;
}

div.menu {
  position: fixed;
  top: 6em;
  width: 13em;
  height: 25em;
  background-color: #ffffff;
  border: thin dashed #999999;
}

object.menu {
  width: 13em;
  height: 25em;
}

div.titre {
  position: relative;
  right: 1em;
  background-color: #ffffff;
  border: thin dashed #999999;
  text-align: center;
}

div.corps {
  position: relative;
  top: 3em;
  right: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  background-color: #ffffff;
  border: thin dashed #999999;
  text-align: justify;
}

div.console {
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border: thin solid #999999;
  font-family: monospace;
}

ul.news {
  padding-left: 1.2em;
  list-style-type: circle;
}

ul.choice {
  list-style-type: circle;
}

li.choice {
  margin-bottom: 1em;
}

img {
  padding-top: 0.8em;
}

a {
  font-weight: bold;
  color: #424242;
  font-size: 1.15em;
  text-decoration:none;
}

@media screen and (max-width: 1054px), screen and (max-height: 500px) {
  div.menu {
    top: 0.6em;
    position: relative;
  }

  img {
    display: block;
    width: 100%;
    height: auto;
  }
}
