.mtable /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: 2px outset #A3C0D5; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}


.mtitre 
{
   background-color:#2C485C;
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
 
}

/*
.mtitre a:link, .mtitre a:visited, .mtitre a:hover, .mtitre a:active /* Les cellules d'en-tête 
{
   background-color: #FFCC00;
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
   color: #66CCCC;
}
*/
.mdesc /* Les cellules normales */
{  
   background-color: #E9F0F5;
  border:1px solid #A3C0D5;
   font-family: "arial", "Trebuchet MS", Times, "Times New Roman","Comic Sans MS" serif;
      padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}






.txt
{
   color: black;
   font-size: 0.7em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
   
   }
   
.date
{
   text-align: left;
   color: black;
   font-size: O.2em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
   
   }
   
.sign
{
   color: #CC6666;
    text-align: center;
   font-size: 1em;
   font-style: italic;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
   
   }
   
.edit
{  text-align: right;
   font-size: 0.7em;
   font-style: italic;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}


.ecoute
{
   background-image: url("../administation/templates/ecouteur.jpg");
   background-repeat: no-repeat; /* Le fond ne se répète pas */
   background-position: left; /* Le fond est aligné en haut à droite */
   background-attachment: fixed; /* Le fond est fixé */
   text-align: center;

}

.note
{
   background-image: url("../administation/templates/note.jpg");
   background-repeat: no-repeat; /* Le fond ne se répète pas */
   background-position: left; /* Le fond est aligné en haut à droite */
     
