      
      /*----General-------------*/
      html,
      body {
        height: 100%;
        width: 100%;
        margin: 0px;
        padding: 0px;
      }
      body {
        font-family: times;
        font-size: 100%;
        color: black;
        background-color: rgb(230,230,230);
        /*background-color: rgb(90,110,115);*/
        background-image: url(img/borderh2b.png);
        background-position: 0px -3px;
        background-repeat: repeat-x;
        background-attachment: fixed;
        /*background-image: url(img/bordervb.png);
        background-position: 8px 0px;
        background-repeat: repeat-y;*/
      }
      #maincontent {
        position: absolute;
      	width: 100%;
      }
      #menu {
        position: absolute;
        width: 100%;
        text-align: center;
      }
      /*----Mise en page--------*/
      table {
        /*height: 100%;*/
        padding: 3px 0px 0px 12px;
      }
      p {
        margin: 15px 5px 20px 5px;
        /*text-indent: 1em;*/
        text-align: justify;
      }
      sup {
        font-size: 60%;
      }
      a:link,
      a:visited,
      a:active {
        color: rgb(84,92,142);
        text-decoration: none;
      }
      a:hover {
        text-decoration: none;
      }
      /*-------------------------*/
      /*#image {
        position: relative;
        top: -50%;        
        background-image: url(img/bordervb.png);
        background-position: 8px 0px;
        background-repeat: repeat-y;
      }*/
      /*----Shadow overlay 2-----*/      
      #shadow2 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 27px;
        background-image: url(img/bordervb.pngf);
        background-position: 8px 0px;
        background-repeat: repeat-y;        
      }
