body {
	background-color: #f4ceff;
}

h1 {
	color: #133300;
	font-family: consolas;
	font-size: 40px;
	text-align: center;
	background-color: white;
	border-width: 5px;
	border-style: double;
	border-color: #ff843b;
}

p {
	font-family: ARIAL;
	font-size: 20px;
	text-align: justify;
	color: #01001c;
}

.liens {
	font-family: ARIAL;
	font-size: 20px;
	display: block;
	text-align: center;
	text-decoration: none;
}

ul {font-family: ARIAL;
	font-size: 25px;
}

p a {font-family: serif;
	font-style: georgia;
	display: block;
	text-align: center;
	text-decoration: none;
	color: purple;
}

#ancre:hover {color: #39025d;
}



