@charset "utf-8";
body {
	background-color: #000000;
}
* {
	margin: 0px;
	padding: 0px;
}
#conteneur {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#conteneur a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}


.imglien {
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

