/* CSS Document */
/* Voyages Web Travel 2007 - voyageswebtravel.com */
/* Affichage d'un popup dans la même page */

#pop {
	display: none;
	position: absolute; 
	top: 0; 
	left: 0;
	width: 100%;
	background-color: #172f40;
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9; 
	-khtml-opacity: 0.9; 
	opacity: 0.9;
	z-index: 9997;
}
#lienpopimg {
	display: none;
	position: absolute; 
	text-decoration: none; 
	z-index: 9998;
}
#popimg {
	border: 4px solid #e7f3fa;
}
a#lienpopimg span {
	display: none;
}
a#lienpopimg:hover span {
	position: absolute;
	display: block;
	width: 300px;
	top: 0;
	left: 0;
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	padding: 5px;
	border: 2px solid #e7f3fa;
    filter: alpha(opacity=70); /* Pour Internet Explorer */
    -moz-opacity: 0.7; /* Pour Mozilla */
    -khtml-opacity: 0.7; /* Pour Konqueror */
    opacity: 0.7; /* Pour les standards CSS3 */	
	background-color: #fff;
	z-index: 9999;
}