#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
#compteur {
	position: absolute;
	left: 40px;
	bottom: 6%;
}

#deconnexion {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFF66;
	position: absolute;
	left: 333px;
	bottom: 6%;
}
#inscrire {
	position: absolute;
	left: 8%;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #FC6;
	width: auto;
	top: 72%;
}
#messageErreur  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F30;
	position: absolute;
	width: 40%;
	left: 5%;
	background-color: #FFC;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	top: 15%;
}
#menu {
	width: 40%;
	z-index: 1;
	position: absolute;
	top: 5%;
	left: 7%;
	height: 60%;
	font-family: Tahoma, Geneva, sans-serif;
}
#actualité {
	float: left;
	height: 65%;
	width: 55%;
	position: absolute;
	top: 25%;
	left: 40%;
}
#identifiant {
	position: absolute;
	top: 2%;
	width: 472px;
	padding-top: 2%;
	padding-left: 5%;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #FC6;
	font-weight: bold;
}
#formulaire {
	position: absolute;
	font-family: "Comic Sans MS", cursive;
	color: #FC6;
	top: 15%;
	width: 37%;
}

