@charset "utf-8";
/* CSS Document */

/* Met les marges a 0, définit la police par défaut */
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background:#000;
}

html {
	height:100%;
}

body {
	position:relative;
	min-height:100%;
	text-align:center;
	color: #000;
}


/* Retire les bordures des images */
a img {
	border:none;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

#contener {
	position:relative;
	margin: 0 auto 0 auto;
	width:100%;
	height:100%;
	z-index:2;
}
