@charset "UTF-8";

/* pour centrage des élements */

#horizon {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#conteneur {
	margin-left: -512px;
	position: absolute;
	top: -350px;
	left: 50%;
	width: 1024px;
	height: 700px;
	visibility: visible;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #1111db;
}

#footer {
	text-align: center;
}

#footer h1 {
	font-size: 12px;
	line-height: 10px;
}

#footer p {
	font-size: 10px;
}

#footer a {
	text-decoration: none;
	color: #4F4F4F;
	}

#footer a:link, texte a:active, texte a:visited {
	text-decoration: none;
	color: #4F4F4F;
	}

#footer a:hover {
	text-decoration: Underline Overline;
}
