/* CSS Document */
body { color: #000000 }
body {background-color:#66FF99}
h1 {font-size: 22px; font-family:Arial, Helvetica, sans-serif; color:#000000; text-align:center; text-decoration:underline;}
h2 {font-size: 15px; font-family:Arial, Helvetica, sans-serif; color:#000000; text-align:center; text-decoration:none;}
<!--
A:link{COLOR:##0000FF}
A:visited{COLOR:#D8010B}
A:active{COLOR:#FF3C3C}
A:hover{COLOR:#FD2424}
-->

td.menu {
	border: 1px solid black;
	background: #0000FF;
	color: white;
	font-weight: bold;
	cursor: hand;
	text-align: center;
}
td.hover {
	background: #4F5DE3;
	color: black;
	text-decoration: underline;
	border: 1px solid black;
	font-weight: bold;
	cursor: hand;
	text-align: center;
}

li {
	list-style-image: url(http://www.mont-de-plan.com/images/puce.gif);
}

