﻿#page-dashboard {
    width: 100%;
    background-color: #000;
    margin: 0; 
    font-family: Arial, Helvetica, sans-serif; 
} 
#contenu {
    width: 100%;
    margin: 0 auto; 
}
#topbar {
    width: 100%;
    height: 36px;
    background: transparent url('../../_img/resultats/dashboard-header-bg.png') repeat-x 0 0;
}
#topbar #logo {
    float: left;
}
#topbar #close {
    float: right;
    display: block;
    height: 28px;
    line-height: 28px;
    margin: 4px 8px;
    padding-right: 20px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: transparent url('../../_img/resultats/dashboard-close.png') no-repeat 100% 50%;            
}
#header {
    width: 100%;
    height: 78px;
    margin-bottom: 10px;
    background: white url('../../_img/resultats/dashboard-header.jpg') no-repeat 0 0;
}
#header h1 {
    float: right;
    width: 350px;
    height: 35px;
    margin: 6px 8px 0 0;   
    text-indent: -9999px;
    background: transparent url('../../_img/resultats/dashboard-title.png') no-repeat 0 0;          
}
#header #socialBarContainer {
    float: right;
    clear: right;
    width: 300px;
    margin: 8px 12px 0 0;
}
#header #socialBarContainer div {
    float: right;
}
#header #socialBarContainer div div {
    float: left;
}
#colonne_gauche {
    float: left;
}
#colonne_droite {
    float: right;
    width: 638px;
}
#player {
    overflow: hidden;
}
#player #radioContainer {
    display: none;
}
#media_links {
    width: 100%; 
    height: 35px;
    background-color: #000;
}
#media_links a {
    display: block;
    line-height: 23px;
    text-align: center; 
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    width: 30%; 
    margin: 6px 0;
    background: transparent url('../../_img/resultats/dashboard-live-btn.png') repeat-x 0 100%;
}
#media_links .selected {
    background-position: 0 0;
}
#media_links #tvButton {
    float: left;
    margin-left: 19%;
}
#media_links #radioButton {
    float: right;
    margin-right: 19%;
}
#scribble_titre {
    width: 100%; 
    height: 34px; 
    line-height: 34px; 
    font-size: 20px; 
    color: #fff;
    position: relative;
    z-index: 9999;
    background: #444 url('../../../../_img/background/background-degrade-titre-bloc-gris.gif') repeat-x 0 0; 
}
#scribble_titre div {
    padding: 0 0 0 7px;            
}
#scribble_container {
    position:relative;
}
#scribble_container iframe {
    margin-top: -10px;
    position: relative;
}
#resultats {
    width: 100%; 
    margin-bottom: 10px;
    background-color: #c4c4c4;
}
#twitter_pub {
    width: 100%;
}
#twitter {
    float: left;
    margin-right: 10px;
}
#pub {
    float: left;
}
#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
}
#overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE6, IE7, and IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /* IE8 only */  
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#overlay-content {
    position: absolute;
    width: 500px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -275px;
    padding: 20px 0 28px 0;
    background-color: #eee;
    border: 3px solid #777;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
#overlay-content a {
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-decoration: underline;
}