*{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #e0b419;
	background-image: url("fond.png");
	background-repeat: repeat-x;
	font-family:Tahoma, sans-serif;
}
a{
	font-size:20pt;
	color: lightgray;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}