/* CSS Document */
BODY
{
  scrollbar-face-color : #D7D7D7;
  scrollbar-track-color : #EAEAEA;
  background-attachment: fixed;
  background-image: url(images/bg.jpg);
}

a:link {
 
       text-decoration:none;
       color:#0066CC;
       font-weight: bold ;
       face:Times New Roman;
       font-size: 10pt;
}
        
a:visited {

       text-decoration:none; 
       color:#0066CC; 
       font-weight: bold ;
       face:Times New Roman; 
       font-size: 10pt;
}
a:hover  {

       text-decoration:underline;
       color:#FFA722;
       font-weight: bold ;
       face:Times New Roman;
       font-size: 10pt;
}

a:active {

      text-decoration:underline;
      color:#FFA722;
      font-weight: bold ; 
      face:Times New Roman;
      font-size: 10pt;
}

a:hover.menu  {

      text-decoration:underline;
      color:#0066CC;
      font-weight: bold ;
      font-size: 10pt;
}

a:active.menu {

      text-decoration:underline; 
      color:#0066CC; 
      font-weight: bold ; 
      font-size: 10pt;
}


a:link.lien {

    color: #000000; text-decoration: underline; font-weight: normal; font-style: normal;
}

a:hover.lien {

    color: #0066CC; text-decoration: underline; background-color: #CCCCCC; font-weight: bold; font-style: normal;

}
a:visited.lien {

    color: #000000; text-decoration: underline; font-style: normal; font-weight: normal;

}
a:active.lien {

    color: #000000; text-decoration: underline; font-weight: bold; font-style: normal;

}