body
{  
  background-color: white;
  color: #11111a;
  font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
  font-size: 1em;
  line-height: 100%;
  margin-top: 14.5em;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 0;
}

h1
{
  color: #669900;
  font-size: 100%;
  font-weight: normal;
  border-bottom: 1px solid #dcdde0;
  padding-bottom: .2em;
  margin-top: 2em;
  margin-bottom: .75em;
} 

h2
{
  color: #669900;
  font-size: 100%;
  font-style: italic;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
} 

p, ul
{
  margin-left: 1em;
  margin-right: 1em;
  margin-top: .5em;
  text-align: justify;
}

ul
{
  list-style: none;
  padding-left: 0;
}

li
{
  margin-top: .33em;
}

a:link, a:visited
{
  color: #005a9c;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

iframe
{
  width: 100%;
  border-width: 0px;
}

/* {{{ titre */
#titre {
  position: absolute;
  top: .5em;
  display: flex;
  align-items: center;
}

#titre p {
  text-align: center;
} 

#titre p.gros_titre {
  font-size: 22px;
  line-height: 130%;
} 

#titre p.sous_titre {
  font-style: italic;
} 
/* }}} */


/* {{{ navsite */
#navsite
{
  position: absolute;
  top: 11em;
  /* margin-top: 5px; */
  /* background-color: #aaaaaa; */
}

#navsite ul
{
  margin: 0;
  text-align: left;
}

#navsite li
{
  float: left;
  margin-top: .2em;
}

#navsite a
{
  background-color: #eaebee;
  border: 1px solid #dcdde0;
  display: block;
  margin-right: 8px;
  padding: .25em .5em;
  width: 9em;
}

#navsite a:hover
{
  background-color: #dcdde0;
  text-decoration: none;
}

#navsite li ul
{
  display: none;
}


#navsite li:hover ul
{
  display: block;
  position: absolute;
  width: 9em;
}
/* }}} */

#copyright
{
  margin-top: 2em;
  font-size: 90%;
  padding: 5px;
  margin: 0;
  background-color: #eaebee;
  clear: both;
}

/* w3c validator {{{ */
#w3c
{
  margin-top: 2em;
  /* text-align: right; */
  font-size: 90%;
}

#w3c p
{
  text-align: right;
}

#w3c a
{
  background-color: #eaebee; 
}

#w3c a:hover
{
  background-color: #dcdde0;
  text-decoration: none;
}

#w3c span
{
  color: #669900;
}
/* }}} */
