@font-face {
    font-family: 'neon';
    src: url('../POLICE/Neon.ttf');
}

body {
    font-family: 'neon';
    font-size: 15px;
    color: #333333;
    line-height: 150%;
    background-color: #fdfae0 ;
    margin : 0%;
    padding : 0%;

}
.tete {
    color: #ffffff;
    background-color: white;
    display: block;
    font-size: 150%;
    font: bold;
    text-transform: uppercase;

}

footer {
    color: #888888;
    background-color: #072821;
    /* line-height: 120%; */
    border-color: #000000;
    height : 30px;
    bottom : 0;
}
body{
    text-align: center;
}

.menu_position,.tete
{
    left:0px;
    right:0px;
}
.menu_position
{
    top: 0px;
}

.menus
{
    margin: 0px;
    background-color: #072821;
    text-align: center;
    line-height: 300%;
    color : white;
    
}
.liens
{
    padding-right: 20px;
    padding-left: 20px;
    display:inline-block;
    color : white;
    text-decoration: none;

}

.liens:hover{
    background-color: #489521;
    color : white;
}

.quizz div{
    background-color : #fdfae0;
    font-weight: bold;
    font-size: 150%;

}

.top div{
    background-color : #fdfae0;
    font-weight: bold;
    text-decoration: none;
    font-size: 150%;
}

img {
    display : block;
    width: 100%;

}

.quizz a,
.top a {
    text-decoration: none;
    color : #072821; 
}

.lien{
    text-decoration: none;
    color : white;
    line-height: 30px;
}

.footer-container:hover{
    background-color: #489521;
}

.footer-container a:hover{
    background-color: none;
    color : white;
}

.footer-container {
    margin-left : 40%;
    margin-right : 40%;
}

.accueil{
    background-color: #072821;
    color : white;
    line-height: 300%;
    
}

.image_ours_peche{
    width : 25% ;
    display : block;
    margin-right : auto;
    margin-left : auto;
}

.text p{
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
}
p img {
    display : block;
    width: 50%;
    margin-left:25%;
    
}