h1
{
    color: rgba(14, 14, 236, 0.935);
    text-decoration-line: underline;
    text-decoration-style: solid; 
    text-align: center; 
}
.blue
{
    color: rgba(68, 196, 246, 0.966);
}
.red
{
    color: red;

}
.yellow
{
    color: rgb(224, 228, 12);
}
.green
{
    color: green;
}
.violet
{
    color: blueviolet;
}
.pink
{
    color: rgb(174, 0, 255);  
}
#surligne
{
    text-decoration-line: underline;
    text-decoration-style: solid; 
    background-color: green;
}
#T1rouge
{
    color: red;
    font-size: 20px;
    font-weight: 800;
}
#T2jaune
{
    color: rgb(176, 226, 13);
    font-size: 20px;
    font-weight: 800;
}
#T3vert
{
    color: rgb(0, 255, 81);
    font-size: 20px;
    font-weight: 800;
}
#T4bleu
{
    color: rgb(0, 21, 255);
    font-size: 20px;
    font-weight: 800;
}
#T5mauve
{
    color: rgb(174, 0, 255);
    font-size: 20px;
    font-weight: 800;
}
#T6rose
{
    color: rgb(255, 0, 212);
    font-size: 20px;
    font-weight: 800;
}
ul
{
    list-style-type: square;
}
#eco
{
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: rgb(0, 183, 255);
}
#mag
{
    color: rgb(0, 183, 255);
    font-style: italic;
}
.droite
{
    text-align: right;
}
#haut1
{
    color: blue;
    
}
.ligne
{
    text-decoration: none;
}
ul
{
  list-style-image: url(berceau.png);
}