#radio #central div{
	font-size:90%;
}

#radio #central div.jour{
	width:97px;
	float:left;
}

#radio #central .programme {
	border-top:1px solid black;
	border-right:1px solid #fff;
	overflow:hidden;
	margin:0;
	color:black;
	font-size:0.9em;
	cursor:pointer;
	cursor:hand;
	background-repeat:no-repeat;
	background-position:50% 0;

}
#radio #central div.heure {
	width:32px;
	height:29px;
	text-align:center;
	border-top:1px solid #666;
	overflow:hidden;
	color:#666;

}

#radio #central div.heure:hover {
	border-top:1px solid #444;
	color:#444;
	
}

#radio #central .title{
	height:28px;

}
#radio #central .jourhaut{
	background-image:url('/images/emissions/jourhaut.png');
	background-repeat:no-repeat;
	}
	#radio #central span.jour{
		font-weight:bold;
		padding-left:10px;
		padding-top:3px;
		color:#555;
		display:block;
		font-size:0.9em;
		overflow:hidden;
		
	}
	#radio #central span.date{
		text-align:right;
		color:#63747f;
		padding-right:5px;
		display:block;
	}
#radio #central .jourbas{
	background-image:url('/images/emissions/jourbas.png');
	background-repeat:no-repeat;
	padding-top:6px;
}


#radio #central #grille_haut {
	background-image:url('/recherche/images/haut.png');
	background-repeat:no-repeat;
	height:34px;
	font-size:0.9em;
	color:white;
	padding-left:30px;
	margin:-2px;
}
#radio #central #grille_page {
	background-image:url('/recherche/images/background.png');
	background-repeat:repeat-y;
	background-color:#0;
	padding-left:5px;
	height:800px;
	margin:-2px;
}
#radio #central #grille_bas{
	background-image:url('/recherche/images/bas.png');
	background-repeat:no-repeat;
	border:0;
	height:14px;
	clear:both;
	margin:-2px;
}

#radio #central .separateur {
	background-image:url('/recherche/images/separateur.png');
	background-repeat:no-repeat;
	margin:0;
	height:11px;
	overflow:hidden;
	margin:-2px;
}

#radio #central #semaine {
	height:100%;
	
	margin-left:5px;
	width:770px;
	float:left;
}


#radio #central .screen_image:hover {
	background-color:white;
	opacity: 0.30;	
	filter: alpha(opacity= 30);
	color:#000;

}


#radio #central .screen_image {
	display:block;
	color:white;
	margin:0;
	margin-left:-2px;
	text-align:center;
	padding:0;

}
#radio #central .hidden_text {
	text-indent: -100em;
}

#radio #central #programme_onair {
	background-color:#F00;
	opacity: 0.30;	
	filter: alpha(opacity= 30);
	color:yellow;
}


#radio #central .pendule
{
	float:left;
	width:32px;
}

