body, table, td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-color:#EBF5FE;
	/*background-color:#660000;*/
	padding: 0px;
	margin: 0px;
}
.menuRoot {
	font-weight: bold;
	color: #999999;
}
.path {
	font-weight: bold;
	color: #999999;
}
.menu {
	font-weight: bold;
}
.menu a {
	text-decoration:none;
	color:black;
}
.label {
	font-size:12px;
	font-weight:bold;
}
.menuEnfants a {
	text-decoration:none;
}
.menuRoot a {
	text-decoration:none;
}
.path a {
	text-decoration:none;
}
.haut a {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}