/*Pour faire des blocs encadrés avec un fond de couleur*/
div.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*/
div.texte_legende {
text-align:center;
font-size:9px;
color:#666666;}
/*Titre des pages*/
h1 {
	height:27px;
  padding:6px 20px 6px 20px;
  margin:0px;
  margin-bottom:15px;
  display:block;
  background:url(../images/background_titre.png) no-repeat bottom #755b4d;
  font-family: 'Roboto', sans-serif;
	color:#FFF;
	font-size:18px;
	font-weight:300;
	text-transform:uppercase;
}
/*Sous-titres*/
h2 {
height:18px;
      font-family: 'Roboto', sans-serif;
	color:#755b4d;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
      text-align:left;
      border:none;
	  padding:06px 0px 06px 20px;
	  margin:5px 15px;
	  background:url(../images/puce_h2.png) no-repeat left;}
/*Titres de paragraphes*/
h3 {
	height:16px;
	font-family: 'Roboto', sans-serif;
	color:#e61569;
	font-weight:400;
	/*text-transform:uppercase;*/
	text-align:left;
	font-size:16px;
	border:none;
	padding:0px 0px 04px 0px;
	margin:5px 0px 5px 0px;
	border-bottom: 1px solid #e61569;}
/*Sous-titres de paragraphes*/
h4 {
	min-height:14px;
	font-family: 'Roboto', sans-serif;
	color:#755b4d;
	font-weight:500;
	text-align:left;
	font-size:14px;
	border:none;
	padding:07px 0px 0px 0px;
	margin:0px 0px 0px 0px;}
