@import "general.css";
/* propriété des liens pour la description et la biographie */
#overview a{
	color:#FF9966;
}
body{
	background-color:#000000;
	margin-top:0px;
	color:#FFFFFF;
	font-size:12px;
	font-family: Arial;
}
#divBack{
	width:790px;
	height:700px;
	background-repeat:no-repeat;
	background-position:0px -1px;
}

#banner {
	position:relative;
	height:50px;
	width:800px;
	left:50%;
	right:50%;
	margin-left: -400px;
}
#content {
	height:284px;
	width:800px;
	left:50%;
}
#overview {
	height:284px;
	width:356px;
	float:left;
}
#picture{
	float:left;
	height:284px;
	width:434px;
	display:inline;
}
#footer{
	position:relative;
	width:790px;
	height:270px;
	left:50%;
	margin-left:-395px;
}
#players {
	margin-top:0px;
	position:relative;
	height:270px;
	width:395px;
	float:left;
}
#schedule {
	position:relative;
	float:left;
	height:310px;
	width:395px;
}
#jukeBox{
	margin-top:270px;
	
}
/* IFrame */
#frameOverview {
	position:relative;
	width:330px;
	height:284px;
	float:left;
}
#frameSchedule {
	padding-top:10px;
	position:relative;
	width:355px;
	height:310px;
	float:left;
}
#scrollPic, #scrollPicSchedule{
	visibility:hidden;
	position:relative;
	width:15px;
	float:left;
}
#scrollUp{
	margin-top:75px;
}
#scrollDown{
	margin-top:140px;
}