.fd {
	background-attachment: fixed;
	background-image: url(fdbourreau.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #999999;
}
.txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #999999;
}
