@media (max-width: 600px) {/*affichage à 100% des multimédias pour les petits écrans (smartphones)*/
    img,video,audio{
        display: block !important;
        width: 100% !important;
        height:auto !important;
    }
}


body{
    font-family: Verdana;
    font-size: 14px;
    color:  black;
    text-align: justify;
    line-height: 18px;
    padding: 0px 20px 20px 20px;
}

h1{
    font-family: Cambria, serif;
    font-size: 26px;
    color: rgb(6, 154, 6);
    text-align: center;
    line-height: 30px;
}

h2{
    font-size: 16px;
    color: rgb(210, 100, 17);
    text-align: left;
    line-height: 20px;

}

.lien{
    color:rgb(6, 6, 236);

}

.lien:hover{
    color:red;
}

.t1{
    width: 95%;
    margin:auto;
    border-collapse: collapse;
  
}
.t1 th{
    text-align: center;

}
.t1 th, td{
    border: 2px solid black;
}
.t1 tr.paire{
    background-color: rgb(1, 117, 49);
}

.centre{
    display: block;
    margin:auto

}
