<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">article{
background: #F5DEB3;
}

.fond-cote {
  background: #DEB887;
}

header .image {
  height:300px;
}

nav a {
  text-align: center;
  background: #B1C4E4;
  color: #034984;
  padding: 0 3px;
  font-style: italic;
 text-transform: capitalize;
  font-weight: bold;
}
nav a:hover {
  text-align: center;
  background: #034984;
  color: #B1C4E4;
}

nav{
  background: transparent;
  margin-top: -40px;
}
nav a {
  background: #16A5A2;
  padding: 2px 10px;
  color: #FFFFFF;
  border: 2px ridge #F0F0F0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 12px #666;
  -moz-box-shadow: 2px 4px 12px #666;
  box-shadow: 2px 4px 12px #666;
}
nav a:hover {
  color: #000000;
  border: 2px groove #101010;
}

.menu_bloc h2 {
  background: #F5DEB3;
  color: #AE6D5B;
  padding: 2px 5px;
}</pre></body></html>