*{
  margin: 0;
}

header li {
    display: inline;
}

header li a:hover{
  background-color: #DBA901;
}
header li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
}
header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #181907;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}
#Accueil{
  background-color: #181907;
}
/* page */
/* page */
body p{
  text-align: center;
  font-size: 20;
}
td{
  font-size: 20;
}
table{
  border-spacing: 50px;
  margin: auto;
}
article p{
  text-align: justify;
}
article{
  background-color: #FEFEE2;
  overflow-y: scroll;
  float: left;
  width: 80%;
  height: 300px;
  padding: 1%;
  border: 1px solid black;
  margin:   5%;
  /* display: block; */
}
body ul{
  list-style-type: square;
  list-style-position: inside;
}
body img {
  float: left;
  display: block;
  width: 50%;
  height: auto;
}
body section img{
  width: 100%;
  height: auto;
}
body section p{
  font-size: 0px;
}
/* pied de page */

footer img{
	width:16px;
	height:auto;
}
footer ul{
  background-color: #181907;
  position: fixed;
  bottom: 0;
}
footer ul li{
  float: left;
  display: inline;
}
footer ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    /* padding-left: 8%; */
    text-decoration: none;
}
