
<!-- --------------------- Menu principal --------------- -->
  p#menu {
    font-family: arial, sans-serif;
    font-size: 11px;
    color: white;
    white-space: nowrap;
    font-weight: bold;  
  }
  p#menu a {
    text-decoration: none;
    padding: 7px;
    color: white;
  }
  p#menu a:link {
    color: white;
  }
  p#menu a:visited {
    color: white;
  }
  p#menu a:hover {
    font-weight: bold;
    color: #3958AA;                 
    background-color: white;    
  }
<!-- --------------------- /Menu principal --------------- -->


<!-- --------------------- Scrollbar --------------------- -->
  BODY
     {
      scrollbar-face-color: white;
      scrollbar-shadow-color: #D0D0D0;
      scrollbar-highlight-color: white;
      scrollbar-3dlight-color: #D0D0D0;
      scrollbar-darkshadow-color: #D0D0D0;
      scrollbar-track-color: white;
      scrollbar-arrow-color: #D0D0D0;
     }
<!-- --------------------- /scrollbar -------------------- -->


<!-- --------------------- Style des pages --------------- -->
  p#titre {
    font-weight: bold;
    color: #3958AA;
    font-family: arial, sans-serif;
    font-size: 16px;
  }

  p#tableautitre {
    font-weight: bold;
    color: #FFFFFF;
    font-family: arial, sans-serif;
    font-size: 12px;
  }

  p#texte {
    color: #3958AA;
    font-family: arial, sans-serif;
    font-size: 11px;
  }

  p#texte a {
    text-decoration: none;
    font-weight: bold;
    color: #888888;
    font-family: arial, sans-serif;
    font-size: 11px;
  }

  p#texte a:link {
    color: #888888;
  }

  p#texte a:visited {
    color: #888888;
  }

  p#texte a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #BBBBBB;                   
  }
<!-- --------------------- /Style des pages -------------- -->


<!-- -------------------- Menu des bannieres ------------- -->
  p#menubanniere {
    text-decoration: none;
    font-weight: bold;
    color: white;
    font-family: arial, sans-serif;
    font-size: 11px;
  }

  p#menubanniere a {
    text-decoration: none;
    font-weight: bold;
    color: white;
    font-family: arial, sans-serif;
    font-size: 11px;
  }
  p#menubanniere a:link {
    text-decoration: none;
    color: white;
  }
  p#menubanniere a:visited {
    text-decoration: none;
    color: white;
  }
  p#menubanniere a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #3958AA;
    background-color: white;                   
  }
<!-- --------------------- /Menu des bannieres ------------ -->


<!-- --------------------- Style des formulaires -------------- -->
  input {
    border:1px solid #D0D0D0;
    background-color: white;
    font-family:"arial",sans-serif;
    color: #A0A0A0;
    font-size: 11px;
  }

  input.bouton {
    color: #FFFFFF;
    font-weight: bold; 
    background: white;
    border: solid 1px #D0D0D0; 
    border-top-color: #D0D0D0;
    border-left-color: #D0D0D0;
  }

  input.bouton:hover {
    color: #D0D0D0;
    font-weight: bold; 
    background: #D0D0D0;
    border: solid 1px #D0D0D0; 
    border-top-color: #D0D0D0;
    border-left-color: #D0D0D0;
  }

  input.bouton:active {
    color: #D0D0D0;
    font-weight: bold; 
    background: white;
    border: solid 1px #D0D0D0; 
    border-top-color: #D0D0D0;
    border-left-color: #D0D0D0;
  }
<!-- --------------------- /Style des formulaires -------------- -->