body {
border: #003a58 5px solid;
margin:5px;
}

p { 
	font: 13pt georgia, Garamond; 
	color: black;
    margin-left: 3%;
	margin-top: 3px; 
	margin:15px;
	text-align: justify;
	}
ol { 
	font: 14pt Cry Uncial, georgia, Garamond, Arial; 
	color: #6e2c3c;
	margin-top: 0px; 
	text-align: justify;
	}
H1  { 	
	text-align: center;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #003a58;
	}
H2  { 
	font:  bold 18pt georgia; 
    margin-left: 1%;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: red;
	}
H3  { 
	font: italic normal 16pt Cry Uncial, Garamond, Arial, georgia; 
	letter-spacing: 1px; 
      margin-left: 3%;
	margin-bottom: 0px; 
	color: #003a58;
	}
	
H4  { 
	font:  normal 14pt Cry Uncial, Garamond, Arial, georgia; 
	letter-spacing: 1px; 
    text-decoration: underline;
	margin-bottom: 0px; 
	color: #003a58;
	}
	
H5  { 
    text-align: center;
	font:  normal 13pt Cry Uncial, Garamond, Arial, georgia; 
	letter-spacing: 1px; 
 	margin-bottom: 0px; 
	color: black;
	}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:8px solid  #ffffff ;
}

code {
    font: 13pt arial; 
	color: black;
    margin-left: 3%;
    border: black 2px solid;
}
.droite {
float:right;
}

.menu 
{
background-image:url("../images/parchment.jpg");
margin-left: 20px;
padding: 5px ;
 
}
.contenu
{
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
padding: 5px 15px;
border: black 1px solid;

}
.titre
{
margin-left: 10px;
margin-right: 10px;
padding: 5px 15px;
border: #660000 3px solid;
background: #ede2d4;
text-align: center;
}
a {
/*text-decoration: none;*/
color: blue;
}
a:hover 
  { 
    color: #c93; 
  text-decoration: underline; 
  background-color: transparent }
a:active 
  { color: #900; 
  text-decoration: underline; 
  background-color: transparent }
a.bouton {
  color: white;
  background-color:brown;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 2px outset black;
}
a.bouton:hover {

  background-color: #905e8f;
  border: 2px inset #c0c0c0;
}

a.boutonrouge {
  color: white;
  background-color: red;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 2px outset #93176c;
}
a.boutonrouge:hover {

  background-color: #e3005d;
  border: 2px inset #e00059;
}

#nav {
	padding: 0; margin: 0;
    text-align: center; /* centrer le texte */
    color: black;
}
#nav li {
	display: inline;
	list-style: none; /* nécessaire pour IE7 */
	  color: black;
#nav a {
	display:inline-block;
	margin: 0 30px;
      color: black;
}
