/* éléments */
a:link {
	color: #009900;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #009900;
}
a:active {
	color: #009900;
}
body {
	margin: 0;
	padding: 0;
	background-image:url(images/fourrure.jpg);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#009900;
	text-align:center;
}
.noir{
	color:#000000;
	font-size:11px
}
