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

#apDiv1 {
	position:absolute;
	left:34px;
	top:402px;
	width:368px;
	height:446px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:30px;
	top:93px;
	width:306px;
	height:5px;
	z-index:2;
}
#connexion {
	position:absolute;
	left:380px;
	top:2px;
	width:48px;
	height:48px;
	z-index:2;
}

/* CSS Document */


.arial20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color:#999;
	line-height: 40px;
}
.arial14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color:#999;
	line-height: 40px;
}
 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;
}

::placeholder {
  color: #CCC;
  opacity: 1; /* Firefox */
}