body {
	font-family: Arial;
}

.titre	{
	font-family: Bookman Old Style;
	font-size:30pt;
	color:#043EA2;
}

.liste	{
	cursor: hand;
	color: #0080C0;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

.liste:hover {
	cursor: hand;
	color: #FF0000;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}

.numpage {
	cursor: hand;
	color: #FF0000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.menu {
	cursor: hand;
	color: #0080C0;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

.menu:hover	{
	cursor: hand;
	color: #FF0000;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

a	{
	cursor: hand;
	color: #0080C0;
	text-decoration: none;
}

a:hover	{
	cursor: hand;
	color: #FF0000;
	text-decoration: none;
}

