@CHARSET "ISO-8859-1";

body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: small;
	background-color: lightslategray;
	color: white;
}

div.intro {
	border: 1px;
	background-color: lightsteelblue;
	padding: 12px 10px 12px 10px;
	color: darkslategray;
}

div.copyright {
	text-align: center;
	margin: 20 px;
}

div.entete {
	cursor: pointer;
}