/* CSS Document */


.displayOn
{
	display: block;
}


.displayOff
{
	display: none;
}

ul#menu a:hover {
	background-color: #FFD700;
}

ul#menu li:hover {
	background-color: #FFD700;
}

ul li {
	background-color: #FFE02D;
}








.xNiveau1
{
	cursor: pointer;
	border-top : 1px solid Black;
	border-bottom : 1px solid Black;
	height: 16px;
	list-style: none;
	line-height: 12px;
	text-align: left;
	font-family: cursive;
	font-size: 12px;
	background: Yellow;
	color : Black;
	vertical-align: middle;
	padding-left: 7px;
	}




.xNiveau2
{
	cursor: pointer;
	background-color: #FFFACD;
	color: Black;
	height: 16px;
	text-align: left;
	line-height: 10px;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	padding-left: 15px;	
	border-bottom: thin solid #FFFFBD;
	border-top: thin solid #CDCE00;



}

.xNiveau3
{
	cursor: pointer;
	color: Black;
	text-align: left;
	font-size: 8pt;
	background-color: #ABAC00;
	padding-left: 19px;
	font-family: sans-serif;
	list-style: circle;
	border: thin solid #FFC54D;
	margin-left: 8px;
}





body {
	background-color: #000000;
}

a {
	text-decoration: none;
	color: Black;
}