@import url("entete.css");
@import url("page.css");
@import url("links.css");
@import url("menu.css");
@import url("table.css");
@import url("form.css");
@import url("list.css");

hr {
  display: none;
}
table, img, map, iframe, #y_gc_div_adcntr {
  display: none !important;
}
#main table {
  display: block !important;
}
#main img, #footer img {
  display: inline !important;
}
p {
  margin-top: 0;
  text-align: justify;
  margin-bottom: 0.5em;
  clear: left;
}
p+p {
  text-indent: 1.5em;
}
h2+p:first-letter {
  background-color: rgb(197,157,164);
  color: rgb(255, 238, 204);
  font-size: 1.9em;
  padding: 0 2px;
  float: left;
  margin-right: 2px;
}
p.lead {
  font-weight: bold;
  margin-top: 1em;
  border-style: dotted;
  border-color: rgb(197,157,164);
  border-width: 2px 0;
  padding: 5px 0;
}
q {
  font-style: italic;
}
h2 {
  font-size: 1em;
  margin-bottom: 0;
}
address {
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
  width: 15em;
  max-width: 90%;
}
.illustration-droite, .illustration-gauche {
  margin: 5px;
  margin-right: 0;
  border: 1px solid rgb(197,157,164);
  line-height:0;
}
.illustration-droite {
  float:right;
  clear:right
}
.illustration-gauche {
  float:left;
  clear: left;
}
.illustration-droite img,
.illustration-gauche img {
  display: block;
}
.illustration-droite .legende, 
.illustration-gauche .legende {
  font-size: 0.8em;
  background-color: rgb(255, 238, 204);
  border-top: 1px solid rgb(197,157,164);
  padding: 3px;
  line-height: 1em;
}