body{
    height: 100vh;
    background-color: #e7e7df;
    font-family: Arial, Helvetica, sans-serif;
}

h1{
    color:rgb(5, 82, 56);
    padding-left:10px;
    margin-bottom:0px;
    text-decoration: underline;
}

.instructions{
    padding-left:30px;
    color:rgb(8, 5, 5);
    line-height: 3px;
    font-size:0.8em;
    margin-bottom:0px;
}

.instructionsTP{
    font-size:0.8em;
    padding-left:30px;
    color:rgb(8, 5, 5);
    line-height: 2px;
}

.chapitre{
    padding-left:30px;
    margin-bottom:30px;
}

a{
    color:rgb(130,130,130);
    font-weight: bold;
    text-decoration:none;
}

.encours{
    color:rgb(218, 16, 16);
    font-weight: bold;
    text-decoration:none;
}

h3{
    margin-top:20px;
    margin-bottom:0px;
}

h4{
    font-size:1.1em;
    color:rgb(27, 20, 122);
    margin-top:20px;
    margin-bottom:5px;
}

h6{
    font-size:0.7em;
    margin:0;
    font-weight: bold;
}

ul{
    margin-top:0px;
    margin-bottom:10px;
    font-size: 1em;
}



