
body {
	FONT-SIZE: 10px;
	background-color: #FFF;
	width: 70%;
	margin:auto;
	padding-top:200px;
	text-align:center;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
}
	
.texterouge {
	color: darkred;
	text-decoration: none;
	font-family: "verdana";
	font-weight: bold;
}
.lien {
	color: darkred;
	text-decoration: underline;
	font-family: "verdana";
	font-size: 14px;
	font-weight: bold;
}

.lien:visited{
	color: darkred;
	text-decoration: underline;
	font-family: "verdana";
	font-size: 14px;
	font-weight: bold;
}
.lien:hover {
	color: black;
	text-decoration: underline;
	font-size: 14px;
	font-family: "verdana";
	font-weight: bold;
}
h1 {
	font-family:  "verdana", "geneva", "arial", "helvetica",  sans-serif;
	font-size: 24px;
}
