#main { position: absolute; left: 100px; width: 850px; height: 90%; margin-top: 5%; padding: 18px; }
.surlignmenu { font-size: 14px; font-family: verdana; background-color: #939393; text-decoration: none; }
.menutableau { color: #000; font-size: 13px; font-family: verdana; background-color: black; }
.menutableauOld { color: #000; font-size: 13px; font-family: verdana; }
.menutableau a:link { color: #f5f5f5; font-size: 13px; text-decoration: none; padding-right: 3px; padding-left: 3px; }
.menutableau a:visited { color: #f5f5f5; font-size: 13px; font-family: inherit; text-decoration: none; }
.menutableau a:hover { color: black; font-size: 13px; font-family: inherit; background-color: #f5f5f5; text-decoration: none; }
.menutableau a:active { color: #f5f5f5; font-size: 13px; font-family: inherit; text-decoration: none; }
#footer { background-color: #d3d3d3; background-position: 0 100%; text-align: right; position: static; bottom: 0; width: 500px; height: 18px; clear: both; padding-top: 2px; padding-bottom: 2px; padding-left: 100px; }
.bas { background:#000; /* Couleur de fond de la div (noir à modifier) */
   width:800px; /* Taille : ici à 100% de la largeur de la fenêtre navigateur (à modifier selon le cas) */
   height:20px; /* Hauteur de cette DIV (exemple 200 px à modifier selon le cas) */
   position:fixed; /* Pour fixer cette div afin qu'elle soit en permanence au bas de la fenêtre */
   bottom: 0; margin: auto; /* La valeur top (la première, donc ici -200 (négative)) fait revenir la div dans la fenêtre. Elle doit être identique à la hauteur de la div. Les "auto" sont là pour centrer la div si tu spécifies une largeur différente */
 }
body { color: black; text-align: center; }
#menugauche { padding-top: 3px; }
