/* Style général de la page. Barre de défilement seulement visible sous IE 5.5 et + */
 body {
          background : #222222;
          color : white;
          font : 11px Verdana, Arial, Helvetica, sans-serif;
          scrollbar-face-color: #f5f5f6;
          scrollbar-highlight-color: #ffffff;
          scrollbar-shadow-color: #e8e6ed;
          scrollbar-3dlight-color: #cdcbd2;
          scrollbar-arrow-color: #666666;
          scrollbar-track-color: #f6f6f8;
          scrollbar-darkshadow-color: #cdcbd2;
      }
      
/* Fontes générales */
  font, td , p  {
          color : white;
          font-weight : normal;
          font-size : 11px;
          font-family : Verdana, Arial, Helvetica, sans-serif;
      }
  th  {
          color : blue;
          font-weight : normal;
          font-size : 15px;
          font-family : Comic sans MS, Arial, Helvetica, sans-serif;
      }
 hr {
          border : 1px solid darkred;
          border-top-width : 0px;
          height : 0;
      }

 a {
          font-family : Verdana, Arial, Helvetica, sans-serif;
          font-size : 11px;
          font-weight : normal;
          color : #E599FF;
          text-decoration : none;
      }
 a:active {
          color : #E599FF;
          text-decoration : none;
      }
a:hover {
          color : #F5AAFF;
          font-weight : bold;
          text-decoration : none;
      }
 .color {
          font-family : Arial, sans-serif;
          font-size : 8pt;
          font-weight : normal;
          color : #2a3251;
      }
