body{
    margin: 0;
    padding: 0;
    background-color: #AEB0B0;
    
 }
 html{
     scroll-behavior: smooth;
 }
 hr{
     clear: both;
 }

 .presentation{
     text-align: center;
     text-transform: uppercase;
     
 }
 .flotte1{
     float: left;
     border-radius: 60%;
     margin-right: 10px;
 }
 
 .flotte2{
     float: left;
     margin: 10px;
     border-radius: 60%;
 }
 .flotte3{
     float: left;
     margin: 10px;
     border-radius: 60%;
 }
 .flotte4{
     float: left;
     margin: 10px;
     border-radius: 60%;
 }
 h2{
     text-align: center;
 }
 li{
     list-style: none;
     text-align: center;

 }
 a{
     text-decoration: none;
 }
 .droite{
     text-align: right;
 }
 ul{
    text-align: justify;
 }
 .container{
    position: absolute;
    left: 10%;
    right: 10%;
}
p{
    line-height: 1.5;
}