.fond
{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 3;
	border: none;
	background-color: #000;
	-moz-opacity: 0.50;
	opacity: 0.50;
	filter : alpha(opacity=50);
}