
body {
  font-family: Georgia, "Times New Roman",
        Times, serif;
  color: black;
  font-size: 17px;
  background-color: #eeeeee }

h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
  font-size: 17px;
  color: darkblue; 
  text-align: center;
  margin-top: 2em;
}

p#entete {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
  font-size: 14px;
  color: darkblue; 
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
}

div#section {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
  font-size: 19px;
  color: darkblue; 
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1ex;
  font-weight: bold;
}

div#ssection {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
  font-size: 17px;
  color: darkblue; 
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0ex;
  font-weight: bold;
}

em { color: darkblue }
a:link {
  color: navyblue }
a:visited {
  color: darkcyan }
		       
