body {
    /*Pour tout la page*/
    /*couleur de fond */
    background-color: rgb(37, 45, 68);
    /*largeur de l'ecriture */
    width: 80%;
    /*taille des marges */
    margin: auto;
    font-family: "Times New Roman";
}

h1 { 
    /*texte centré et surligné*/
    text-align: center;
    background-color: rgb(122, 197, 229);
}

h2 {
    color: rgb(255, 255, 255); 
    margin-left: 200px;
}

h3 {
    margin-left: 100px;
    color: rgb(255, 255, 255); 
}
h4 {
    color: rgb(255, 255, 255);
    text-indent: 45px;
}
h5{
    color: rgb(122, 197, 229);
}    
.image{
    /*Photo*/
    width: 100%;
    text-align: center;
}

p {
    color: rgb(122, 197, 229);
    text-indent: 10px;
    /*espace entre paragraphe*/
    margin: 8px;
    /*taille interligne*/
    line-height: 1.2em;
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
a:hover{
    /*Hyperliens, apparait en rouge quand surpasse*/
    color: rgb(207, 49, 255);
}
ul {
    list-style: square;
    color: rgb(122, 197, 229);
}
li {
    color: rgb(122, 197, 229);
}
ol {
    
    color: rgb(122, 197, 229);
}
.titresansnumero {
    margin-left: 22px;
    color: rgb(255, 255, 255);
}

pre{
    color: rgb(209, 22, 137);
}

.malist{
    color: rgb(122, 197, 229);
    margin-left: 24px;
}
.Partie{
    border: 4px rgb(122, 197, 229) inset;
    padding: 12px 6px 12px 36px;
}
.QuelquesRegles{
    border: 4px rgb(255, 255, 255) solid;
    background-color: rgb(221, 245, 255);
}
.illustration{
    border-radius: 15px;
    border: 4px rgb(209, 22, 137) solid;
    padding: 2px ;
    color: rgb(122, 197, 229);
}
.Exercice{
    border: 4px black solid;
    color: rgb(122, 197, 229);
}
br{
    color: rgb(122, 197, 229);
}