/* STYLESHEET */

  .body { font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8 em;
    color: rgb(255, 255, 204);
	background-color: rgb(51, 51, 51);
    }

  a:link { color: rgb(255, 255, 204);
    word-spacing: 0pt;
    text-decoration: none;
    }

  a:visited { color: rgb(0, 0, 0);
    word-spacing: 0pt;
    text-decoration: none;
    }

  a:hover { color: rgb(0, 0, 0);
    text-decoration: none;
    }

  #navbar { border-top: 1px solid rgb(255, 255, 204);
    border-bottom: 1px solid rgb(255, 255, 204);
    margin: 0pt;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 0.8 em;
    color: rgb(255, 255, 204);
    background-color: rgb(153, 0, 0);
    padding-top: 3px;
    padding-left: 20px;
    padding-bottom: 3px;
    text-align: left;
    word-spacing: 8px;
    }

  #navbar a:link { color: rgb(255, 255, 204);
    word-spacing: 0pt;
    text-decoration: none;
    }

  #navbar a:visited { color: rgb(255, 255, 204);
    word-spacing: 0pt;
    text-decoration: none;
    }

  #navbar a:hover { color: rgb(0, 0, 0);
    text-decoration: none;
    }

  #titre1 { border-top: 1px solid rgb(255, 255, 204);
    border-bottom: 1px solid rgb(255, 255, 204);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.4 em;
    background-color: rgb(51, 51, 51);
    font-weight: bold;
    color: rgb(255, 255, 204);
    padding-left: 20px;
    }

  #titre2 { font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2 em;
    color: rgb(255, 255, 204);
    background-color: rgb(51, 51, 51);
    padding-left: 10px;
    }

  #titre3 { font-family: Arial,Helvetica,sans-serif;
    font-size: 1 em;
    font-weight: bold;
    color: rgb(255, 255, 204);
    padding-left: 5px;
    }

  #tablebordersred { border-top: 1px solid rgb(255, 255, 204);
    border-bottom: 1px solid rgb(255, 255, 204);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8 em;
    color: rgb(255, 255, 204);
    background-color: rgb(153, 0, 0);
    }

  .footer { font-family: Arial,Helvetica,sans-serif;
    font-size: 0.6 em;
    color: rgb(255, 255, 204);
    }

