@import url("commun.css");

html
{
  color: rgb(95%, 95%, 95%);
  background: url(images/fond-sf-titre.png) rgb(40%, 40%, 40%);
  background-attachment: fixed;
  font-family: New Century Schoolbook, Nimbus Roman No9 L, Utopia, Baskerville, Georgia, Palatino, Charter, Times, Times New Roman, serif;
  margin: 0px;
  padding: 0px;
}

body
{
  color: rgb(20%, 20%, 20%);
  background: url(images/fond-sf.png) rgb(90%, 90%, 90%);
  background-attachment: fixed;
  margin: 4%;
  padding: 1em;
  border: 5px ridge black;
}

h1, h2, h3, h4, h5, h6
{
  color: rgb(30%, 30%, 30%);
  background: inherit;
  font-family: Crillee, Copperplate, Fixed, Kates, Lime, Terminus, Lucida, sans-serif;
  font-weight: bold;
  font-style: italic;
}

h1
{
  color: rgb(95%, 95%, 95%);
  background: url(images/fond-sf-titre.png) rgb(40%, 40%, 40%);
  background-attachment: fixed;
  border: 5px groove black;
  width: 80%;
  margin: 1ex 10%;
}
