/* La feuille de style de FPW 2004 */

/* style global */
#main {
    margin           : 0;
    padding          : 0em;
}


/* Styles communs */
:link    {
    color            : Black;
}
:visited {
    color            : Black;
}
.centered {
    text-align       : center;
}


body {
    margin        : 0;
}

/* les styles du menu */
#menu {
  background-color : #ccccff;
}


#menu li.parent {
  font-size        : x-small;
  font-family      : sans-serif;
  color            : black;
  background       : transparent;
  font-weight      : bolder;
  list-style       : dot;
  margin-left      : -20px;
}


#menu li {
  font-size        : x-small;
  font-family      : sans-serif;
  color            : black;
  background       : transparent;
  list-style       : none;
  margin-left      : -15px;
}

#menu a:link, #menu a:visited {
  text-decoration  : none;
}

#menu a:hover {
  text-decoration  : underline overline;
}

#menu a, #menu li {
  white-space      : nowrap;
}

/* les styles du menu */



table.menuHead {
    border           : Solid 2px Black;
    align            : center;
}

/* le style de la partie contenu */
#content {
    border-left      : Solid 2px #eeeeee;
    padding          : 0.5em;
}

/* Print setup */
@media print {
    #menuBar {
        display      : none;
    }
    #contentHeader {
        display      : none;
    }
    #menu {
        display      : none;
    }
    #content {
        background-color : White;
        color            : Black;
        border-left      : none;
    }
}


