/*** mes-styles.css - Mise en forme de la page ***/

/* Le fond est toujours en blanc    */
body {
	margin: 1em;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: black;
	background: white;
}

H1, H2, H3 {color: #333366} 	/* bleu foncé */

p,td,th, ul {
	font-size: .8em;
}

p#notes {
	border-bottom: 1px dotted black;
	padding-bottom: 1em;
}

p#footer {
	border-top: 1px dotted black;
	padding-top: 1em;
}
.pluspetit {
	font-size: 80%;
}
