#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position:absolute;
	background-color:#eeeeee;
	width:600px;
	height:600px;
	z-index: 9002;
	background-image: url('/survey/affiche.jpg'); 
}

#img {
	position:absolute;
	background-color:transparent;
	width:600px;
	height:560px;
	z-index: 9103;
	display: block; top: 50px; left: 20%;
	cursor:pointer;
	
	}

div.text {
	position: absolute;
	bottom: 8px;
	left:62%;
	//right:0px;
	font-family: verdana, sans-serif;
	font-size: 10pt;
}

.text A:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

.text A:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
.text A:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
.text A:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:red;
	text-decoration:none;
}
