body
   {
   background-image: url("fond1.jpg"); 
   color:#BBBBBB;
   font-family: Verdana;
   font-size: 11px;
   margin-left: 30px;
   margin-right: 30px;
   }

a:link
   {
   color: #BBBBBB;
   text-decoration: none;
   }

a:visited
   {
   color: #BBBBBB;
   text-decoration: none
   }

a:hover
   {
   color: #FFCC00;
   text-decoration: none
   }

a:active
   {
   color: #BBBBBB;
   text-decoration: none
   }


h1, h2, h3, h4, h5, h6
   {
   font-family: "Trebuchet MS", sans-serif;
   color:#99CCFF;
   text-align: Center;
   }

h1{font-size: 25px;}
h2{font-size: 20px;}
h3{font-size: 12px;}
h4{font-size: 12px;}
h5{font-size: 8px;}
h6{font-size: 5px;}

.entete
   {
   color: #BBBBBB;
   background: transparent;
   color:#99CCFF;
   text-align: Center;
   font-weight: Bold;
   }

.frequence
   {
   margin-top: 0;
   color: #FFCC00;
   background: transparent;
   text-align: Center;
   }

table
   {
   background-color:#222222;
   color: #BBBBBB;
   border: 1px solid #888888;  
   font-family: Verdana;
   font-size: 11px;
   }
