/* 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 {
	background-color: black;
	text-align: left;
	font-family: Arial, sans serif;
	scrollbar-face-color: #3F3F3F; 
}
#player_frame {
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
	height: 566px;
	color: white;
	margin: auto;
	padding-top:7px;
	text-align: left;
}
#picto {
	width: 152px;
	height: 148px;
	background-repeat: no-repeat;
	background-position: center top;
}
#hmr_dance #picto { background-image: url(img/picto/dance.png); }
#hmr_garraud #picto { background-image: url(img/picto/garraud.png); }
#hmr_hits #picto { background-image: url(img/picto/hits.png); }
#hmr_rock #picto { background-image: url(img/picto/rock.png); }
#hmr_metal #picto { background-image: url(img/picto/metal.png); }
#hmr_80s #picto { background-image: url(img/picto/80s.png); }
#hmr_90s #picto { background-image: url(img/picto/90s.png); }
#hmr_frenchy #picto { background-image: url(img/picto/frenchy.png); }
#hmr_funky #picto { background-image: url(img/picto/funky.png); }
#hmr_japan #picto { background-image: url(img/picto/japan.png); }
#hmr_vip #picto { background-image: url(img/picto/vip.png); }
#hmr_vip #picto { background-image: url(img/picto/vip.png); }
#hmr_hot #picto { background-image: url(img/picto/hot.png); }
#hmr_new #picto { background-image: url(img/picto/new.png); }
#hmr_sunny #picto { background-image: url(img/picto/sunny.png); }

#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 li.hmr_dance { background-image: url(img/picto/small/dance.gif); }
#selector li.hmr_hits { background-image: url(img/picto/small/hits.gif); }
#selector li.hmr_rock { background-image: url(img/picto/small/rock.gif); }
#selector li.hmr_metal { background-image: url(img/picto/small/metal.gif); }
#selector li.hmr_80s { background-image: url(img/picto/small/80s.gif); }
#selector li.hmr_90s { background-image: url(img/picto/small/90s.gif); }
#selector li.hmr_frenchy { background-image: url(img/picto/small/frenchy.gif); }
#selector li.hmr_funky { background-image: url(img/picto/small/funky.gif); }
#selector li.hmr_japan { background-image: url(img/picto/small/japan.gif); }
#selector li.hmr_vip { background-image: url(img/picto/small/vip.gif); }

#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; }
