  a:link { text-decoration: none;
    }

  a:active { text-decoration: none;
    }

  a:visited { text-decoration: none;
    }

  a:hover { text-decoration: none;
    background-color: rgb(241, 241, 241);
    color: rgb(0, 0, 0);
    }
 #haut a {
        display: block;
        width: 50px;
        margin: 4px 8px;
  }
#haut {
        position: absolute;
        top: 35px;
        left: 20px;
        width: 50px;
}

html>body #haut {
        position: fixed;
}

  body { background-attachment: fixed;
    background-image: url(fond2.gif);
    }

  table { border: medium none ;
    }

  .titre1 { border-bottom: 1px dotted rgb(102, 51, 255);
    text-align: center;
    font-size: 21px;
    color: rgb(128, 0, 0);
    font-family: Lucida Console;
    }

  .mid1 { text-align: center;
    font-family: luxi sans,trebuchet ms,sans-serif;
    }

  .mid2 { border-right: 1px dotted rgb(102, 51, 255);
    text-align: center;
    font-family: luxi sans,trebuchet ms,sans-serif;
    }

  .mid3 { border-left: 1px dotted rgb(102, 51, 255);
    text-align: center;
    font-family: luxi sans,trebuchet ms,sans-serif;
    }

  .lef { text-align: left;
    }

  .rig { text-align: right;
    }
