
*{
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	color: #530551;
}

body{
	width: 80%;
	background-color: #ccccff;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	color: red;
}

a img{
	border-style: none;
}

ul{
	font-weight:bold;
	list-style: none;
	margin-left: 10px;
	margin-top: 50px;
	padding-left: 25Px;
	text-indent: -1em;
}

li{
	margin-top: 10px;
	padding-left: 1em;
	list-style-image: url('puce.png');
	list-style-type: none;
}