@charset "UTF-8";

		body		
		{
	color:#FFFFFF;
	margin: 0;
	text-shadow: 0 0 0 #000;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #651b39;
	background-attachment: fixed;
	background-image: url(images/fond2.jpg);
	background-repeat: no-repeat;
	opacity: 50;
		}
a:link {
	text-decoration: none;
	color: #ffd2e4
}
a:visited {
	text-decoration: none;
	color: #fedab3;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}