@charset "utf-8";
/* CSS Document */
.global {
	background-color:black;
}

.centrage {
	position:absolute;
	width:1041px;
	height:838px;	
	left:50%;
	margin-left:-520px;
	top:50%;
	margin-top:-419px;
}



.menu {	
	position:relative;
	top:622px;
	left:50%;
	margin-left:-520px;
	width:1041px;
	z-index:2;
}

.contenu {
	position:absolute;
	left:0px;
	top:164px;
	height:auto;
	width:1041px;
	z-index:1;
}



.champ_input {	
	height:15px;	
	background-color:#565454;
	width:auto;
	border-bottom:0;
	border-right:0;
	width:400px;
	border : none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:red;
	font-style:normal;
	font-weight:normal;
	line-height:10px;
}	