a:link {
	color: #FFff00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFcc33;
	text-decoration: none;
}
a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	text-decoration: none;
}
.nom_auteur {
	font-family: "Courier New", Courier, mono;
	font-size: 22px;
	font-weight: bold;
	color: #FFCC33;
}
.presentation_auteur {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 14px;
}
