html, body {
    margin: 0;
    padding: 0;
    font-family:AmericanCaptain ;
    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;
}
#header{
    float: left;
    height: 300px;
    width: 100%;

}

#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 ;}

#bandeau{
    position: absolute;
    top: 150px;;
    width:100%;
    height: 100px;
    background-color: black;
        
}
h1{
    position: absolute;
    top: 155px;
    left: 45%;
    color: burlywood;
    font-family:AmericanCaptain;
    font-size: 225%;
    z-index: 4;
}
    #map{
    position: absolute;
    top: px;
    left: 30%;
    height: 550px;
    width: 60%;
    top: 800px;

}
 
  .tableau {
    background-color: burlywood;
    padding: 0px 100px 60px 100px;
    }

  .jour {
    margin-bottom: 15px;
    font-size: xx-large;
    
  }

  .jour h2 {
    color: black;
    margin-bottom: 5px;
  }

  .horaire {
    color: black;
    font-size: x-large;
  }
footer{
    position: absolute;
    top: 1410px;
    background-color: beige;
    color: black;
    text-align: center;
    width: 100%;
    height: 50px;
    z-index: 4;
    font-family: AmericanCaptain;
} 