.bloc_encadre p {
font-size:14px;}
/*Pour faire des blocs encadrés avec un fond de couleur*/
div.bloc_encadre {
width: 700px;
margin: auto;
text-align: center;
padding: 10px;
font-size: 14px;
color:#000;
background-color:#ebddbd;
}
/*Inititulés des légendes des photos*/
div.texte_legende {
text-align:center;
font-size:9px;
color:#666666;}
/*Titre des pages*/
h1 {
	
	padding:5px;
padding-left:10px;

	font-weight:100;
	color:#3C4660;
	font-size:36px;
	margin:0 0 5 0;
background-color:#ebddbd;
border-left:1px solid #3C4660;


}
/*Titres de paragraphes*/
h3 {
  font-size:12px;
  font-weight: normal;
  margin: 0;
  margin-top: 8px;
  margin-bottom:4px;
  color: #3C4660;
font-weight:bold;}
/*Sous-titres de paragraphes*/
h4 {
font-weight: normal;
  font-size: 12px; 
  color: #222222;
  font-weight: bold;
  margin: 0px;
  margin-top:6px;
 margin-bottom:0px;}
