body {
	background-color: rgb(224,224,224);
}	
.enTete {
	background-color: rgb(208,208,216);
	margin-bottom: 10px;
}
th {
	background-color: rgb(192,192,208);
	color: rgb(0, 0, 128);
}
h1 {
	color: rgb(0, 0, 128);
	text-align: center
}

strong {
	color: rgb(0, 0, 128)
}

dt {
	background-color: rgb(208,208,216);
}

