html {
  height:100%;
}

body {
  height:100%;
  background-color: #000000;
  font-family: verdana;
  font-size: 10pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  color: #000000;
  text-align: center;
}

#frame {
  width: 790px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background-color: #ffffff;
  background-image: url(../img/fond_compl.jpg);
  background-repeat: repeat-y;
/*  border: solid 1px #00ff00;
  border-collapse: collapse;*/
}

#navigation {
  float: left;
  width: 200px;
  text-align: right;
  background-color: #8492C2;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}

  #titre {
    background-color: #8492C2;
    padding: 10px;
    padding-left: 0px;
    margin: 0;
    text-align: right;
  }

  #menu {
    background-color: #8492C2;
    padding: 10px;
    padding-left: 0px;
    margin: 0;
    text-align: right;
  }

  #connexion {
    width: 200px;
    height: 214px;
    margin: 0;
    padding: 0;
    background-image: url(../img/fond_connexion.gif);
    background-repeat: repeat-x;
    text-align: center;
    color: #ffffff;
  }

  #navigation h1 {
    font-size: 18pt;
    color: #ffffff;
    font-weight: bold;
    text-align: right;
  }

  #navigation h2 {
    font-size: 16pt;
    color: #ffffff;
    font-weight: bold;
    text-align: right;
  }

  #navigation h3 {
    font-size: 12pt;
    color: #ffffff;
    font-weight: bold;
    text-align: right;
  }

  #navigation a {
    text-decoration: none;
    color: #ffffff;
    padding: 0;
    margin: 0;
  }

  #navigation a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #6466A1;
    font-weight: bold;
    padding: 0;
    margin: 0;
  }

#contenu {
  margin: 0;
  margin-left: 200px;
/*  width: 580px;*/
  padding: 30px;
  text-align: center;
}

#pied {
  width: 790px;
/*  height: 150px;*/
  text-align: left;
  font-size: 8pt;
  background-image: url(../img/fond_pied.jpg);
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
}

  #piedGauche {
    float: left;
    background-color: #3F357C;
    color: #ffffff;
    width: 200px;
    text-align: center;
    display: table-cell;
    margin: 0;
    padding: 0;
    padding-top: 0.8em;
  }

  #PiedCentre {
    float: left;
    width: 450px;
    text-align: center;
    display: table-cell;
    margin: 0;
    padding: 0;
    padding-top: 0.8em;
  }

  #piedDroit {
    float: left;
    width: 130px;
    text-align: center;
    display: table-cell;
    margin: 0;
    padding: 0;
    padding-top: 0.8em;
  }

  #certif {
    width: 790px;
    text-align: center;
    margin: 0;
    padding: 0;
  }


/* Eléments communs */

a {
  color: #8492c2;
}

a:hover {
  color: #ffffff;
  background-color: #8492c2;
  text-decoration: none;
}

h1 {
  color: #3F357C;
  font-weight: bold;
  font-size: 16pt;
  text-align: center;
  margin-bottom: 2em;
}

h1.petit {
  color: #3F357C;
  font-weight: bold;
  font-size: 12pt;
  text-align: center;
}

h2 {
  color: #3F357C;
  font-weight: bold;
  font-size: 14pt;
  text-align: justify;
  margin-top: 40px;
}

h3 {
  color: #3F357C;
  font-weight: bold;
  font-size: 12pt;
  text-align: justify;
  margin-top: 30px;
}

h4 {
  color: #3F357C;
  font-weight: bold;
  font-size: 11pt;
  text-align: justify;
  margin-bottom: 0;
}

h5 {
  color: #3F357C;
  font-weight: bold;
  font-size: 10pt;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
}  

h6 {
  color: #3F357C;
  font-weight: bold;
  font-size: 10pt;
  text-align: justify;
  margin-top: -15;
  margin-bottom: 0;
}  

.question {
  text-align: justify;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 1em;
  text-indent: 1em;
}

.texte {
  text-align: justify;
  text-indent: 1em;
}

.retour {
  float: right;
}

ul {
  text-align: left;
  list-style-image: url(../img/puce.gif);
}

li {
  margin-top: 0.5em;
}

table {
  text-align: center;
  width: 526px;
  font-size: 10pt;
  border-spacing: 0;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

  th {
    padding: 10px;
    margin: 0;
    border: solid 1px #4d86bf;
    color: #336699;
    font-weight: bold;
  }

  td {
    padding: 10px;
    margin: 0;
    border: solid 1px #4d86bf;
  }

  .coin {
    border-top: none 1px #4d86bf;
    border-left: none 1px #4d86bf;
    border-bottom: solid 1px #4d86bf;
    border-right: solid 1px #4d86bf;
  }

img {
  border: none;
  margin: 0;
  padding: 0;
}

img.right {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 0;
/*  margin: 0.5em 0 0.5em 1em;*/
}

img.left {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 20px;
/*  margin: 0.5em 1em 0.5em 0;*/
}

img.centre {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
/*  margin: 0.5em 1em 0.5em 0;*/
}

/* réinitialiseur */

.clr {
  clear: both;
  height: 30px;
  font-size: 0;
  border: none;
  margin: 0;
/*  margin-top: 15px;
  margin-bottom: 15px;*/
  padding: 0;
  background: transparent;
  background-image: url(../img/fond_pied.jpg);
  background-repeat: repeat-y;
}

.sep_menu {
  background-image: url(../img/sep_menu.jpg);
  background-repeat: no-repeat;
  height: 7px;
  width: 188px;
  font-size: 1px;
  line-height: 1px;
  border: none;
  margin: 0;
  padding: 0;
}

.sep_corps {
  background-image: url(../img/sep_corps.jpg);
  background-repeat: no-repeat;
  height: 7px;
  width: 500px;
  font-size: 1px;
  line-height: 1px;
  border: none;
  margin: 0;
  padding: 0;
}

.sep_bas {
  background-image: url(../img/sep_bas.jpg);
  background-repeat: no-repeat;
  height:7px;
  font-size: 1px;
  line-height: 1px;
  border: none;
  margin: 0;
  padding: 0;
}
