/*  ------------------------------------------
/*  surcharge typographique pour les intertitres
/*  ------------------------------------------ */
h3 {
	font-size: 1.25em;
	font-weight: bold;
} 
h4 {
	font-size: 1.15em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
} 
h5 {
	font-size: 1.15em;
} 
h6 {
	font-size: 1.15em;
	font-style: italic;
} 
