@charset "utf-8";
#conteneur {
	position:absolute;
	left:0px;
	top:0px;
	width:430px;
	height:850px;
	z-index:1;
}

#connexion {
	position:absolute;
	left:380px;
	top:2px;
	width:48px;
	height:48px;
	z-index:2;
}

#btn_validation {
	position:absolute;
	left:2px;
	top:752px;
	width:427px;
	height:78px;
	z-index:4;
	font-family: "Comic Sans MS", cursive;
	font-size: 35px;
	text-align: center;
	line-height: 70px;
}
#apDiv1 {
	position:absolute;
	left:33px;
	top:77px;
	width:363px;
	height:572px;
	z-index:5;
}
.etiquette {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: right;
	line-height: 40px;
	font-style: italic;
	color: #999;
}
.champ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	line-height: 40px;
	color:#03F;
}

 input{
	width : 100%;
	height: 100%;
	-webkit-box-sizing: border-box; /* Pour les anciennes versions des navigateurs WebKit */
	-moz-box-sizing: border-box; /* Pour tous les navigateurs Gecko */
	border: none;
 	outline: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
