
body {
  background: #345042;
  color: #ffffcc;
}

#bidouille {
  width: 900px;
}


p {
  text-align: justify;
  color: #ffffcc;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

p.titre {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-family: Comics Sans, Arial, Verdana, sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

p.image {
  text-align: center;
}

p.copyright {
  text-align: justify;
  font-weight: bold;
  font-size: 10px;
}

p.disclaimer {
  font-style: italic;
  text-align: center;
  font-size: 10px;
}

td.nav, td.navsmall {
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  text-align: center;
}

td.nav {
  font-size: 13px;
}

td.navsmall {
  font-size: 10px;
}

a {
  color: #ff9966;
}

a:visited {
  color: #ff9966;
}

a:active {
  color: yellow;
}

