body {
	overflow:hidden;
	height: 100%;
	background-color:#dddddd;
	background-image:url('images/shootbox-background.jpg');
	background-repeat:repeat-x;
}
body, div{
	margin:0px;
}
#shootbox {
	overflow:hidden;
	width:99%;
	height:100%;
	
}
#shootbox #listeVues {
	position:relative;
	float:right;
	width:130px;
	margin:0px;
	margin-left:auto;
	margin-top:60px;
	z-index:2000;
}

#shootbox #listeVues a img{
	border:solid 2px #C1C1C1;
	margin:10px;
	filter:alpha(opacity=60);
	opacity: 0.6;	
}
#shootbox #listeVues a:hover img{
	border-color:#C1C1C1;
	filter:alpha(opacity=90);
	opacity: 0.9;	
	
}
#shootbox #listeVues a img.selected{
	border-color:#8B2A6F;
}
#shootbox #listeVues a:hover img.selected{
	border-color:#922A73;
}

#shootbox #vue{
	position:absolute;
	z-index:1;
	/*background-color:#FFFFFF;	*/
	/*border: 1px solid #ACACAC;*/
	margin:0px;
	/*margin-right:150px;*/
	overflow:hidden;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#shootbox #vue #imgVue{
	display:block;
	
	margin:auto;
	/*height:100%;*/
	z-index:1;
	border: 0px solid #ACACAC;
}


#zone360 {
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto
}
center {
	
	background-image:none
}
/************** slider *************************/
#sliderZone {
	position:absolute;
	bottom:20px;
	margin:auto;
	right:45px;
	width:46px;
	height:34px;
	z-index:3000;	
}
#slider {
	background:transparent url(images/slider_bg.gif) no-repeat scroll 50%;
	cursor:pointer;
	height:24px;
	margin:0px;
	position:relative;
	width:100%;
	text-align:left;
}
#sliderZone #b_listeUp {
	cursor:pointer;
	display:block;
	left:-34px;
	position:absolute;
	top:-6px;
}
#sliderZone #b_listeDown {
	cursor:pointer;
	display:block;
	right:-34px;
	position:absolute;
	top:-6px;
	left:auto;
}

#vue360 {
	position:relative;
	left:-100px}