@charset "utf-8";
/* CSS Document */

.liste {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #000;
	text-decoration: none;
	background-color: #ccc;
}
.form {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	list-style-position: inside;
	list-style-type: none;
}
