body{
    background-image: url(http://www.radiopokerdreams.com/images/bg_automne018.gif);
   /*  background-attachment: fixed; /* Il ne va pas défiler avec la page si on scrolle */
    background-repeat: no-repeat; /* Le fond ne se répétera pas */
    /* background-position: top center; /* Position du fond */
    background-size: cover; /* Pour étirer l'image de fond */

    text-align: center; /*Pour centrer tout le texte*/
}

.lienForum{
    padding:2px 0px 4px;
    width:345px; 
    font-weight:normal; 
    font-size:16px;
    text-decoration:none;
    /*style copié collé depuis le html de base*/
}

.descriptifMembres{
    font-weight: bold; /* gras */
    font-size: 0.6em; /*taille exprimée en fraction de taille "normale", ici, on a 0,6X la taille du texte de base (on peut aussi écrire la taille en pixels (px)) */
}
