html, body {
    margin: 0;
    padding: 0;
    background-color: black;
   

 }
 @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;
}
#presentationphoto{
    position: absolute;
    top: 150px;
}

#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;
    

}
#Menus:hover{
    background-color: black;
    color: beige;}

#Aboutus{
    position: absolute;
    top: 38%;
    left: 64%;
    font-size: xx-large;
    padding: 5px;
    border-radius: 20px;
    width: 105px;
    height: 40px;
   
}
#Aboutus:hover{
    background-color: black;
    color:beige;
}

#Trouver{ position: absolute;
    top: 38%;
    left: 74%;
    font-size: xx-large;
    padding: 5px;
    border-radius: 20px;
    width: 155px;
    height: 40px;

}
#Trouver:hover{
    background-color: black;
    color: beige;
}


#Contact{
    position: absolute;
    top: 38%;
    left: 86.5%;
    font-size: xx-large;
    padding: 5px;
    border-radius: 20px;
    width: 88px;
    height: 40px;
    
}
#Contact:hover{
    background-color: black;
    color: beige;
}


#Contact,#Aboutus,#Menus,#Trouver{
    color: black;
    border: 4px solid black;
    text-align: center;
    text-decoration: none;
    font-family:AmericanCaptain ;
    }

h1{
    position: absolute;
    top: 250px;
    left: 740px;
    color: beige;
    font-size: 3.5cm;
    font-family:AmericanCaptain ;
    text-align: center;
    z-index: 0;
}
#foodtruck{
    position: absolute;
    top: 450px;
    left: 825px;
    color: beige;
    font-size: 1.5cm;
    text-align: center;
    font-family:AmericanCaptain ;
    z-index: 0;
}

#ensavoirplusdiv{
    position: absolute;
    top: 800px;
    width: 100%;
    height: 1200px;
    background-color: black;
    color: black;
    z-index: 0;

}
#ensavoirplus{
    position: absolute;
    top: 1600px;
    left: 45.5%;
    padding: 10px;
    border-radius: 35px;
    width: 150px;
    height: 40px;
    font-size: 1cm;
    color:beige;
    background-color: black;
    font-family: AmericanCaptain;
    text-decoration: none;
    text-align: center;
    z-index: 2;

}
#ensavoirplustext{
    position: absolute;
    top: 800px;
    left: 25%;
    font-size: 1.2cm;
    color:beige;
    font-family: AmericanCaptain;
    text-decoration: none;
    z-index: 2;
}
#ensavoirplus:hover{
    background-color: beige;
    color: black;
}
#ligne{
    position: absolute;
    top: 900px;
    left: 31%;
    z-index: 2;
    color: beige;
}
#Decouvrir{
    position: absolute;
    top: 950px;
    left: 17%;
    max-width: 1200px;
    margin: 0 auto;
}

footer{
    position: absolute;
    top: 1950px;
    background-color: beige;
    color: black;
    text-align: center;
    width: 100%;
    height: 50px;
    z-index: 4;
    font-family: AmericanCaptain;
} 