/* CSS Document */
BODY{
	margin:0;
	width:400px;
	background:url(images/player_fond.jpg) no-repeat 0 22px;
	font-family:arial;
	font-size:11pt;
	font-weight:bold;
	}

#onglets{
	height:18px;
	padding-top:3px;
	padding-right:5px;
	border-bottom:solid 1px #000;
	font-size:9pt;
	background-color:#EFEFEF;
	}
	
#onglets a{
	padding:1px 5px;
	display:block;
	float:right;
	margin-right:3px;
	border:solid 1px #999;
	border-bottom:0;
	background-color:#FFF;
	}
	
#onglets span{
	padding:1px 5px 2px 5px;
	margin-right:3px;
	display:block;
	float:right;
	background-color:#FFF;
	border:solid 1px #000;
	border-bottom:0;
	}
	
#onglets a:link		{ color:#999; text-decoration:none;}
#onglets a:active	{ color:#999; text-decoration:none;}
#onglets a:visited	{ color:#999; text-decoration:none;}
#onglets a:hover	{ color:#000; text-decoration:none;}

#text_defile{
	width:400px;
	height:60px;
	overflow:hidden;
	}
	
html>body #text_defile{
	height:30px;
	padding-top:20px;
	}

#text_defile marquee{
	padding-top:20px;
	height:15px;
	width:335px;
	}

#marquee{
	height:30px;
	margin-right:65px;
	overflow:hidden;
	white-space:nowrap;
	}

#defile_cont{
	margin:0 400px;
	display:none;
	}

html>body #defile_cont{
	display:inline;
	}

html>body #defile_cont2{
	display:none;
	}

#album{
	margin-top:15px;
	float:right;
	width:210px;
	height:128px;
	text-align:center;
	}
	
html>body #album{
	margin-top:25px;
	}

#titre_radio{
	margin-top:38px;
	width:186px;
	height:100px;
	text-align:center;
	}

html>body #titre_radio{
	margin-top:53px;
	width:190px;
	}

#player{
	width:198px;
	height:27px;
	text-align:center;
	overflow:hidden;
	}
	
#etat{
	float:right;
	margin-right:10px;
	color:#FFF;
	font-size:8pt;
	font-weight:normal;
	font-style:italic;
	line-height:18px;
	margin-top:3px;
	width:55px;
	text-align:left;
	overflow:hidden;
	}
	
#player a{
	width:27px;
	height:27px;
	display:block;
	float:left;
	margin:0 2px;
	}

#player a:hover{ background-position:0 -27px;
	
html>body #player{
	width:190px;
	}

#info_plus{
	margin-top:15px;
	width:400px;
	height:100px;
	}
	
#info_plus P{
	margin:3px 15px;
	font-size:9pt;
	font-weight:normal;
	text-align:left;
	} 


