* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	color: black;
	margin: 0px;
	border: 0px;
	font-size:16px;
	background:translucid;
	background-attachment: fixed;
	text-align:center;

	
}

a {
	color : black;
	cursor:pointer;
	cursor:hand;
	text-decoration: none;
}

/*Quand on survole un lien*/
a:hover {
	text-decoration: none;
	color:#AF0706;
}


