#backDiv {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:black;
	z-index:99;
	/* pour IE */
	filter: alpha(opacity=50);
	/* pour mozilla gecko */
	-moz-opacity:0.5;
	/* pour ceux qui respectent le standard CSS3 */
	opacity: 0.5;
}

div#login {
	position:absolute;
	top: 40%;
	left: 30%;
	z-index:100;
	width:40%;
	overflow:visible;
	height:80px;
	background-color:#FFFFFF;
	border:solid 1px #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	font-weight:none;*/
}
