/* +--------------------------------------------------------------------------+
//  2002-2010 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
// +-------------------------------------------------+
// $Id: visionneuse.css,v 1.1 2011/11/24 14:25:14 trenon Exp $
*/

#visionneuse #visionneuseIframe {
	border : 1px solid #D2007B;
	overflow : hidden;
}

#next, #previous {
	cursor : pointer;
}

#visionneuseBackground {
	-moz-opacity : 0.5;
	opacity : 0.5;
	filter : alpha(opacity=50);
	width : 100%;
	height : 100%;
	position : absolute;
	top : 0;
	left : 0;
	z-index:9001;
	background-color: #333333;
}

.linkFullscreen {
	position : absolute;
	right : 2%;
	bottom : 1%;
}

.close {
	position : absolute;
	right : 2%;
	top : 0%;
}

#visio_navigator {
	height : 40px;
	width : 100%;
	margin-top : 0.8em;
}

#visio_current_description {
	text-align : left;
	margin-top : 1em;	
	font-family : arial, helvetica, sans-serif;
}

#visio_current_object {
	padding:1em;
	margin-top:1.4em;
	text-align:center;
	font-size: 12px;
	font-family : arial, helvetica, sans-serif;
}

#wait {
	position : absolute;
	top : 200px;
	left : 50%;
	margin-left : -16px;
}
