body {
	font-family:  Arial, sans-serif;
	font-size: 77%;
	color: black;
	background-color: white;
}

h1 {
	color: #00696B;
	font-size: 120%;
}

h2 {
	color: #00696B;
	font-size: 100%;
}

.citation {
	color: #A5A6A8;
	font-weight: bold;
	font-size: 310%;
	line-height: 0.95;
}

.citation strong {
	color: #CAD122;
}

.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;
}