body {
background-image:url("parchemin.png");
margin:25px;
}

p { 
	font: 14pt Cry Uncial, georgia, Garamond, Arial; 
	color: #040d4e;
	margin-top: 0px; 
	text-align: justify;
	}
ol { 
	font: 14pt Cry Uncial, georgia, Garamond, Arial; 
	color: #6e2c3c;
	margin-top: 0px; 
	text-align: justify;
	}
H1  { 
	font: italic normal 19pt Garamond, Arial, georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #660000;
	}
H2  { 
	font: italic normal 16pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #660000;
	}
H3  { 
	font: italic normal 15pt Cry Uncial, Garamond, Arial, georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #660009;
	}
.menu 
{
margin-left: 20px;
padding: 5px ;
border: #603000 0px solid;
 
}
.contenu
{
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
padding: 5px 15px;
border: black 1px solid;
background-image:url("parchemin.png");
}
.titre
{
margin-left: 10px;
padding: 5px 15px;
border: #660000 3px solid;
background: #ede2d4;
text-align: center;
}

a:hover 
  { color: #c93; 
  text-decoration: underline; 
  background-color: transparent }
a:active 
  { color: #900; 
  text-decoration: underline; 
  background-color: transparent }
a.bouton {
  color: black;
  background-color: #ede2d4;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 2px outset #c0c0c0;
}
a.bouton:hover {
  background-color: #898c17;
  background-image: url(bouton.png);
  border: 2px inset #c0c0c0;
}
