/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {background:transparent none repeat scroll 0 0;border:none;font-size:100%;margin:0;outline:none;padding:0;vertical-align:baseline;}
ul { list-style: none; }
a { text-decoration: none; }
/* end RESET */

body {
  width: 960px;
	height: 566px;
	color: white;
	margin: auto;
	margin-top:7px;
	background-color: white;
	text-align: left;
	font-family: Arial, sans serif;
	scrollbar-face-color: #3F3F3F; 
}
#picto {
	width: 152px;
	height: 148px;
	background-repeat: no-repeat;
	background-position: center top;
}
#player_top {
	padding-left: 7px;
	height: 94px;
}
#player_middle {
  margin-left:6px;
	padding-top:7px;
	padding-bottom:7px;
	height: 263px;
}
#player_bottom {
	padding-left: 7px;
	height: 148px;
	width: 960px;
}

#player {
	width: 630px;
	height: 258px;
	background: url(images/player-beezik-clip.png) no-repeat center top;
}
#player h1 {
	font-weight: bold;
	font-size: 16px;
	font-family: Arial Black, Arial, sans serif;
	color: #262626;
	text-transform: uppercase;
	text-align: center;
	height: 32px;
	line-height: 32px;
}
#player #pochette {
	margin-left: 53px;
	margin-top: 30px;
	width: 117px;
	height: 117px;
	overflow: hidden;
}
#player #titres {
	width: 180px;
	margin-top: 20px;
	margin-right: 50px;
}
#player #titres h2 {
	font-weight: bold;
	font-size: 14px;
	color: #868889;
	margin: 2px 0 4px;
}

#player #titres h3 {
	font-weight: bold;
	font-size: 12px;
	color: #868889;
	margin: 2px 0 4px;
}

#player #titres a {
	font-size: 11px;
	color: white;
	margin-bottom: 5px;
	display: block;
}

#selector {
	width: 210px;
	height: 263px;
	margin: 0 5px 0 2px;
	background: none;
}
#selector ul {
	margin: 30px 15px 0;
	height: 205px;
	overflow: auto;
}
#selector li {
	height: 30px;
	padding: 2px 0 2px 5px;
	background-repeat: no-repeat;
	background-position: center left;
	line-height: 12px;
}

#selector a {
	font-size: 10px;
	color: white;
}
.right { float: right; }
.center { text-align: center; margin-bottom:6px; }
.left { float: left; }
.clear { float: none; clear: both; }

