      table.mytable 
      {
      border-style: solid;
      border-color: #256098;
      border-width: 1px;
      }
      /* table#id ... marche pas */
      table.mytable td { 
        line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #256098;   
      }
      td.mycol { 
        line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000; /* #256098 */  
      }
      mycol2 { 
        line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; /* #256098 */  
      }
      th.mytitle 
      { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
        font-weight: normal;
        text-align:left;
	color: #256098;   
      }
      .mytitle table { width: 100%; font-size: 11px; font-weight: normal; } 
      tr.even { background-color: rgb(209, 234, 253); }
      tr.odd  { background-color: rgb(233, 233, 235); }
      .odd { line-height: 17px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-color: rgb(209, 234, 253);}
      .even { line-height: 17px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-color: rgb(233, 233, 235);}
      #a:hover { color: #000000; text-decoration: none; }
      #a:link {  color: #000000; text-decoration: none; }
      #a:visited {  color: #000000; text-decoration: none; }
      #a:active {  color: #000000; text-decoration: none; }
