body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FF0000;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
a.menu {
	margin-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	margin-left: 5px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.menu:active {
	margin-left: 5px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}

.liste {
	margin-top: 5px;
}




