#liens {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	background-color: #ECECF1;
	float: left;
	width: 200px;
}
#liens a {
	text-indent: 10px;
	border-top-width: 1px;
	border-top-style: outset;
	border-top-color: #DBDDE6;
}
#liens a:hover {
	color: #990099;
	background-color: #FFFFCC;
	font-size: 16px;
}
