body{
    height: auto;
    width:100%;
    background-color: #031b51;
    font-family: Arial, Helvetica, sans-serif;
}

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

h1{
    color : #faf8f8;
    font-size: 2em;
}

.titre{
    float:top;
    margin: 10px 0px 0px 0px;
    font-size:0.7em;
    text-align: left;
}

h2{
    font-size:1.3em;
    margin-top:10px;
    color : rgb(31, 28, 28);
    text-decoration:underline;
}

h3{
    color : #434247;
    margin:0px;
}

.contenu{
    margin : 0px 0px 0px 0px;
    padding: 1%;
}

.matieres{
    float:left;
    font-size:1em;
    width:56%;
}

.matieres li{
    margin: 5px 0px 10px -20px;
    color : #6b0f35;
    font-weight: bold;
}

.matieres li li{
    margin: 0px 0px 0px -20px;
    color:rgb(14, 53, 112);
}

.maths li a{
    color:rgb(14, 53, 112);
    font-size:0.8em;
    font-weight: lighter;
    text-decoration:none;
}

.matieres ul{
    margin: 5px 0px 0px 0px;
}

.matieres ul ul{
    margin: 0px 0px 0px 0px;
}

.matieres h2{
    margin: 10px 0px 0px 0px;
}

.maths{
    
    background-color: #f7f8de;
    margin : 0px 0px 5px 0px;
    padding: 3px 20px 10px 20px;
    border-radius: 30px;
    box-shadow:6px 4px 16px #070707;
}

.sciences{

    background-color: #c7e2e7;
    margin : 0px 0px 5px 0px;
    padding: 3px 20px 10px 20px;
    border-radius: 30px;
    box-shadow:6px 4px 16px #070707;
}

.divers{
    background-color: #c5dace;
    padding: 3px 20px 10px 20px;
    border-radius: 30px;
    box-shadow:6px 4px 16px #070707;
}

.emulation{
    float:right;
    width:39%;
    font-size:1em;
    line-height: 1em;
    padding: 3px 1% 10px 2%;
    margin : 0px 1% 0px 1%;
    background:#ecdede;
    border-radius: 30px;
    box-shadow:6px 4px 16px #070707;
}

.emulation ul{
    margin: 10px 0px 10px 0px;
}

.emulation-ancien{
    float:left;
    width:90%;
    font-size:1em;
    line-height: 1em;
    padding: 3px 1% 10px 2%;
    margin : 0px 1% 0px 1%;

    background:#ecdede;
    border-radius: 30px;
    box-shadow:6px 4px 16px #070707;
}


