body{
	font: normal 1.3em garamond, Ebrima, Verdana, Arial, Helvetica, sans-serif;
	background-color:#3c3c3c;
	color:silver;
	font-size : 1.5em;
	margin-bottom:50px;
}
/**--------------------*/
p:first-letter{
	font-size : 200%;
}
/**--------------------*/
ul li{
list-style-type: square;
margin-left:40px;
/*color: #357f3b;*/
}
ul li span{
color: silver;
}
/**--------------------*/
ol li{
color: #77b5fe;
}
ol li span{
color: silver;
}
/**--------------------*/
a:link{
color:#77b5fe;
}
a:visited{
color:#77b5fe;
}
a:hover{
color:#318efc;
}
a:focus{
color:#77b5fe;
}
a:active{
color:#77b5fe;
/*background-color: silver;*/
}
/**--------------------*/
/**--------------------*/
.lettrine_h{
  font-family: "Mea Culpa", cursive;
  font-style: normal;
  font-weight: bold;

  color:#77b5fe;
  margin-left:20px;
  margin-right:7px;
}

.lettrine_h1{
font-size: 2.5em;
}

.lettrine_h2{
font-size: 2em;
}

.lettrine_h3{
  font-size: 1.5em;
}
.lettrine_titre{
  font-size: 120px;
}


/**--------------------*/
h1{
border-bottom: 6px solid #242424;
border-left: 6px solid #77b5fe;
margin-left:20px;
margin-top: 60px;
padding-left:20px; /*  Parce que le N sinon déborde sur la bordure */
color:#242424;
font-size: 2.5em;
}

h2{
border-bottom: 4px solid #242424;
border-left: 4px solid #77b5fe;
margin-left:100px;
color:#242424;
font-size: 2em;
}

h3{
border-bottom: 2px solid #242424;
border-left: 2px solid #77b5fe;
margin-left:200px;
color:#242424;
font-size: 1.5em;
}
/**--------------------*/
/**--------------------*/
#titre_page{
  border:6px solid #242424;
  padding: 10px;
  font-family: "Mea Culpa", cursive;
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
  color: #242424;
  text-align:center;
  margin-bottom: 50px;
}
#titre_page img{
  float:center;
}
#sous_titre_page{
  font-size: 80px;
  color: silver;
  text-align:center;
}
/**--------------------*/
#IMP{
  font-family: "Mea Culpa", cursive;
  font-weight: bold;
  color:#77b5fe;
  font-size:1.5em;
 }
.todo{
color: #ffff00;
}
/**--------------------------**/
.img_legend{
font-style: italic;
text-align: center;
margin-bottom: 30px;
margin-top: 30px;
}
.img_legend img{
border: 10px solid white;
}
.entete_citation{
  font-style: italic;
  font-size: 32px;
  text-align: center;
  color: grey;
}
.barre{
text-decoration: line-through;
}
.propos{
  font-style: italic;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 1.5em;

}