body{
    height: auto;
    width:100%;
    background-color: #3246a0;
    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;
}

.code{
    margin: 0px 0px 10px 30px;
    font-size:0.7em;
    text-align: left;
}
.explications{
    margin: 0px 0px 10px 15px;
    font-size:0.8em;
    text-align: left;
    color : rgb(14, 53, 112);
    font-weight: bold;
}

.installation{
    float:top;

    color : #6b0f35;
    font-size:0.9em;
    text-align: left;

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

.installation a{
    color:rgb(17, 111, 165);
    font-weight: bold;
    text-decoration:underline;
}

.installation h4{
    font-size:0.9em;
    margin: 0px 15px 0px 25px;
    color:rgb(14, 53, 112);
}

.installation li{
    margin: 15px 0px 10px 15px;
    color : #6b0f35;
    font-weight: bold;
    font-size:1.1em;
}

.installation li li{
    margin: 5px 0px 0px 15px;
    color : rgb(14, 53, 112);
    list-style-type:'>>   ';
    font-size:0.8em;
}

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

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%;
}

.individuel{
    float:left;
    font-size:1em;
    width:48%;
}

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

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

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

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

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

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

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

.exemples_individuel{

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

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

.code_type_essaim{
    float:right;
    width:47%;
    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;
}

.installation_essaim{
    float:right;
    width:47%;
    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;
}

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

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

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


