/* Fond de la page, permettant de faire une bordure tout autour */
html, body {
  margin: 0px;
  padding: 0px;

  background: #92b6ce;
/*  background: #98a4ce;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: white;
}

/* Définit le comportement par défaut des liens */
a { 
  background: #ffffff;
  text-decoration: underline;
  color: #003deb;
}

/* Entête de la page */
#header {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;

  background: #92b6ce;
  background-image: url("picture/logo-center.jpg");
  background-repeat: no-repeat;
  height: 123px;

  text-align: center;
  font-size: 25pt;
  font-style: italic;
  color: white;
}

#logo-left {
  position: absolute;
  top: 0px;
  left: 0px;

  margin: 0px;
  padding: 0px;
  z-index: 1;
}

#logo-right {
  position: absolute;
  top: 0px;
  right: 0px;

  margin-right: 3px;
  padding: 0px;
  z-index: 1;
}

#logo-left a, #logo-left a:visited, #logo-right a, #logo-right a:visited, .no-border {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  background: transparent;
}

/* Menu de gauche */
#menu {
  float: left;
  width: 150px;
  left: 0px;

  margin-left: 3px;
  margin-top: 50px;
  padding: 0px;

  background: transparent;

  border: 0px;
}

#menu h2 {
  margin: 0px;
  padding-top: 0.1em;
  padding-bottom: 0.1em;

  background: #005a9c;

  line-height: 1em;

  font-size: 12pt;
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
  color: white;
}

#menu ul {
  margin: 0px;
  padding: 0px;

  background: #ffffff;

  border: 2px solid #005a9c;

  font-size: 11pt;
  font-weight: normal;
  text-align: center;
  color: #000000;

  list-style: none;
}

#menu li {
  display: block;

  margin: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#menu a {
  background: #ffffff;

  text-decoration: none;
  color: black;
}

#menu a:hover {
  background: #005a9c;

  font-weight: bold;
  text-decoration: none;
  color: white;
}

#menu ul li a { 
  display: block;

  text-decoration: none;
}

/* Zone principale d'écriture */
#main { 
  margin-left: 160px;
  margin-right: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section {
  margin-bottom: 1em;

  background: white;

  border: 1px solid #005a9c;

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  text-align: justify;
  text-indent: 1em;
  color: black;
}

.section h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0em;

  background: #005a9c;

  font-size: 12pt;
  font-weight: bold;
  font-variant: small-caps;
  text-align: center;
  color: white;
}

.section h3 {
  margin-left: 1em;
  margin-right: 1em;
  padding: 0em;

  line-height: 1.5em;

  border-bottom: 1px solid #005a9c;

  font-size: 12pt;
  font-style: italic;
  text-indent: 0em;
}

.section .date { 
  margin-right: 0.5em;
  padding: 6px;

  background: #005a9c;

  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
}

.section p {
  margin: 0px;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 10px;
}

.section h3 a {
  background: #ffffff;

  color: black;
  text-decoration: none;
}

/* Force un bloc à être plus bas que les autres éléments flottants */
.spacer {
  clear: both;
  text-align: center;
}

/* Bas de page */
#footer {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 3px;
  padding-bottom: 10px;

  border-top: 1px solid #005a9c;  
}

#footer-left, .footer-right, #footer-left a, #footer-left a:visited { 

  background: #92b6ce;
  color: white;
}

.footer-right { 
  float: right;

  text-align: right;
}

.footer-right a, .footer-right a:visited {
  background: #92b6ce;
  color: #005a9c;
}

.footer-right a:hover {
  background: #92b6ce;
  color: #898E79;
}
