body { font-size : 12px;
       font-family : Verdana ; 
       background-color: FFFFF
     }
     
select {  font-size : 11;
          font-family : Verdana ;
          color: 006699 ;
          background-color: FFFFFF
        }


/* les liens */
.jaune:link {
         font-family : Verdana ;
         color: FFFFFF;
         text-decoration: none;
        }

.bleu:link {
               font-family : Verdana ;
               color: 006699;
               text-decoration: none;
              }

/* les liens déjà visités */
.jaune:visited {
            text-decoration: none;
            font-family: Verdana;
            color: FFFFFF
          }

.bleu:visited {
               font-family : Verdana ;
               color: 006699;
               text-decoration: none;
              }

/* quand on passe par dessus un lien */
.jaune:hover {
                text-decoration: none;
                font-size: 10pt;
                font-family: Verdana;
                color: FFFFCC
            }

.bleu:hover {    font-size: 10pt;
                 font-family : Verdana ;
                 color: FF6666;
                 text-decoration: none;
                }      
/* fin des liens */



.identification {
            width: 570 ;
            height: 20 ;
            top: 0;
            left: 0;
            position : absolute ;
            background-color : 6699FF;
  
}

.profil {
            width: 275;
            height: 90;
            top: 35;
            left: 290;
            position : absolute ;
            background-color : 6699FF;
            color: FFFFCC;
}

.simpleMembre {
            width: 570 ;
            height: 100 ;
            top: 30;
            left: 0;
            position : absolute ;
            background-color : FFFF99;
  
}


.moderateur {
            width: 275 ;
            height: 100 ;
            top: 145;
            left: 0;
            position : absolute ;
            background-color : 99FFFF ;
}

.forum {
            width: 275 ;
            height: 100 ;
            top: 145;
            left: 295;
            position : absolute ;
            background-color : 99CCFF ;
}


.administrateur {
            width: 570 ;
            height: 100 ;
            top: 260;
            left: 0;
            position : absolute ;
            background-color : 00CCCC;

}

.actionMembre {
            width: 570 ;
            height: 200 ;
            top: 380;
            left: 0;
            position : absolute ;
            background-color : CCCCFF;
  
}