body{
	color: black;
	background-color: #FFF;
}
h1{
	color: #000;
	font-family: sans-serif;
}
h2{
	color: #000;
	font-family: sans-serif;
}
h3{ color: yellow; font-family: sans-serif; }
h4{ color: yellow; font-family: sans-serif; }
h5{ color: yellow; font-family: sans-serif; }
h6{ color: yellow; font-family: sans-serif; }
p{
	color: #000;
	font-size: small;
	font-family:  sans-serif;
	text-align: justify;
}
div#entete{ color: black; background-color: silver; text-align: center; padding: 6pt 12pt 12pt; }
div#pied{ color: black; background-color: silver; text-align: center; padding: 12pt; }
img.top{vertical-align:top; border: solid 3pt white; }

td{ color: yellow; font-family: sans-serif; }

li{
	color: #000;
	font-family: sans-serif;
}

.center{ text-align: center; }
