body {
	font-family : Verdana, Arial;
	font-size : 10px;
}

td {
	font-size : 10px;
}

.titreniveau1 {
	font-family : Verdana, Arial;
	font-size : 30px;
	color : #000000;
	background-color : #CCFF99;
	text-transform: uppercase;
	font-weight : bold;
	text-shadow: 0.2em 0.2em;
}

.titreniveau2 {
	font-family : Verdana, Arial;
	font-size : 14px;
    background-color : #CCFF99;
	font-weight : bold;
	color : #00000;
}

a:hover {
	color : #33FF66;
	background-color : #00CC33;
	text-decoration : none;
}

