@import url("commun.css");

html
{
  color: black;
  background: url(images/fond-jdr-nuit.png) #000032;
  background-attachment: fixed;
  font-family: /*PostAntiqua,*/ serif;
  margin: 0px;
  padding: 0px;
}

body
{
  color: black;
  background: url(images/fond-jdr.png) #e2d8ca;
  margin: 8% 4% 4% 4%;
  padding: 2em;
  border: 8px groove maroon;
}

/* Marche pas correctement...
#header
{
  color: black;
  background: url(images/fond-jdr-nuit.png) #000011;
  background-attachment: fixed;
  position: fixed;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 8%;
  top: 0px;
  left: 0px;
  z-index: 2;
}

#footer
{
  color: black;
  background: url(images/fond-jdr-nuit.png) #000011;
  background-attachment: fixed;
  position: fixed;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: 0px;
  z-index: 2;
}

#body-top
{
  color: black;
  background: url(images/fond-jdr.png) rgb(90%, 90%, 90%);
  position: fixed;
  margin: 8%;
  padding: 0px 5%;
  width: 79%;
  height: 4%;
  top: 0px;
  left: 0px;
  z-index: 3;
  border-top: 8px groove maroon;
  border-left: 8px groove maroon;
  border-right: 8px groove maroon;
}

#body-bottom
{
  color: black;
  background: url(images/fond-jdr.png) rgb(90%, 90%, 90%);
  position: fixed;
  margin: 8%;
  padding: 0px 5%;
  width: 79%;
  height: 4%;
  bottom: 92%;
  left: 0px;
  z-index: 3;
  border-bottom: 8px groove maroon;
  border-left: 8px groove maroon;
  border-right: 8px groove maroon;
}

#body
{
  color: black;
  background: url(images/fond-jdr.png) rgb(90%, 90%, 90%);
  position: absolute;
  margin: 8%;
  padding: 5% 5% 26% 5%;
  width: 79%;
  top: 0px;
  left: 0px;
  z-index: 1;
  border-left: 8px groove maroon;
  border-right: 8px groove maroon;
}
*/

h2, h3, h4, h5, h6
{
  color: maroon;
  font-family: Goodcitymodern, Linotext, GenoaRoman, WindsorDemi,
    ArnoldBoecklin, Caligula, cursive;
}

h1
{
  color: #6f361b;
  font-family: ArnoldBoecklin, Victoriana Display SSi, Victoriassecret,
    Linotext, GenoaRoman, WindsorDemi, Caligula, cursive;
}

p:first-letter
{
  color: #6f361b;
  font-family: Linotext, Goodcitymodern, Ann, Annstone, ArnoldBoecklin,
    GenoaRoman, Victoriassecret, Victoriana Display SSi, WindsorDemi,
    Caligula, cursive;
  font-size: 150%;
  line-height: 1ex;
}

p.nofl:first-letter
{
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

