body {
    background-color : #000000;
    color : #d6d6d6;
    font-family : Bookman;
    text-align : center;
  }


h1 {
    font-style : italic;
    font-size : 120%;
    font-family : Bookman;
    color : #a00000;
    text-align : center;
  }


h2 {
    font-style : italic;
    font-size : 100%;
    font-family : Bookman;
    color : #a00000;
    text-align : left;
  }


h3 {
    font-style : italic;
    font-size : 100%;
    font-family : Bookman;
    color : #a00000;
    text-align : left;
  }


h4 {
    font-style : italic;
    font-size : 100%;
    font-family : Bookman;
    color : #a00000;
    text-align : left;
  }


h5 {
    font-style : italic;
    font-size : 100%;
    font-family : Bookman;
    color:#a00000;
    text-align : center;
  }


h6 {
    font-style : italic;
    font-size : 100%;
    font-family : Bookman;
    color : #a00000;
    text-align : center;
  }

li {
    color : #000000;
    text-align : justify;
  }


a:link {
    color : #a00000;
    text-decoration : none;
  }


a:visited {
    color : #a00000;
    text-decoration : none;
  }


a:hover {
    color : #a00000;
    text-decoration : none;
  }


table {
    border-color : transparent;
    border-style : solid;
    border-width : 0px;
  }


td {
    color : #000000;
    text-align : justify;
    border-color : transparent;
    border-style : solid;
    border-width : 0px;
  }


#site {
    background-color : #d6d6d6;
    width : 800px;
    position : relative;
  }


#banniere {
    width : 800px;
    float : left;
    position : relative;
    background-color : #000000;
  }


#foot {
    width : 800px;
    float : left;
    position : relative;
    background-color : #000000;
  }


#foot a {
    color : #ffffff;
    background-color : #a00000;
    text-decoration : none;
  }


#menu {
    color : #ffffff;
    background-color : #a00000;
    text-align : center;
  }


#menugauche {
    width : 150px;
    float : left;
    position : relative;
    color : #ffffff;
    background-color : #a00000;
    text-align : center;
  }


#menugauche a {
    color : #ffffff;
    background-color : #a00000;
    text-decoration : none;
  }


#licence {
    font-size : 80%;
    color : #ffffff;
    background-color : #a00000;
    text-align : center;
  }


#contenu {
    width : 800px;
    float : left;
    position : relative;
    background-color : #d6d6d6;
    color : #000000;
  }


#contenudroit {
    color : #000000;
    float : right;
    position : relative;
    text-align : justify;
    width : 600px;
    margin : 0px 25px;
  }



