body {
  background-color: #fdfdfd;
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;
	/*font: italic normal 19pt Garamond, Arial, georgia; */
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #003a58;
	}
H2  { 
    text-align: center;
	font:  bold 18pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #e3005d;
	}
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:  bold 13pt Garamond, georgia; 
	letter-spacing: 1px; 
 	margin-bottom: 0px; 
	color: blue;
	}
	
H6{ 
	font: 13pt Arial; 
	color: #3f6849;
	}
	
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:2px solid  #ffffff ;

}
video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:1px solid  #ffffff ;
}
.droite {
float:right;
}

.menu 
{
/*margin-left: 20px;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
padding: 5px ;
text-align: center;
}
.citation
{
margin: 50px;
padding: 5px ;
border:1px solid  black ;
}
.contenu
{
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
padding: 5px 15px;
/*background-color: #d0e3ed;*/
background-color: #e9f9ff;
border:2px solid  brown ;
}
.temoignage
{
margin-top: 20px;
margin-left: 30px;
margin-right: 30px;
padding: 5px 15px;
background-color: #f1e6c5;
border:2px solid  red ;
}
.titre
{
margin-left: 10px;
padding: 5px 15px;
text-align: center;

}
a {
color:blue;
}
a:hover 
  { 
    color:  red; 
  text-decoration: underline; 
  background-color: transparent }
a:active 
  { color: red; 
  text-decoration: underline; 
  background-color: transparent }
a.bouton {
color: #4169E1;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  background-color: #d0c8bd;
  border: 2px outset black;
    margin-top: 2px;
  margin-left: 4px;
float: left ;
}
a.bouton:hover {
color :  #632800;
background-color: transparent;
border: 2px inset #c0c0c0;
}


#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;
}
