@charset "utf-8";
body {
	margin: 0;
	text-align: center;
	background-color: #000000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	position: relative;
	height: auto;
}
a {
	/*text-decoration:none;*/
	color: #FFFFFF;
}
#contenu {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;  /* MÊME TAILLE QUE LA HAUTEUR DU FOOTER !! */
	height: 875px;
}

.visuel {
	/*width: 1400px;
	max-width: 100%;*/
	/*height: 875px;*/
	position: absolute;
	margin-left: 50%;
	left: -700px;
	/*margin-top: 25%;
	top: -320px;*/
}
#entete {
	height: 100px;
	padding-top: 30px;
	width: 100%;
	text-align: center;

}
#entete img {
	height: auto;
	position: relative;
}
#entete p {
	float: left;
	color: #999999;
	font-size: 0.7em;
	display: block;
	padding-top: 0px;
	margin-top: 14px;
	margin-left: 9px;
	text-transform: uppercase;
}
#stage {
	float: left;
	height: 660px;
}
#pied {
	width: 100%;
	height:16px;
	position: absolute;
	margin-top: -16px; /* VALEUR NEGATIVE DE LA HAUTEUR DU FOOTER */
    clear:both;
	text-align: center;
}
#pied p {
	color: #cccccc;
	font-size: 0.8em;
}
.credit {
	text-align: right;
	color: #999999;
	float: right;
	font-size: 0.8em;
	padding-right: 20px;
	padding-top: 10px;
}
.credit a {
	color: #999999;
	text-decoration:none;
}