.navbar{
    display:block;
    background: blue;
}
p{
    margin:10px;
}
h1,h2,h3,h4,h5,h6{
    margin:10px;
}
#Sommaire{
    display: flex;
    flex-direction: row-reverse;
    padding:5px;
}
.editeuraperçu{
    width: 70%;
    height: 400px;

}
.basbutton{
    background: rgb(73, 200, 232);
    font-weight: bold;
    color:black;
}
.navbar-brand{
    background: grey;
    border-radius:5px;
}
#navbarNavAltMarkup{
    background-color: blue;
    font-weight: bold;
    border-radius:5px;
}
#basbuttonstart{
    margin:0px 0px 0px 80px;
}
#basbuttonend{
    margin:0px 80px 0px 0px;
}
footer{
    height: 100px;
    color:white;
    border:2px blue solid;
    background: black;
    text-align: center;
    margin:20px 0px 0px 0px;
}
#lien,#Quiz{
    color: aliceblue;
}
.Temps{
    background-color: green;
    font-weight: bold;
    font-size: smaller;
    color: white;
}