/* CSS Document */

.lien {
	font-family: Papyrus, sans-serif;
	text-decoration: none;
	color:  #996600;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight:  bold;
	font-variant: normal;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	white-space: normal;
	list-style-type: none;
	list-style-image:  none;
	border-style: none;
	border-top-width: 0px;
	border-right-width:  0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
A:hover{
	font-family: Papyrus;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}

