body {
  margin: 0;
  font-family: LMSans,Latin Modern Sans,sans;
  line-height: 1.2em;
  background: white;
  color: black
}
h2 {
  font-size:xx-large;
  text-align: left;
}
a {
  color: #277130;
  text-decoration: none;
}
a:hover {
  text-decoration-line: underline;
}
#title-block-header {
  background: black;
  background-image: url("../images/dessin-haut-vert.png");
  background-size: cover;
  display: block;
}
.title {
  margin: 0;
  color: white;
  text-align: center;
  padding: 1.5em 1em;
  font-size: xxx-large;
  line-height: 1em;
  font-weight: bold;
  text-shadow: 0px 0px 0.5em black;
  text-transform: lowercase;
}
.contenu {
  padding: 1em 4em;
  max-width: 40em;
  margin: auto;
  text-align: justify;
}
.sombre {
  background: black;
  color: white;
}
.sombre h2 {
  text-shadow: 0px 0px 0.5em black;
}
.sombre a {
  color: white;
}
.sombre a:hover {
  color: white;
}
.sombre a:visited {
  color: white;
}
.citation {
  padding: 0 3em;
  margin: 2em 0;
  font-style: italic;
}
.citation:before {
  content: "«";
  font-size: 10em;
  color: #3daf4a;
  float:left;
  position:relative;
  height: 0;
  top: -10px;
  left: -80px;
  font-style: normal;
}
.citation:after {
  content: "»";
  font-size: 10em;
  color: #3daf4a;
  float:right;
  position: relative;
  height:0;
  top: -80px;
  left: 80px;
  font-style: normal;
}
#acceder {
  background-image: url("../images/dessin-milieu-vert.png");
  background-size: cover;
}
#acceder ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#acceder li {
  float: left;
  margin: 0.5em;
}
#acceder li:first-child {
  margin-left: 0;
}
#acceder li a {
  display: block;
  background: white;
  color: #277130;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  border-radius: 5px;
}
#acceder li a:hover {
  background-color: #3daf4a;
  color: white;
}
.date {
  font-variant: small-caps;
  font-size: small;
  color: #3daf4a;
}
.nouvelle {
  margin: 1em 0;
}
.nouvelle .date {
  font-variant: small-caps;
  font-size: small;
  color: #277130;
}
.nouvelle h3 {
  margin: 0;
}
body:last-child::after {
  content: "";
  display:block;
  font-size: xxx-large;
  height: 4em;
  background: black;
  background-image: url("../images/dessin-bas-vert.png");
  background-size: cover;
  display: block;
}
