body {
  font-family: Lucidabright, 'Times New Roman';
  font-size: medium;
}

h1 {
  font-family: Lucidabright, Cordial;
  font-size: xx-large;
  text-decoration: underline overline;
  font-weight: bold;
  text-align: center;
}

h2 {
  font-family: Lucidabright, 'Times New Roman';
  font-size: x-large;
  text-decoration: underline;
  font-weight: bold;
  text-align: center;
}

h3 {
  font-family: Lucidabright, 'Times New Roman';
  font-size: large;
  text-decoration: underline;
  font-weight: bold;
}

a, a:link, a:visited, a:active, a:hover {
  font-family: Lucidabright, 'Times New Roman';
}

img {
  border: none;
}

.news {
  margin: 25px;
  padding: 10px;
}

.calendrier {
  margin: 25px;
  padding: 10px;
}

.legende {
  border: double 3px;
  margin: 15px;
  padding: 5px;
  text-align: center;
  font-size: small;
  overflow: visible;
}


ul {
  list-style-type: circle;
}

ul.liste_margin li, ol.liste_margin li {
  margin-top: 10px;
  margin-bottom: 10px;
}


div#header, div#header_menu, div#menu, div#footer, div.haut {
  display: none;
}

div#corps {
  margin: 15px;
  padding: 5px;
}
