/**************************************************************
                        STYLE GENERIQUE
***************************************************************/
a{
    text-decoration:none;
}
body{
    Background-color:#701B20;
    margin:0;
    padding:0;
}
/**************************************************************
                        STYLE HEADER
***************************************************************/
header{
    height:320px;
}

#logo{
    height:300px;
    Display:Block;
    Margin:auto;
}
/**************************************************************
                        STYLE NAVIGATION
***************************************************************/
nav{
    background-color:#e1a901;
    Height:50px;
    display:flex;
    justify-content:center;
    text-align:center;
    align-items:center;
}

.nav{
    color:White;
    font-size:20px;
    padding-left : 20px;
    padding-right:20px;
    text-decoration:none;
    
}
.nav:hover{
	border:white 5px;
	border-style:double;
	border-radius:5px;
}

/**************************************************************
                        STYLE ARTICLE
***************************************************************/

H1{
    color:White;
    Height:200px;
    display:flex;
    justify-content:center;
    text-align:center;
    align-items:center;
}

#boite{
    background-color:White;
    width:80%;
    margin:auto;
    border-radius:20px;
}

#texte{
    color:Black;
    padding:15px;
    text-align:justify;
    margin-bottom:20px;
}
/**************************************************************
                        STYLE FOOTER
***************************************************************
voir style_footer.css*/
