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