<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Import other stylesheets ---------------------------------------------------------------------------- */
@import url("reset.css");
/* General settings ------------------------------------------------------------------------------------ */

body {
  background: rgb(255,255,255);
  color: rgb(120,120,120);
  font-family: 'Georgia', serif;
  font-size: 150%;
  line-height: 0;
  text-align: center;
}

strong {
  font-weight: bold; 
}

a {
  color: rgb(120,120,120);
  
}

a:hover {
  color: rgb(0,0,0);
  text-decoration: none;
}

.hidden {
  display: none; 
}

.wrapper {
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}

h1 {
  margin-bottom: 40px;
  padding-top: 0;
  text-align: right;
}

p {
  line-height: 1.3em;
  margin-bottom: 1em;
}

p.liste {
  
}

p.footer-img {
  margin-bottom: 0;
  padding-top: 30px;
}
</pre></body></html>