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


body {
	background-color: black;
	width: 100%;
	position: absolute;
	padding: 0px;
	height: 100%;
	left: 0px;
	top: 0px;
	margin: auto;
}
#contientTout {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#contientPage {
	padding: 0px;
	height: 90%;
	width: 80%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
}
#contientPage #contientLogo{
	padding: 0px;
	position: relative;
	width: 40%;
	margin-right:auto;
	margin-left: auto;
	height: 300px;
	top: 20%;
}
h1 {
/*	font-family: 'ABNewutPlainMedium';*/
	font-size: 14px;
	font-weight: lighter;
	color: #F6F400;
}
#texte {
	text-align: center;
	position: fixed;
	width: 100%;
	bottom: 10px;
}
