body{
    background-color:#80659b;
    margin: 0px;

}
main{
    background-color: #511010;
    text-align: center;
    margin-left: 300px;
    margin-right: 300px;
    height: 2000px;
    margin-top: 300px;
    border-style: inset;
    
}


header{
    background-image:url("../images/banner.png");
    text-align: center;
    padding: 0px;
    width: 1000px;
    margin: auto;
    margin-top: 0%;
    padding-top: 0;
    border-left-style:solid ;
    border-left-width: 7px;
    border-right-style:solid ;
    border-right-width: 7px;
}
.logo{
    width: 600px;
    height: 150px;
    padding: 0%;

}
.titre{
    background-color: #8000ff;
    width: fit-content;
    margin:auto;
    

}
.soustitre{
    margin-top: 0%;
    color: #dcc9ee;

}
.texte{
    background-image:url("../images/bannertop.png");
    text-align: center;
    position: sticky;
    top: 0;
    width: 1000px;
    margin: auto;
    border-bottom-style:solid ;
    border-bottom-width: 7px;
    border-left-style:solid ;
    border-left-width: 7px;
    border-right-style:solid ;
    border-right-width: 7px;
}

.sidenavl{
    color: black;
    width: 200px;
    height: 600px;
    background-image:url("../images/sidenavl.png");
    margin: 0;
    position: absolute;
    overflow: hidden;
}
.sidenavl:hover{
    border-bottom-style: outset;
    border-bottom-width: 7px;
    border-top-style: outset;
    border-top-width: 7px;
    border-right-style: outset;
    border-right-width: 7px;
    filter: brightness(1.8);
}

.sidenavg{
    color: black;
    width: 200px;
    height: 600px;
    overflow: hidden;
    right: 0;
    top:250px;
    background-image: url("../images/sidenavg.png");
    position:absolute;
    
}
.sidenavg:hover{
    border-bottom-style: outset;
    border-bottom-width: 7px;
    border-top-style: outset;
    border-top-width: 7px;
    border-left-style: outset;
    border-left-width: 7px;
    filter: brightness(1.8);

}
