body {
	font-family: Georgia;
	color: #81C4CF;
	background-color: #000000;
	background-image: url(fichiers/fleurbleue.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	text-align: right;
}
a {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}