#webradio-header {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
#webradio-logo {
	text-indent: -999em;
	float: left;
	margin: 0 auto;
	display: block;
	width: 750px;
	height: 120px;
	margin-top: 5px;
	background: url(../img/logos/cime-webradio.png) no-repeat;
}
#webradio {
	text-align: center;
}
#webradio-options {
	text-align: center;
}
#webradio-options a {
	display: inline-block;
	padding: 5px 8px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	background: #bd2634;
}
#webradio-options a:hover {
	background: #434343;
}

#aide {
    background: none repeat scroll 0 0 #1A1A1A;
    border: 1px solid #1A1A1A;
    border-radius: 8px 8px 8px 8px;
    color: #F2F2F2;
    margin: 10px auto 0;
    padding: 16px;
    text-align: left;
    width: 400px;
}
#aide a {
    color: #E5E5E5;
    text-decoration: underline;
}
#aide a:hover {
    color: #CDCDCD;
    text-decoration: underline;
}
#aide img {
    float: left;
    margin-right: 4px;
}
#aide h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
#aide li {
    border-bottom: 1px dotted #5A5A5A;
    margin: 4px 0;
    padding: 4px 0;
}
#aide .youshould {
    color: #FF0000;
    padding: 5px 0 3px 20px;
}
#aide li ul li {
    border-bottom: 1px dotted #2A2A2A;
    margin: 2px 0 1px 10px;
    padding: 2px 0 1px 10px;
}
#aide #flashstatus, #aide #browserstatus {
    float: left;
}
#javascript-on {
    display: none;
}
#ie6 {
    display: none;
}
#flashversion {
    margin: 8px 0;
}
#browser {
    margin: 10px 0;
}
#browser #update {
    font-size: 11px;
}
#aide .stws {
    background: none repeat scroll 0 0 #2A2A2A;
    margin-top: 10px;
    padding: 10px;
}
