    body {
      background-color: #eee;
      background-image: url("bg.png");
      background-attachment: fixed;
      margin: 0;
      padding: 0;
      color: #666;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
    }
    p, h1, h4, div {
      margin: 0px;
      padding: 0px;
      font-size: inherit;
    }
    a {
      text-decoration: none;
      color: #666;
    }
    a:hover {
      background-color: #666;
      color: #fff;
    }   
    h1 {
      font-family: Times New Roman, Lucida serif, serif;
      font-size: 2em;
      margin-bottom: 10px;
    }
    h2 {
      font-weight: normal;
      margin-top: 1em;
      font-size: 1.5em;
    }
    h3 {
      font-weight: bold;
      margin-top: 1em;
      font-size: 1em;
    }
    h4 {
      font-size: 1em;
    }
    blockquote {
      margin: 10px 15px 10px 15px;
      font-family: Times New Roman, Lucida serif, serif;
      padding: 0px;
    }
    #main {
      position: absolute;
        top: 140px;
        left: 40px;
      width: 400px;
      padding: 20px;
      background-color: #fff;
      margin-bottom: 40px;
    }
    #main p {
      margin-bottom: 10px;
      /*text-indent: 15px;*/
    }
    #main a {
      text-decoration: underline;
    }
    #contact {
      position: absolute;
        top: 5px;
        left: 520px;
      width: 200px;
      padding: 0px;
      background-color: transparent;
      text-align: right;
    }
    #contact a {
      background-color: #fff;
      padding: 2px;
    }
    #contact a:hover {
      background-color: #666;
    }
    #navbar {
      position: absolute;
        top: 140px;
        left: 520px;
      width: 200px;
    }
    #nav {
      padding: 20px;
      background-color: #fff;
    }
    #nav p {
      margin-bottom: 5px;
      padding-left: 3px;
      margin-left: 3px;
    }
    .intro {
      padding: 5px;
      color: #000;
      margin-bottom: 10px;
    }
    .intro a {
      color: #000;
    }
    .intro a:hover {
      color: #fff;
    }
    .intro li {
      list-style-type: none;
    }
    h4.ressort1 {
      color: #f0f;
    }
    #nav p.ressort1, ul.ressort1 li {
      border-left: 3px solid #f0f;
    }
    a.ressort1 {
      border-bottom: 1px dotted #f0f;
    }
    .intro1 {
      background-color: #f8f;
      border-top: 3px solid #f0f;
      border-bottom: 3px solid #f0f;
    }
    h4.ressort2 {
      color: #2dd;
    }
    #nav p.ressort2 {
      border-left: 3px solid #2dd;
    }
    a.ressort2 {
      border-bottom: 1px dotted #2dd;
    }
    .intro2 {
      background-color: #aff;
      border-top: 3px solid #2dd;
      border-bottom: 3px solid #2dd;
      padding: 5px;
      color: #000;
      margin-bottom: 10px;
    }
    h4.ressort3 {
      color: #fc0;
    }
    #nav p.ressort3 {
      border-left: 3px solid #fc0;
    }
    a.ressort3 {
      border-bottom: 1px dotted #fc0;
    }
    h4.ressort4 {
      color: #be0;
    }
    #nav p.ressort4 {
      border-left: 3px solid #be0;
    }
    a.ressort4 {
      border-bottom: 1px dotted #be0;
    }
    #header {
      position: absolute;
        top: 10px;
        left: 35px;
    }

