/* contenu du document */
  body {
    width: 42em;
    margin-left: 10.5em;
    padding-left: 1em;
    border-left: thin dotted;
    padding-top: 0em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14pt;
    color: black;
    background-color:#FFFFC0;
}

  h1 {
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    color: black;
    font-size: 18pt; }
  h1.center {
     text-align: center; }
  h2 {
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    color: black;
    font-size: 14pt; }
  dfn {
    font-style: normal;
    text-decoration: underline; }

   TABLE {
    margin-left: auto;
    margin-right: auto; }

   TD {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14pt;
    color: black; }
   TD.center {
      text-align: center;}

  img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;  }
  img.navbar {
    position: absolute;
    top: 1em; 
    left: 3em; }
  img.navbarbot1 {
    position: absolute;
    top: 37em; 
    left: 2em; }
  img.navbarbot2 {
    position: absolute;
    top: 40em; 
    left: 2em; }
  
  p.center {
    text-align: center; }
  p.left {
    text-align: left; }
  p.right {
    text-align: right; }

  a:link {
    color: blue; }
  a:visited {
    color: purple; }
  a.menulink {
    display: block;
    width: 10em;
    text-align: left;
    text-decoration: none;
    border: none; }
  a.menulink:hover {
    background-color:#FFCE63; }

  address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted;
    width: 28em; }

.box {/*this is a box where the left-navigation*/
      /*will be placed > to use to change navbar color via background*/
    position: absolute;
    top: 0em;
    left: 0em;
    width: 10.5em;
    height: 100%; }

/* barre de navigation */
  ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 6em;
    left: 0.5em;
    width: 10em;
    height: auto; }
  ul.navbar a {
    text-decoration: none;
    color: black; }
  ul.navbar a:visited {
    text-decoration: none;
    color: black; }

