.paw {
  position: absolute;
  width: 100px;
  cursor: move;
}

#contenu {
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: Verdana, Arial, Helvetica;
  font-size : 10pt;
  color: black;
  align: center;
  background-image: url('/img/bambou.png');
  background-position: top left;
  background-repeat: no-repeat;
}

a {
  font-family: Verdana, Arial, Helvetica;
  font-size : 10pt;
  color: navy;
  text-decoration: none;
}

a:hover {
  font-family: Verdana, Arial, Helvetica;
  font-size : 10pt;
  color: navy;
  text-decoration: underline;
}

#footer {
  text-align: center;
  margin-top: 450px;
}

body {
  margin: 0px;
  padding: 0px;
}

h1 {
  display: inline;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica;
  font-size : 10pt;
  color: black;
  font-weight: bold;
}