    .standard {
        font-family:Comic Sans MS;
        font-size: 16px;
        color: #000066;
     }

    .titre {
        font-family:Comic Sans MS;
        font-size: 16px;
        color: white;
     }

 .warning {
        font-family:Comic Sans MS;
        font-size: 14px;
        text-decoration : bold;
        color: red;
     }
     
   .scroll {
    width :288px;
    height:666px;
    overflow:auto;
  }
    
   

  
     a:link {
         text-decoration : none;
         color : #000066;
         font-family: Comic Sans MS;
         font-size: 16px;
         font-weight: normal;
     }

     a:visited {
         text-decoration : none;
         font-family:Comic Sans MS;
         font-size: 16px;
         color : blue;
         font-weight: normal;
     }

     a:hover, a:active {
         text-decoration : none;
         color : red;
         font-family:Comic Sans MS;
         font-size: 16px;
         font-weight: normal;
     }

     .bt { 
         BORDER-RIGHT: 1px solid;
         BORDER-TOP: 1px solid;
         BORDER-LEFT: 2px solid;
         BORDER-BOTTOM: 2px solid;
         BACKGROUND-COLOR: #C8C8C8;
         BORDER-COLOR: #888888;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 10pt;
         color: #000000;
         font-weight: normal; 
     }

     input.radio { 
         BACKGROUND-COLOR: #CCFFCC; 
         COLOR: #CCFFCC; 
     }

     input.submit:hover, input.submit:focus {
         background : #E8E8E8;
     }

     input.submit:active {
       border-style : inset;
     }


