body
  {
    background-image: url(Fond.jpg);
    background-attachment: scroll;
    background-color: #dde4ec;
    margin-left: 0%;
    margin-right: 0%;
    font-size: medium;
    color: black;
  }

h1
  {
    font-size: 300%;
    text-align: left;
  }

p, dl, ol, ul, td, th
  {
    color: black;
  }
div.logo
  {
    position: absolute;
    width: 100%;
    top: 200px;
    text-align: center;
    overflow: hidden; 
  }
div.fondateurs
  {
    font-size: smaller;
    text-align: left;
    border-style: solid; 
    border-width: 2px;
    background-image: url(BlancTrans.png); 
    margin-left: 20px;
    width: 55em;
  }
div.validator
  {
    text-align: right;
  }
.copyright
  {
    font-size: x-small;
    font-style: italic;
  }
div.bas
  {
    width: 100%;
    position: absolute;
    bottom: 0px; 
    left: 0px;
  }
table.bas
  {
    width: 100%;
  }
caption
  {
    text-align: left; 
    font-size: large;
    font-weight: bolder;
  }
img
  {
    border-width: 0px;
    border-style: none;
  }
img.validator
  {
  border-width: 0px;
  height: 31px;
  width: 88px;
  }
img.courriel
{
  height: 1em;
}
a:link {
  color: black;
  text-decoration: none;
}
a:visited {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

