body { font-size : 10px;
       font-family : Verdana ; 
       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;
                }

/* Les tableaux */

.tableMessage { font-size : 10px;
                font-family : Verdana ;
                background-color: FFFFFF;
                border-style:solid;
                border-width:1px;
                border-color: 006699;
                border-collapse:collapse
              }

.thMessage {  font-size : 10px;
              font-family : Verdana ;
              color: 006699;
              background-color: FFFFCC;
              border-style: transparent;
            }

.tableTopic {   font-size : 10px;
                font-family : Verdana ;
                background-color: FFFFCC;
                border-style:solid;
                border-width:1px;
                border-color: 006699;
                border-collapse:collapse
              }

.thTopic {    font-size : 11px;
              font-family : Verdana ;
              color: FFFFFF;
              background-color: 006699;
              border-style: transparent;
            }
            

.tableTheme {   font-size : 10px;
                font-family : Verdana ;
                background-color: 6699CC;
                border-style:solid;
                border-width:1px;
                border-color: 6699CC;
                border-collapse:collapse
              }

.thTheme {    font-size : 12px;
              font-family : Verdana ;
              color: FFFFCC;
              background-color: 6699CC;
              border-style: transparent;
            }
      
.identification { font-size : 10px;
                  top: 80;
                  left: 150;
                  position : absolute ;
                  text-align: center;
                  background-Color: 6699CC
                }

.inscription {    font-size : 10px;
                  top: 80;
                  left: 300;
                  position : absolute ;
                  text-align: center;
                  background-Color: 6699CC
                }
                
.entete_contenu { font-size : 12px;
                  width: 518px;
                  height: 100px;
                  left: 5px;
                  top: 1px;
                  position: relative;
                  background-Color: 6699CC;
                  color: white
                }

.entete_fond {  width: 530px;
                height: 110px;
                position: relative;
                background-Image: url('../images/entete_forum.jpg');

              }