h1 {
	font-size: 1.33em;
	font-weight: bold;
	margin: 0;
	color: #000000;
	background-color: #f0eaeb;
	padding: 8px;
	}
.gh {
	background-color: #f0eaeb;
	margin: 2.5em auto;
	width: 92%;
	border: #d8ecd3 solid 1px;
	}
h2 {
	font-size: 1.18em;
	font-weight: bold;
	margin: 0 2em;
	text-align: left;
	}
h3 { 											/* Utlisable dans le texte */
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 2em -.8em 2em;
	text-align: left;
	color: #32a843;
	}
h4 {											/* Utlisable dans le texte  et les contenus périphériques*/
	font-size: .96em;
	font-weight: bold;
	margin: 1em auto;
	text-align: center;
	color: #0000ff;
	width: 80%;
	}
h5 {											/* Utlisable dans le texte  et les contenus périphériques*/
	font-size: 1em;
	font-weight: bold;
	margin: 0 2em;
	text-align: left;
	color: #ff0000;
	}
h6 {											/* Utlisable dans le texte  et les contenus périphériques*/
	font-size: 1em;
	font-weight: bold;
	margin: 0 2em;
	text-align: left;
	color: #00ff00;
	}
.vide {
line-height: 0;
	}