/* --------------------------- */
/* CONTENANT */
/* --------------------------- */

html, body{
   margin: 0px;
   padding: 0px;
   outline: 0px;
   height: 100%;
   background-color:#141318;
   font-size:11px;
   text-align:center;
   font-family:Tahoma, Geneva, sans-serif;
   color:#0096df;
}

#page{
   height: 100%;
   width: 100%;
}

#conteneur { 
	width: 100%;
	height: 441px;
	text-align:left;
	position:absolute;
	text-align:center;
	top: 50%;
	margin-top: -220px;
	}

#footer { 
	width: 100%;
	height: 25px;
	position:fixed;
	bottom: 0;
	left: 0;
	clear: both;
	color:#666;
	margin-top:0;

}

/* --------------------------- */
/* LIENS */
/* --------------------------- */

a {
	color:#666;
	text-decoration:underline;
}

a:hover {
	color:#009eff;
	text-decoration:underline;
}

a.active, #subNav li a.active {
}

a img {border: 0;}


/* --------------------------- */
/* DIVERS */
/* --------------------------- */

.gras {
	color:#FFF;
	font-weight:bolder;
	}

.mentions {
	font-size:11px;
	}

.centrer {
	text-align:center;
	}
