body{
    font-family: "Ubuntu", sans-serif;
    font-weight: 380;
    color: #222;
    background-color: #EEEEEE;
}

.impor{
    font-size: 20px;
}

.souli{
    text-decoration: underline;
}

.coul{
    color: darkturquoise;
}

.titre{
    color: #000;
    font-size: 30px;
    text-align: center;
}

.centré{
    color: #000;
    text-align: center;
}

.partie{
    font-size: 25px;
    text-align: left;
}

.navbar{
  overflow: hidden;
  background-color: #000000;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar a{
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0px 8px;
  text-decoration: none;
}

.navbar a:hover{
  color: aquamarine;
  text-decoration: none;
}

.main{
  margin-top: 20px;
}

.décale{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

