body,td,th {
	margin: 0;
	font-family: Lucida Sans Unicode;
	font-size: 12px;
}

#editeur {
	font-family: Lucida Sans Unicode;
	font-size: 12px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	color: #000000;
	text-decoration: none;
}

input.bouton {
	border:1px solid black;
	background-color:red;
	font-family:Verdana;
	color:white;
	cursor:pointer;
}

.listecat {
	padding: 0;
	margin: 0;
	overflow:hidden;
	height: 1px;
	width: 1px;
	background-color:#000000;
	Z-Index: 0;
	Position: Absolute;
	z-index:1;
	border:1px hidden #000000;
}
	
li {
	list-style-type:square;
}