.tipsy { padding: 5px; font-size: 10px; opacity: 0.9; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url('/images/tipsy2.gif'); font-weight:bold; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #EAB2D4; color: black; font-size:12px; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

*  {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}


body {
	padding:0; 
	margin:0;
	background-color:#000;
	color:#FFF;
	font-family:arial, verdana;
}

div#centrage {
	width: 100%;
	padding:0; 
	margin:0;	
}

div#player {
	display:block;
	left:50%;
	margin-left:-405px;
	margin-top:-305px;
	overflow:hidden;
	position:absolute;
	top:50%;	
	width:810px;
	height:610px;
}

div#left {
	width:450px;
	float:left;
	height:505px;
}

div#logo {
	height:150px;
	width:450px;
	line-height: 0;
	font-size: 0;
}

div#logo a{
	height:150px;
	width:450px;
	display: block;
}

div#logo img{
	border:0;
	height:150px;
	width:450px;
}

div#player #current_song {
	float:left;
	height:110px;
	overflow: hidden;
}

div#player #current_song .cover {
	width:110px;
	height:90px;
	padding-left:52px;
	margin-top:8px;
	float:left;
}

div#player #current_song .cover img{
	width:110px;
	height:90px;
}

div#player #current_song .infos{
	float:left;
	padding-left:13px;
	margin-top :6px;
	width: 274px;
	height:57px;
}

div#player #current_song .infos h2{
	float:left;
	margin:0;
	padding:0;
	text-align: center;
	width: 274px;
	font-size: 15px;
	font-weight: bold;
	height:17px;
	overflow: hidden;
}

div#player #current_song .infos h2 a{
	text-decoration: none;
	color:#fff;
}

div#player #current_song .infos h2 a:hover{
	text-decoration: underline;
}

div#player #current_song .infos h3{
	float:left;
	margin:0;
	padding:0;
	text-align: center;
	width: 274px;
	font-size: 12px;
	font-weight: normal;
	height:20px;
	overflow: hidden;
}

div#player #current_song .infos h3 a{
	text-decoration: none;
	color:#fff;
}

div#player #current_song .infos h3 a:hover{
	text-decoration: underline;
}

div#player #current_song .infos .links{
	font-size: 9px;
	float:left;
}

div#player #current_song .infos .links ul{
	margin:0;
	padding:0;
	text-align: center;
	width: 274px;
}

div#player #current_song .infos .links li{
	list-style: none;
	display: inline;
	list-style-position: inside;
	color:#fff;
}

div#player #current_song .infos .links li a{
	text-decoration: none;
}

div#player #current_song .infos .links li a:hover{
	text-decoration: underline;
}

div#player #current_song .infos .links li.ficheartiste a{
	color:#009ee0;
}

div#player #current_song .infos .links li.itunes a{
	color:#ff009e;
}

div#player #current_song .infos .links li.fnac a{
	color:#ffb400;
}




div#player #mediaplayer{
	width:275px;
	height:46px;
	float:left;
	margin-left:13px;
}

div#player #mediaplayer #EmbeddedPlayer{
	width:275px;
	height:46px;
	overflow: hidden;
	float:left;
}


div#player #previous_songs{
	float:left;
	width:408px;
	padding-top:40px;
	padding-left:41px;
	height:200px;
	overflow: hidden;
}

div#player #previous_songs ul{
	margin:0;
	padding:0;	
	float:left;
}

div#player #previous_songs li.title{
	float:left;
	list-style: none;	
	display: block;
	color:#fff;
	width:408px;
	overflow: hidden;
}

div#player #previous_songs .diff_hour{	
	margin:0;
	padding:0;
	float:left;
	width:55px;
	height:41px;
	font-size: 14px;
	font-weight: normal;
	padding-top:4px;
	text-align: center;	
}

div#player #previous_songs .diff_artiste{	
	font-size: 14px;
	font-weight: bold;
	float:left;
	width:223px;
	padding-top:4px;
}

div#player #previous_songs .diff_title{		
	font-size: 12px;
	font-weight: normal;
	float:left;
	width:223px;
}

div#player #previous_songs .diff_links{	
	font-size: 9px;
	font-weight: normal;
	width:70px;
	float:right;
	text-align: center;
	padding-top:4px;
}

div#player #previous_songs .diff_links li{
	list-style: none;
	display: inline;
	list-style-position: inside;
	color:#fff;
}

div#player #previous_songs .diff_links li a{
	text-decoration: none;
}

div#player #previous_songs .diff_links li a:hover{
	text-decoration: underline;
}





div#player #previous_songs .diff_links li.ficheartiste a{
	color:#009ee0;
}

div#player #previous_songs .diff_links li.itunes a{
	color:#ff009e;
}

div#player #previous_songs .diff_links li.fnac a{
	color:#ffb400;
}



div#radios_switch {
	float:left;
	width:810px;
	height:105px;
}

div#radios_switch ul{
	margin: 0;
	padding: 0;
}

div#radios_switch li{
	float:left;
	list-style: none;
	list-style-position: inside;
	color:#fff;
	width:270px;
	height:105px;
}

div#radios_switch li a{
	color:#fff;
	display: block;
	padding-left:126px;
	padding-top:58px;
	width:144px;
	height:47px;
	overflow: hidden;
	text-decoration: none;
}

div#radios_switch li a:hover{
	text-decoration: underline;
}

div#radios_switch .currArtist{
	font-size: 12px;
	font-weight: bold;
	height:15px;
	overflow:hidden;
}

div#radios_switch .currTitle{
	font-size: 10px;
	font-weight: normal;
	height:15px;
	overflow:hidden;
}

div#radios_switch li.selected{	
	display: none;
}

div#right {
	width:340px;
	float:right;
	height:465px;
	padding-left:20px;
	padding-top:21px;
}

div#right .barre{
	width:319px;
	height:29px;
	padding-left:18px;
}

div#right .barre ul{
	margin:0;
	padding:0;
}

div#right .barre li{
	list-style: none;
	display: inline;
}

div#right .barre a{
	float:left;
	display: block;
	background: url("../images/btn_sprite.jpg");
	height:29px;
	text-indent: -5000px;
}

div#right .barre .frequences a{
	width:80px;
}

div#right .barre .programmes a{
	width:84px;
	background-position: -80px 0;
}

div#right .barre .titres a{
	width:93px;
	background-position: -164px 0;
}

div#right .barre .blog a{
	width:44px;
	background-position: -257px 0;
}



div#right .barre .frequences a:hover{
	width:80px;
	background-position: 0 -29px;
}

div#right .barre .programmes a:hover{
	width:84px;
	background-position: -80px -29px;
}

div#right .barre .titres a:hover{
	width:93px;
	background-position: -164px -29px;
}

div#right .barre .blog a:hover{
	width:44px;
	background-position: -257px -29px;
}




div#right .news{
	/* height:176px; */
	background: url("../images/une.jpg");
	height:87px;
	padding:23px 0 0 23px;
	width:277px;
}

div#right .news{
	/* height:176px; */
	height:64px;
	padding:22px 0 0 18px;
	width:282px;
	margin-top:10px;
}

div#right .news a{
	font-size: 12px;
	overflow: hidden;
	display: block;
	width:280px;
	height:15px;
	text-decoration: none;
	color: #fff;
}

div#right .news a:hover{
	text-decoration: underline;
}

div#right .jeux_bloc {
	float:left;	
	margin-top:10px;
	height: 69px;
	width: 300px;
}

div#right .jeux {
	width:300px;
	/* height:176px; */
	float:left;	
}
div#right .jeux_nav {
	width:300px;
	float:left;
	height:20px;
}
div#right .jeux_nav div.jn_prev {
	float:left;
}
div#right .jeux_nav div.jn_next {
	float:left;	
}
div#right .jeux_nav div.jn_prev a,div.jn_next a {
	float:left;
	padding:0 5px;
	color:#FFF;
	text-decoration:none;
	height:20px;
}
div#right .jeux .jeu {
	width:295px;
	height:49px;
	padding-right:5px;
	float:left;
	overflow: hidden;
}

div#right .jeux .jeu img{
	border:0;
	float:left;
	padding:5px;
	width:38px;
}

div#right .jeux .jeu .text_content .titre h2{
	padding:0;
	font-size:12px;
	margin:0;
	padding:3px 0 0;
}

div#right .jeux .jeu .text_content .titre h2 a{
	color: #fff;
	text-decoration: none;
}

div#right .jeux .jeu .text_content .texte {
	font-size: 10px;
}

div#right .jeux .jeu .text_content .texte a{
	color: #fff;
	text-decoration: none;
}

div#right .jeux .jeu .text_content .texte a:hover{
	text-decoration:underline;
}

div#right .jeux .jeu .text_content .texte p{
	padding:0;
	margin:0;
}


div#right .pub{
	margin-top:10px;
	width:300px;
	height:250px;
	float:left;
}

div#right .pub img{
	border: 0;
}

.hide  {
	display: none;
}


.pbEcoute {
	color:#FFFFFF;
	font-size:12px;
	left:0;
	position:absolute;
	text-align:right;
	top:0;
	width:790px;
}

.pbEcoute a{
	color:#999;
	text-decoration: none;
}

.pbEcoute a:hover{
	color:#fff;
	text-decoration: none;
}
