

html {
    font-size:100%;
  }


body {
    font-family:Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
    font-size:.8em;
    line-height:1.25;
    color:#000;
    background:#FFF;
    margin:0;
    padding:10px 20px;
  }


h1,h2,h3,h4,h5,h6 {
    margin:1em 0 .5em;
  }


h1,h2 {
    font-family:Georgia, "Bitstream Vera Serif", Norasi, serif;
    font-weight:400;
  }


h1 {
    font-size:3em;
    font-style:italic;
  }


h2 {
    font-size:1.8em;
  }


h3 {
    font-size:1.2em;
  }


h4 {
    font-size:1em;
  }


ul,ol {
    margin:.75em 0 .75em 24px;
    padding:0;
  }


ul {
    list-style:square;
  }


li {
    margin:0;
    padding:0;
  }


p {
    margin:.75em 0;
  }


li p,blockquote p {
    margin:.5em 0;
  }


blockquote,q {
    font-size:1.1em;
    font-style:italic;
    font-family:Georgia, "Bitstream Vera Serif", Norasi, serif;
  }


blockquote {
    margin:.75em 0 .75em 24px;
  }


a {
    color:#0000CD;
    text-decoration:underline;
  }


a:hover,a:focus {
    color:#DC143C;
  }


a img {
    border:none;
  }


strong {
    font-weight:700;
    color:#696969;
  }


pre,code {
    font-size:100%;
    font-family:"Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
  }


pre {
    width:90%;
    overflow:auto;
    /*overflow-y:hidden;
    */background:#eee;
    color:#555;
    margin:.75em 0;
    padding:12px;
  }


pre strong {
    font-weight:400;
    /*color:#000;
    */;
  }


#copyright {
    text-align:right;
    font-size:.8em;
    color:#848F63;
    margin:20px 0 5px;
  }


#copyright a {
    color:#848F63;
    text-decoration:none;
  }


#copyright a:hover,#copyright a:focus {
    text-decoration:underline;
  }


cite,em {
    font-style:italic;
  }


#langue {
    float : right;
  }

