body {
	font-family:  Arial, sans-serif;
	font-size: 77%;
	color: black;
	background-color: white;
}

h1 {
	/* color: #00696B; */
	color: #0f7349; /* le vert le plus foncé du logo */
	font-size: 120%;
}

h2 {
	/* color: #00696B; */
	color: #0f7349; /* le vert le plus foncé du logo */
	font-size: 100%;
}

.citation {
	color: #A5A6A8;
	font-weight: bold;
	font-size: 310%;
	line-height: 0.95;
}

.citation strong {
	/* color: #CAD122; */
	color: #95BB26; /* le vert le plus clair du logo (celui qui tire vers le jaune) */
}

.auteur {
	color: #A5A6A8;
	font-weight: bold;
	font-size: 155%;
}

.imageGauche {
	display: block;
	float: left;
	margin-right: 40px;
}
.imageDroite {
	display: block;
	float: right;
	margin-left: 40px;
}
.clearBoth {
	clear: both;
}
