/*Pour faire des blocs encadrés avec un fond de couleur*/
.bloc_encadre {
 background-color:#fafafa;
 padding-left:15px;
 padding-right:15px;
 padding-top:5px;
 padding-bottom:5px;


 border:1px solid #c0c0c0;
margin-right:15px;
}
/*Inititulés des légendes des photos*/
.texte_legende {
text-align:center;
font-size:9px;
color:#666666;}
/*Titre des pages*/
h1 {
color: #6d6c6c;
font-weight: normal;
margin: 0px; 
font-size: 20px;
}
/*Sous-titres*/
h2 {
  font-size: 16px;
  color: #AB0712;
  margin: 0;
  margin-top: 10px;
  margin-bottom:10px; 
}
/*Titres de paragraphes*/
h3 {
  font-size:14px;
  font-weight: normal;
  margin: 0;
  margin-top: 8px;
  margin-bottom:4px;
  color: #4abc0c;}
/*Sous-titres de paragraphes*/
h4 {
  font-size: 12px; 
  color: #222222;
  font-weight: bold;
  margin: 0px;
  margin-top:6px;
 margin-bottom:0px;}
