body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #0b1119 url(../images/bg_vibration.jpg) top left no-repeat;
	background-position: 0 0 0 -205px;
	text-align: center;
	color: #4f6882;
}
* 
{
    scrollbar-base-color: #0F161E;
    scrollbar-arrow-color: #C5D2E8;
    scrollbar-3dlight-color: #170038;
    scrollbar-shadow-color: #090049;
    scrollbar-track-color: #0F161E;
}
#global {
	width: 980px;
	margin: 0 auto;
}

#content a img
{
    filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#content a:hover img
{
    filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
}

label 
{
	display : block;
	float : left;
	padding-right : 10px;
	width : 100px;
}

.highlight 
{
    background-color: #820101;
    border: 1px solid #400000;
}

.button {
      background: #0c121c url('../images/bg_button.jpg') repeat-x top;
      width: 100px;
      height: 22px;
      color: #58738f;
}

.picture 
{
    border: 2px solid #373f4b;
}

/* HEADER */
#header {
	margin-top: 43px;
	width: 954px;
	height: 128px;
	background: url(../images/bg_top.png) no-repeat;
	text-align: left;
	display: block;
}
#live {
	width: 229px;
	float: right;
	padding-top: 15px;
	padding-right: 47px;
}
#shortcut {
	width: 53px;
	float: right;
	padding-top: 20px;
	padding-right: 10px;
}
#logo {
	width: 337px;
	height: 93px;
	padding-top: 17px;
	margin-left: 15px;
	float: left;
}
/* MENU */
#menu {
	width: 100%;
	height: 75px;
	margin-top: 26px;
}
#menu #root {
	list-style: none;
	margin-top: 14px;
	width: 100%;
	font-size: 14px;
}
#menu #root li {
	display: inline;
	padding: 0 23px 0 23px;
}
#menu #root li a, #menu #root li a:link, #menu #root li a:visited {
	color: #93a2af;
	text-decoration: none;
	font-weight: bold;
}
#menu #root li a:hover {
	text-decoration: underline;
}
#menu #sub {
	list-style: none;
	margin-top: 8px;
	width: 100%;
	font-size: 12px;
}
#menu #sub li {
	display: inline;
	padding: 0 17px 0 17px;
}
#menu #sub li a, #menu #sub li a:link, #menu #sub li a:visited {
	color: #dfdcf1;
	text-decoration: none;
}
#menu #sub li a:hover {
	text-decoration: underline;
}
/* CONTENT */
#content {
	width: 100%;
	text-align: left;
	margin: 3px 0 10px 0;
}

#content a, #content a:link, #content a:visited {
	color: #9ca4c1;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}


#content #home_left {
	width: 628px;
	float: left;
}
#content #home_right {
	width: 348px;
	float: left;
	margin-left: 4px;
}
#content #onair_now {
	color: #c2b1e7;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 2px;
}
#content #onair_now .title {
	color: #ffffff;
}

#viblist { margin: 0; list-style: none; padding: 0; }

#viblist li { margin: 0; list-style: none; margin-top: 7px; }

/*CONTENT BOX LEFT*/
#content .box-left {
	width: 600px;
	background: #0e151f;
	margin-bottom: 15px;
	clear: both;
	padding: 6px;
}
#content .box-left #message_direct {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}

#event_box 
{
    padding: 0;
    width: 100%;
}

#event_box li 
{
    list-style: none;
    height: 120px;
    width: 100%;
    margin: 0;
}

#event_box li a 
{
    display: block;
}

#event_box li a img
{
    float: left;
    margin-right: 5px;
}

/*CONTENT BOX RIGHT*/
#content .box-right {
	width: 326px;
	height: 325px;
	background: url(../images/bg_box_right.png) no-repeat;
	margin-bottom: 15px;
}
#content .box-right h1 {
	color: #9cadc2;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	position: relative;
	top: 15px;
	left: 20px;
	margin: 0;
}
#content .box-right .texte {
	color: #9cadc2;
	width: 310px;
	position: relative;
	top: 36px;
	left: 9px;
	margin: 0;
}
#content .box-right #texte p {
	margin: 0;
}
a img {
	border: 0;
}
input, button, textarea {
	background-color: #0c121c;
	border: 1px solid #0f1824;
	font-weight: bold;
	color: #4f6882;
	font-size: 14px;
	height: 20px;
}
label {
	display: block;
	float: left;
	padding-right: 10px;
	width: 120px;
}
div.hr {
	height: 1px;
	background: #202a37 no-repeat scroll center;
}
div.hr hr {
	display: none;
}
/* FOOTER */
#footer {
	clear: both;
	width: 100%;
	height: 338px;
	background: #0b1119 url(../images/bg_footer.jpg) repeat-x;
}

#footer #nav 
{
    width: 980px;
    height: 204px;
    padding: 47px 0 0 0;
    overflow: hidden;
    margin: 0 auto;
}

#footer #nav a img
{
    filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#footer #nav a:hover img
{
    filter:alpha(opacity=100);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#footer #nav ul 
{
    width: 285px;
    height: 243px;
    list-style: none;
    text-align: left;
    float: left;
}

#footer #nav ul li 
{
    margin-top: 7px;
}

#footer #nav ul li a
{
    text-decoration: none;
}

#footer #nav ul li a:hover
{
    text-decoration: none;
    font-weight: bold;
}

#footer #copyright 
{
    width: 100%;
    height: 90px;    
    clear: both;
}

#footer #copyright p 
{
    padding-top: 24px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #4f6882;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

#footer #imgSitemap 
{
    width: 196px;
    height: 23px;
    position: absolute;
    margin-left: 259px;
    margin-top: 17px;
}

/*HOME*/
.home_promo 
{
    width: 100%;
    display: block;
}

#home_left #pub 
{
    width: 613px;
    height: 350px;
    background: #171d25 url(images/bg_pub.jpg) no-repeat;
    overflow: hidden;
}

#mainHighlight
{
    clear: both;
    text-align: center;
    width: 608px;
    height: 322px;
    padding: 3px 0 0 3px;
    overflow: hidden;
}
	
#promobox_bottom
{
    clear: both;
    width: 960px;
    height: 139px;
    padding: 0px 0px 0px 3px;
}

/* BOX COINS ARRONDIS */
.home_box_content_left 
{
    width: 313px;
    float: left;
}

.home_box_content_right 
{
    width: 313px;
    float: left;
}

.box_arrondi
{
    margin: 7px 0 10px 0;
    border: 0px solid #171d25;
    width: 280px;
    padding: 10px;
    text-align: left;
    background: url(../images/bg_box.jpg);
    float: left;
    display: block;
}

.box_arrondi a img 
{
    border: 3px solid #0d131b;
}

.box_content
{
    margin: 0 auto;
    border: 0px solid #171d25;
    width: 560px;
    padding: 10px;
    text-align: left;
    background-color: #171d25;
    float: left;
}

.box_content_big
{
    margin: 0 auto;
    border: 0px solid #171d25;
    width: 950px;
    padding: 10px;
    text-align: left;
    background-color: #171d25;
    float: left;
    filter:alpha(opacity=95);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}

.viblist 
{
	width: 953px;
	height: 83px;
	display: block;
	background: url(../images/bg_viblist_list.png) no-repeat;
}

.viblist .numero 
{
	margin-top: 13px;
	font-size: 50px;
	font-family: Arial;
	font-weight: bold;
	color: #353351;
	width: 71px;
	text-align: center;
	margin-left: 4px;
	float: left;
}

.viblist .pochette 
{
	margin-top: 13px;
	width: 60px;
	height: 60px;
	margin-left: 15px;
	float: left;
}

.viblist .titre 
{
	margin-top: 13px;
	width: 540px;
	height: 60px;
	margin-left: 15px;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	float: left;
}

.viblist .player
{
	padding-top: 33px;
	width: 220px;
	height: 60px;
	margin-left: 735px;
}

.viblist .titre b
{
	color: #d8d1e2;
}

/* Playlist */
ul.playlist {
	margin: 0;
	padding: 0;
}

ul.playlist li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 36px;
	width: 100%;
	background: url(../images/bg_playlist.jpg) repeat-x;
	font-size: 13px;
	font-family: Arial;
}

ul.playlist .artiste {
	color: #c2b1e7;
	font-weight: bold;
}

ul.playlist .titre {
	color: #ffffff;
}