body {
  border-style: none solid;
  border-color: #000000 #999999;
  border-width: 1px 100px;
  margin: auto;
  padding-left: 50px;
  font-family: Comic Sans MS;
  padding-right: 50px;
  background-color: black;
  background-position:  center;
  padding-top: 1px;
  font-size: medium;
  min-height: 100vh; 
  max-width: 1024px;
  text-align: left;
}
#contenu {position: relative;
  margin: auto;
  background-color: black;
  background-position:  center;
  max-width: 1024px;
  height: auto;
}
.retrait {
margin-left: 500px;
}
#footer {
  position: absolute; 
  bottom: 0;
  margin: auto;
  height: auto;
  left: 150px;
  right: 150px;
  background-color: black;
  background-position: center;
  max-width: 1024px;
}
.note {text-align: left;
}
p
{
 word-wrap: break-word;
}
.home {text-align: center;
width: 100%;
}
.page_suivante {
  text-align: right;
  width: 100%;
}
#Copyright:before {
  padding-left: 15px; 
  content: "Copyright © ";
  font-size: small;
}
#Copyright:after {
  content: " Tous droits réservés.";
  font-size: small;
}
html {
  background-position: center top;
  background-color: #999999;
}
.responsive {
  max-width: 100%;
  height: auto;
}
