@import url("reset.css");

body {
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, sans-serif;
}

div#conteneur {
	margin: auto;
	width: 800px;
	height: 800px;
}

h1 {
	font-size: 16px;
	text-align: left;
	color: #FFF;
	background-color: #c3e72d;
}

a, a:visited {
	font-size: 14px;
	color: #e85217;
}
a:hover {
	font-size: 14px;
	color: #fda17d;
}
