.panorama-viewport {
	position: relative;
	width: 600px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: left;
}
.panorama-viewport a, .panorama-viewport a:hover {
	text-decoration: none;
}
.panorama-container {
	position: relative;
	width: 100000px;
	margin: 0;
	padding: 0;

}
.panorama-control {
	position: absolute;
	display: none;
	padding: 0;
	margin: 0;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 30px;
	background: black;
	filter: alpha(opacity=50);
	opacity: .5;
	text-align: left;
}
.panorama-control-left, .panorama-control-right, .panorama-control-pause { 
	float: left;
	padding: 0;
	margin: 0;
	color: white;
	text-decoration: none;
	font-size: 20px;
	line-height: 30px;
	width: 33%;
	text-align: center;
	font-family: 'Arial',sans-serif
}
.panorama-control-left:hover, .panorama-control-right:hover, .panorama-control-pause:hover { 
	text-decoration: none;
}
.panorama-control-pause {
	text-transform: uppercase;
}
.panorama-panel {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	background: #009cff;
	filter: alpha(opacity=50);
	opacity: .5;
	color: white;
	padding: 4px;
}
.panorama-panel h2 {
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	text-align: right;
}
.panorama-panel ul {
	display: none;
}
.panorama {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
}

.panorama-area {
	border: 2px solid white;
	filter: alpha(opacity=20);
	opacity: .2;
	background: black;
	font-size: 100%;
	cursor: pointer;
	text-decoration: none;
	color: white;
	text-align: right;
}
.panorama-area-hover {
	background: #0080e2;
	cursor: pointer;
} 

.area0-hover {
	background: #ff7e00;
}
.area1-hover {
	background: #25bf5b;
}
.panorama-title {
 	position: absolute; 
	right: 0;
	top: 0; 
	color: white;
	font-size: 16px; 
	font-family: Verdana;
	background: gray;
	padding: 3px;
	filter: alpha(opacity=50);
	opacity: .5;
	margin-top: 0;
}
.panorama-onglets {
	position: absolute; 
	top: 0;
	left: 0;
}
div.panorama-carte, div.panorama-panier {
	float: left;
	display: none;
	background: white;
	opacity: .9;
	filter: alpha(opacity=90);
}

div.panorama-panier ul {
	list-style-type: none;
}
.panorama-onglets-titres {
	float: left;	
}
.panorama-onglets-titres h2 {
	background: #ff4b00;
	filter: alpha(opacity=50);
	opacity: .5;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
.panorama-onglets-titres h2.panorama-carte { background: none; opacity: .8;}
.panorama-onglets-titres h2.panorama-panier {
	background: gray;
}

h2.panorama-carte a, h2.panorama-panier a {
	color: white;
	font-size: 16px; 
	font-family: Verdana;
	margin-top: 0;
	padding: 3px;
	width: 20px;
	height: 70px;
}
.panorama-panier .panorama-panier-conteneur {
	height: 95%;
	overflow: auto;
}
.type-objet, .type-personnage {
	border: none;
	background: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.droppable-active {
	background: green;
}
.droppable-hover {
	background: yellow;
}
.fermer-carte, .fermer-documents { position: absolute; top: 0; left: 0; background: #F60; color: white; font-size: 1.4em; text-decoration: none; padding: 0.1em 0.3em; opacity: .8;}
.fermer-carte:hover, .fermer-documents:hover, .voir-documents a:hover { color: white; text-decoration: none; }

.documents-lieu { position: absolute; bottom: 0; left: 0; text-align: left; background: white; }
.documents-lieu h2 { display: none; color: #666; text-transform: uppercase; font-family: sans-serif; padding: 5px; } 
.fermer-documents { position: relative; display: block; margin-bottom: 5px; opacity: 1; padding-left: 38px; background-repeat: no-repeat; background-position: center left; }
.voir-documents { position: absolute; bottom: 0; left: 0; padding: 0.4em 0; width: 100%; display: block; text-align: left;  opacity: .7; background: #666; }
.voir-documents a { margin-left: 0; text-decoration: none; color: white; font-size: 1.4em; padding-left: 38px; background-repeat: no-repeat; background-position: center left; }


