@charset "utf-8";
#centre {
	margin-right: auto;
	margin-left: auto;
	height: 800px;
	width: 1000px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #900;
	padding-top: 100px;
}
#centre2 {
	height: 8000px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#centre a {
	color: #900;
	text-decoration: none;
}

#dessus {
	height: 5px;
	width: auto;
}

