/*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: #000000;
font-weight: normal;
margin: 0px; 
font-size: 13px;
text-transform:uppercase;
padding:0px;
font-weight:bold;
}
/*Sous-titres*/
h2 {
  font-size: 14px;
  color: #333333;
  margin: 0;
  margin-top: 10px;
  margin-bottom:10px; 
font-weight:bold;

    background-image:url('../upload/puces/carre_rouge_petit.jpg');
    background-position: 0px 6px;
    background-repeat: no-repeat;
padding-left: 12px;}
/*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;}
