 @CHARSET "ISO-8859-1";
 
 .panoswf_skin  {
	padding: 3px;
	margin-bottom: 1em;
	background: #fff;
	border: 1px #666 solid;
	text-align: center;
 }
 
  .panoswf_container_left {
  	float: left;
	}
	
  .panoswf_container_right {
  	float: right;
	} 
 
 .legende {
	float: left;
	padding-left: .3em;
	font-size: .8em;
	color: #555555;
	text-align: left;
 }
 
 .legende_auteur {
	float: right;
	padding-right: .3em;
	font-size: .8em;
	color: #555555;
	text-align: right;
 }
 
 .legende_auteur a {
	text-decoration: none;
	color: #444444;
	border-bottom: 1px #FFFFFF dotted;	
 }
 
 .legende_auteur a:hover {
	color: #333333;
	border-bottom: 1px #333333 dotted;
 }