@import url("lives.css");

/* Bloc Radio */

#radio {
    display: inline;
    float: left;
    margin: 0 0 50px 0;
    width: 520px;
}


/* Bloc Focus */

#focus {
    display: inline;
    float: right;
    margin: 0 0 50px 0;
    width: 320px;
}

#focus img.visuel {
    border: 10px solid #31302d;
    height: 300px;
    width: 300px;
}

#focus h3 {
    color: #e8eccb;
    font-family: futura-book, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -3px;
    margin: 5px 0;
}

#focus h3 .point {
    font-size: 10px;
	position: relative;
	top: -7px;
}

#studio {
	margin: -38px 0 0 -17px;
	position: absolute;
}


/* Bloc Lives */

#lives {
    display: inline;
    float: left;
    width: 520px;
}


/* Bloc News */

#news {
    display: inline;
    float: right;
    width: 320px;
}

#news .date {
    color: #fff;
    font-family: futura-bold, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 12px;
}

#news h3 {
    color: #939e8b;
    font-family: futura-bold, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 12px;
    text-transform: uppercase;
}

#news p {
    color: #e8eccb;
    font-size: 9px;
    margin: 5px 0;
}
