.texte {
	font-family: Verdana;
	font-size: 11px;
	color: #AAAAAA;
	text-decoration: none;
}
body {
	background-color: #00000;
	background-repeat: no-repeat;
	background-image: url(images/f_home.jpg);
	background-attachment: fixed;


}
a:link {
	color: #AAAAAA;
	text-decoration: none;

}
a:visited {
	color: #AAAAAA;
	text-decoration: none;

}
a:hover {
	color: #DB0000;
	text-decoration: underline;
}
a:active {
	color: #DB0000;
	text-decoration: underline;

}

