/* CSS Document */
body {
text-align:center; margin: 0px; padding:0px; position: absolute; width: 100%; height: 100%; 
/* Tablaux simples */
font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000; background-color: #90B070;
}
/* Corps du Screen */
.frame { left: 0; top: 0; width: 100%; height: 83%; text-align:center; overflow:scroll; }
/*.frame tables { vertical-align: middle; padding: 0px; margin: 5px; border-collapse: collapse; background-color: #DDDDDD; }
.frame tables tr td { border: 2px groove #C1C1C1; width: 45px; height: 45px; min-width: 45px; min-height: 45px; padding: 0px; margin: 0px; text-align: center; font-size: 9px; font-family: Tahoma, Arial, Helvetica, sans-serif; }
*/
/* Partie inferieure du screen */
.bas { position: relative; text-align:left; bottom: 0; width: auto; overflow-y:scroll; }

/* Stats Cibles */
.scscr { background-color:#000000; }
.scscr tr th { text-align:center; background-color:#3399CC; color:#000000; }
.scscr tr td { text-align:center; background-color:#90B070; }

/* Mise en forme des pages de tablaux simples */
TABLE, TR, TD { font-family: Verdana, Tahoma, Arial, sans-serif;font-size: 11px;color: #000; }
a:link, a:visited, a:active { text-decoration: underline;color: #000; }
a:hover { text-decoration: underline;color: #55892E; }
.tablefill { padding: 6px;background-color: #DFF0D2;border: 1px solid #4E7E2A; }
.tablepad { padding: 6px;background-color: #DFF0D2; }