#plus{
	POSITION: absolute;
	WIDTH: 178px;
	HEIGHT: 100%;
	TOP: 150px;
	LEFT: 846px;
	background:white;
}

#plus.une{
	POSITION: absolute;
	WIDTH: 328px;
	HEIGHT: 100%;
	TOP: 568px;
	LEFT: 696px;
	background:white;
}

#plus .bloc{
	margin:8px;
	text-align:center;
	width: 150px;
	overflow-x:hidden;
}

#plus .bloc .titre{
	width: 150px;
	height:24px;
	padding-left:8px;
	text-align:left;
	background: url(../img/titre_comment.png) repeat-x left top;
	color:white;
	font-size:14px; 
}

#plus .bloc .content{
	width: 146px;
	height:145px;
	margin:2px;
	position:absolute;
}

#plus #connect{
position:absolute;
top:0px;
left:0px;
}

#plus input,#plus textarea{
width:142px;
}

#plus label,#plus a{
width:142px;
font-size:12px;
font-weight:bold;
}

#plus .bloc .photo,
#plus .bloc .pseudo
{
text-align:center;
}

#player_container{
	position:relative;
	left:1px;
	width:327px;
	height:180px;
	background: black url("../img/logo_radio.png") center top no-repeat;
	
}

#player_controls{
list-style-type:none;
}

#player_play,
#player_pause {
	display: block;
	position: absolute;
	left:12px;
	top:48px;
	width:60px;
	height:60px;
	float:left;
	cursor: pointer;
}
#player_play {
	background: url("../img/button_play.png") no-repeat;
}
#player_pause {
	background: url('../img/button_pause.png') no-repeat;
}
#player_stop {
	display: block;
	position: absolute;
	right:11px;
	top:48px;
	width:60px;
	height:60px;
	float:left;
	cursor: pointer;
	background: url('../img/button_stop.png') no-repeat;
}

#player_playlist_message {
	display: block;
	position: absolute;
	left:72px;
	top:48px;
	width:184px;
	height:60px;
	float:left;
	cursor: pointer;
	background: url('../img/panel_info.png') no-repeat;
}
#play_time{
	position: absolute;
	left:4px;
	bottom:2px;
	font-size:11px;
	color:rgb(58,71,85);
	text-shadow:1px rgb(39,35,42);
}
#total_time{
	position: absolute;
	right:4px;
	bottom:2px;
	font-size:11px;
	color:rgb(58,71,85);
	text-shadow:1px rgb(39,35,42);
}
#song_title{
	position: absolute;
	left:2px;
	top:2px;
	font-size:13px;
	color:rgb(29,35,42);
	text-shadow:1px rgb(15,17,21);
}

#player_progress{
/*background:url("images/volume_bar.gif") repeat-x scroll left top transparent;*/
cursor:pointer;
height:11px;
left:74px;
position:absolute;
top:80px;
width:176px;
z-index:10;
border:1px solid rgb(58,71,85);
}

#player_progress_play_bar{
height:11px;
background:rgb(58,71,85);
}

#ctrl_prev{
	position: absolute;
	left:12px;
	top:109px;
	background: url('../img/button_prev.png') no-repeat;
	width:60px;
	height:30px;
}

#ctrl_next{
	position: absolute;
	right:11px;
	top:109px;
	background: url('../img/button_next.png') no-repeat;
	width:60px;
	height:30px;
}

#player_volume_min{
	position: absolute;
	left:73px;
	top:109px;
	background: url('../img/button_mute.png') no-repeat;
	width:60px;
	height:30px;
}

#player_volume_up{
	position: absolute;
	left:195px;
	top:109px;
	background: url('../img/button_volume_up.png') no-repeat;
	width:60px;
	height:30px;
}

#player_volume_down{
	position: absolute;
	left:134px;
	top:109px;
	background: url('../img/button_volume_down.png') no-repeat;
	width:60px;
	height:30px;
}

#player_volume_bar_value{
	position: absolute;
	right:4px;
	top:22px;
	font-size:11px;
	color:rgb(58,71,85);
	text-shadow:1px rgb(39,35,42);
}

#movies{
position:relative;
left:1px;
LIST-STYLE-TYPE:none;
width:327px;
background:black url('../img/zapping.png') left top no-repeat;
padding-top:48px;
}

#movies li{
	height:160px;
	margin:10px;
}
#movies li label {
	color:white;
	font-size:14px;
	
}

#links{
position:relative;
left:1px;
LIST-STYLE-TYPE:none;
width:327px;
background:white url('../img/links.png') left top no-repeat;
padding-top:48px;
}

#links li{
	height:110px;
	width:162px;
	text-align:right;
	display:inline;
}

#links li a{
	text-decoration:none;
}

#links li label {
	color:black;
	font-size:14px;
}
