html, body {
    margin: 0;
    padding: 0;
    background-color: burlywood;
     }
 @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: 165px;
    left: 48%;
    color: black;
    font-family:AmericanCaptain;
    font-size: 300%;
}
h2{
    font-family:AmericanCaptain;
    font-size: 250%;
}

#bandeau{
    position: absolute;
    top: 150px;
    width:100%;
    height: 150px;
    background-color:burlywood;
    
}
#gauche{
    position: absolute;
    top: 300px;
    height: 950px;
    width: 100%;
    background-color:black;
    z-index: 0;
}
#Instatxt,#Facebooktxt,#Twittertxt{
    color: burlywood;
    font-family:AmericanCaptain;
    font-size: 175%;
    left: 22%;
}
#Insta,#Facebook,#X{
    left: 19%;
    font-size: 175%;
    padding: 5px;
    border-radius: 20px;
    width: 200px;
    height: 40px;
    text-align: center;
    color: burlywood;
    border: 4px solid burlywood;
    text-decoration: none;
    font-family:AmericanCaptain ;
}
#Insta:hover,#Facebook:hover,#X:hover{
    background-color: burlywood;
    color:black;
}
#Instatxt{
    position: absolute;
    top: 500px;
    left: 22%;
}
   
    
#Facebooktxt{
    position: absolute;
    top: 700px;
    left: 22.3%;
}
#Twittertxt{
    position: absolute;
    top: 900px;
    left: 22.5%;
}
#Insta{
    position: absolute;
    top: 600px;
}
#Facebook{
    position: absolute;
    top: 800px;
}
#X{
    position: absolute;
    top: 1000px;
}

#RS{
    position: absolute;
    top: 375px;
    left: 17%;
    color: burlywood;
}
#CD{
    position: absolute;
    top: 375px;
    left: 67%;
    color: burlywood;

}

#Tel{
    position: absolute;
    top: 500px;
    left: 71%;
    font-size: 175%;
    padding: 5px;
    border-radius: 20px;
    width: 200px;
    height: 40px;
    text-align: center;
    color: burlywood;
    border: 4px solid burlywood;
    text-decoration: none;
    font-family:AmericanCaptain ;
}

#E-Mail{
    position: absolute;
    top: 700px;
    left: 66%;
    font-size: 175%;
    padding: 5px;
    border-radius: 20px;
    width: 400px;
    height: 40px;
    text-align: center;
    color: burlywood;
    border: 4px solid burlywood;
    text-decoration: none;
    font-family:AmericanCaptain ;
}
footer{
    position: absolute;
    top: 1200px;
    background-color: beige;
    color: black;
    text-align: center;
    width: 100%;
    height: 50px;
    z-index: 4;
    font-family: AmericanCaptain;
} 