body    {   background : #F5BB27;   }
hr.filet1{  width: 75%; }
h1 , h3     {   text-align : center;
            
            /*letter-spacing: 0.3em;*/
        }
.retour {   text-align : right;     }  /*pour la déclaration de retour */

table.anneau{   border: 1px inset gray;
            text-align : center;
            margin-left:auto;
            margin-right:auto;
            font-size : xx-large;

        }
table       {   border: 1px inset gray;
            text-align : center;
            margin-left:auto;
            margin-right:auto;
            

        }
th      { /* Préférable à thead car offre plus de possibilités */
            border: 1px inset gray;
            background-color: #D3E2ED; /* Chaque case d'en-tête aura un fond bleu */
            /*color: #666666;             /* Et un gris un peu plus foncé que la moyenne */
        }           
td      {    border: 1px inset gray;    }  /*tableau des notes de cours*/
        
ul.niveau1{ font-size : large;
            line-height: 150%;
        }  /*le ul pour les listes en général*/

ol.niveau1{ font-size : large;
            line-height: 150%;
        }  /*le ul pour les listes en général*/

        
ol.colle    {   font-size : large ;  /*Pour la colle en cours*/
            font-weight : 900;
        }
