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;
}

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

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

h6 {
  font-family: Lucidabright, 'Times New Roman';
  font-size: large;
  text-decoration: none;
  font-weight: normal;
}

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

img {
  border: none;
}

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

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


ul {
  list-style-type: circle;
}


div#top, div#left, div#bottom, div.haut {
  display: none;
}

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


/* Detail */

div.detail > div.detail-title {
  text-decoration: underline;
}

div.detail > div.detail-content {
  margin-left: 20px;
  padding: 5px;
  border-left: dashed 1px;
  border-bottom: dashed 1px;
  display: block;
}


