html, body {
    margin: 0;
    padding: 0;
     }
 @font-face {font-family:AmericanCaptain ; src:url("police/americancaptain.ttf")
 }
 
header{
    position: fixed ;
    background-color:beige ;
    width: 100% ;
    height: 150px ;
    top: 0px;
    left: 0px;
    font-family:AmericanCaptain ;
    z-index: 5;
}

#Slogan{
    font-family:AmericanCaptain ;
    position: absolute;
    top: 38%;
    left: 15%;
    font-size: xx-large;}
    
#Menus{
    position: absolute;
    top: 38%;
    left: 55.5%;
    font-size: xx-large;
    padding: 5px;
    border-radius: 20px;
    width: 70px;
    height: 40px;
    text-align: center;
}
#Menus:hover{
    background-color: black;
    color: burlywood;
}

#Aboutus{
    position: absolute;
    top: 38%;
    left: 64%;
    font-size: xx-large;
    padding: 5px;
    border-radius: 20px;
    width: 105px;
    height: 40px;
    text-align: center;
   
}
#Aboutus:hover{
    background-color: black;
    color:burlywood;
}

#Trouver{ position: absolute;
    top: 38%;
    left: 74%;
    font-size: xx-large;
    padding: 5px;
    border-radius: 20px;
    width: 155px;
    height: 40px;
    text-align: center;

}
#Trouver:hover{
    background-color: black;
    color: burlywood;
}


#Contact{
    position: absolute;
    top: 38%;
    left: 86.5%;
    font-size: xx-large;
    padding: 5px;
    border-radius: 20px;
    width: 88px;
    height: 40px;
    text-align: center;
    
}
#Contact:hover{
    background-color: black;
    color: burlywood;
}


#Contact,#Aboutus,#Menus,#Trouver{
    color: black;
    border: 4px solid black;
    text-decoration: none;
    font-family:AmericanCaptain ;
    
    
}
h1{
    position: absolute;
    top: 160px;
    left: 43%;
    color: burlywood;
    font-family:AmericanCaptain;
    font-size: 300%;
}
#bandeau{
    position: absolute;
    top: 150px;
    width:100%;
    height: 225px;
    background-color: black;
    color: beige;
}
#notrehistoire{
    position: absolute;
    top: 375px;
    height: 1225px;
    width: 100%;
    background-color:burlywood;
}
.Fr1{
    position: absolute;
    top: 600px;
}
.Fr2{
    position: absolute;
    top: 860px;
}

.Fr3{
    position: absolute;
    top: 1100px;
    left: 10%;
}
.Fr4{
    position: absolute;
    top: 1200px;
}
.Fr5{
    position: absolute;
    top: 1300px;
}
.Fr1,.Fr2,.Fr3,.Fr4,.Fr5{
    left: 9%;
    width: 650px;
    color: black;
    font-size: 0.6cm;

}

h2{
    position: absolute;
    top: 450px;
    left: 17%;
    color: black;
    font-family:AmericanCaptain;
    font-size: 250%;
}
#Anglais{
    position: absolute;
    top: 270px;
    left: 47.5%;
    font-size: xx-large;
    padding: 5px;
    border-radius: 100px;
    width: 88px;
    height: 40px;
    text-align: center;
    color: burlywood;
    border: 4px solid burlywood;
    text-decoration: none;
    font-family:AmericanCaptain ;
}
#Anglais:hover{
    background-color: burlywood;
    color:black;
}
#truck{
    position: absolute;
    top: 500px;
    left: 63%;
    border: 4px solid burlywood;
}
#bloctruck{
    position: absolute;
    top: 375px;
    left: 50%;
    width: 50%;
    height: 1225px;
    background-color: black;
}


#NTrouver{ position: absolute;
    top: 1400px;
    left: 21%;
    font-size: xx-large;
    padding: 5px;
    border-radius: 20px;
    width: 155px;
    height: 40px;
    text-align: center;
    color: black;
    border: 4px solid black;
    text-decoration: none;
    font-family:AmericanCaptain ;
    
}
#NTrouver:hover{
    background-color: black;
    color:burlywood;
}
footer{
    position: absolute;
    top: 1600px;
    background-color: beige;
    color: black;
    text-align: center;
    width: 100%;
    height: 50px;
    z-index: 4;
    font-family: AmericanCaptain;
} 