

body {
    background-color : #ffffff;
    color : #000000;
    font-family : 'Bitstream Vera Serif', 'Times New Roman', serif;
    font-size : small;
    font-style : normal;
    font-variant : normal;
    margin-left : 1em;
    margin-right : 1em;
    text-align : justify;
  }


div {
    margin-left: 1em;
  }


div#pied {
    display: none;
  }


div#menu {
    display: none;
  }


div#coordonees {
    width: 85%;
  }


div#photo {
    float:right;
  }


div#corps {
    clear:both;
  }


#h2_credits {
    display: none;
  }


#credits {
    display: none;
  }


#photo {
    position: absolute;
    right: 1em;
    top: 0.5em;
  }


#photo>img {
    display: block;
    border: #000000 thin solid;
  }


.date {
    font-family: serif;
    font-weight: bolder;
    text-decoration: underline;
  }


h1 {
    text-align: center;
    color: #008080;
  }


h2 {
    text-align: left;
    margin-left: 0em;
  }


a {
    font-family: serif;
    font-size: small;
    font-style: italic;
    font-variant: normal;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
  }


a:hover {
    font-family: serif;
    font-size: small;
    font-style: italic;
    font-variant: normal;
    text-decoration: underline;
    color: #000000;
    background-color: #ffffff;
  }


a:active {
    font-family: serif;
    font-size: small;
    font-style: italic;
    font-variant: normal;
    text-decoration: underline;
    color: #000000;
    background-color: #C6F4FF;
  }


