/* CSS Document */

body{
background-color:#000000;
}
#body{
background-color:#000000;
width:1000px;
height:655px;
margin-left:auto;
margin-right:auto;
}

#header{

width:1000px;
margin-left:auto;
margin-right:auto;
}

#center_accueil{
width:1000px;
height:399px;
margin-left:auto;
margin-right:auto;
}

#footer{
width:1000px;
height:57px;
margin-left:auto;
margin-right:auto;
}

#artist_popup_page{
background-repeat:no-repeat;
width:679px;
margin-left:auto;
margin-right:auto;
	font-family:Verdana;
	font-size:10px; color:#ffffff;
}

.textbox{
	font-family:Verdana;
	font-size:10px; color:#ffffff;
}

.text_vscroll {
	width: 100%;
	height: 200px;
	white-space: wrap;
}

.edit_artiste{
	font-family:Verdana;
	font-size:10px;
}

.edit_artiste a:hover {
	text-decoration: none;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
			
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #999999;
	background-image:  url(images/texture.jpg);
	background-repeat:repeat;
	width:3px;
}

.jScrollPaneDrag {
	position: absolute;
	background: #454545;
	cursor: pointer;
	overflow: hidden;
}
			
/* sturcture div */
.pane1{
	font-family:Helvetica;
	font-size:12px;
	height:200px;
	color:#ffffff;
}

.pane2{
	font-family:Verdana;
	font-size:10px;
	font-weight:200;
	height:310px;
	width:545px;
	padding-left:10px;
	color:#ffffff;
}
			
.masso_box{
	font-family:Verdana;
	font-size:10px;
	font-weight:200;
	height:300px;
	width:560px;
	padding-left:10px;
	color:#ffffff;
	padding-right:40px;
	overflow:auto;
	margin-top:15px;
}

.galleria {
	list-style:none;
	width:200px;
}

.galleria li {
	display:block;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0;
}

.galleria li a{display:none}

.galleria li div {
	position:absolute;
	display:none;
	top:0;
}

.galleria li div img{cursor:pointer}

.galleria li.active div img,.galleria li.active div{display:block}

.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}

.galleria li .caption{display:block;padding-top:.5em}

* html .galleria li div span{width:400px} /* MSIE bug */

.caption {
	white-space: pre;
	font-size:10px;
}

.demo {
	position:relative;
	text-align:center;
	width: 670px;
	font-family:Verdana;
	font-size:12px; 
	color:#ffffff;
}

.gallery_demo{
	width:679px;
	margin:0 auto;
	padding: 0;
}

.gallery_demo ul {
	margin: 0;
	padding: 0;
}

.gallery_demo li {
	height:50px;
	width:50px;
	border:3px double #111;
	margin: 2px 2px;
	background:#000;
}

.gallery_demo li div .caption {
	white-space: pre;
}

#main_image{
	height: 300px;
	text-align: left;
	overflow: hidden;
}

#main_image img {
	margin-top:10px;
}

.galeried {
	border: 1px solid #111;
}

#accueil{
	border:none;
	height:350px;
	font-family:Verdana;
	font-size:10px;
	color:#ffffff;
	overflow: hidden;
}

