body {
	font-size: 1em;
  background-position: center;
 }

/* Image de fond */
.body-background-image {
		background-image:url(./fond.png);
		background-repeat:no-repeat;
		background-position: center;
	}


/* cellule des tableaux */

.cell1 {
	font-size : 0.8em;
	font-family : arial;
	font-style: italic;
	text-align: center;
	padding-left: 3em;
	padding-right: 3em;
	}

.legende {
font-size: 1em;
text-align: left;
margin-top: 0.2cm;
color: gray;
}

.legende2 {
font-size: 0.7em;
text-align: right;
color: gray;
}
