@import url("audioPlayer.css?cKey=1");
@import url("../rts/addthis.css?cKey=1");

/************************************************************
                    Reset for external use
*************************************************************/

#rts-inner-header {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    font-family: Verdana,Arial,Helvetica,sans-serif;
	display: block;
}

#rts-inner-header * {
    margin: 0px;
    padding: 0px;
}

#rts-inner-header a {
    text-decoration:none;
    color:#000;
    cursor:pointer;
}

#rts-inner-header a * {
    cursor:pointer;
}

#rts-inner-header a:hover {
    text-decoration: none;
} 

#rts-inner-header li {
    list-style: none outside none;
}

#rts-inner-header .h1title {
    background-attachment: fixed; /* CMS-9084 */
}

#rts-inner-header .content {
    width: auto;
}

/* Sport 4 fun */
#rts-inner-header h3 {
    line-height: normal;
}

#rts-inner-header.sport {
    text-indent: 0;
    border: 0 none;
}

#rts-inner-header.sport a {
    display: inline;
    height: auto;
    width: auto;
}

#rts-inner-header.sport a:hover {
    opacity: 1;
}

#rts-inner-header .tab {
    border:0 none;
}

#rts-inner-header .tab a {
    border: 0 none;
    background: none;
    font-size: 1em;
    line-height: normal;
}

#rts-inner-header .tooltip {
    color: #666;
    border-radius: 0;
    font-size: 1em; 
    line-height: normal;   
    background: #FFF;
}

#rts-inner-header .banner-broadcast h3, 
#rts-inner-header .banner-broadcast .rts-text-fill {
    font-family: Verdana;
}

#rts-inner-header .header-blocs .banner-broadcast .broadcast .up .schedule {
   padding-top:0; 
}

#rts-inner-header .header-blocs .banner-broadcast .broadcast .up .schedule .time {
   height: 25px;
}




/************************************************************
                    SCROLLERS
*************************************************************/
#rts-inner-header .scroller {
    width:100%;
    position:relative;
    overflow:hidden;
}

#rts-inner-header .live .tooltip {
    color: #FFF;
}

#rts-inner-header .scroller .scroll {
    position:relative;
    display:block;
    overflow:hidden;
    margin:0 auto;
}

#rts-inner-header .scroller .scroll-move {
    display:block;
    position:relative;
    overflow:hidden;
    width:10000px;
    height: 59px;
}

#rts-inner-header .scroller .scroll-move li {
    display:inline;
}

#rts-inner-header .scroller li a {
    float:left;
    display:inline;
    overflow:hidden;
    width:120px;
    height:100px;
    margin:0 4px 0 0;
}

#rts-inner-header .scroller a.arrow {
    position:relative;
    display:inline;
    /*overflow:hidden;*/
    cursor:pointer;
    margin:0;
    outline:none;
    height:1%;
}

/*
#rts-inner-header .scroller a.arrow {
    opacity:0.6;
}
#rts-inner-header .scroller a.arrow:hover {
    opacity:1;
}
*/

#rts-inner-header .scroller a.arrow span {
    display:block;
    width:20px;
    height:20px;
    background:center center no-repeat;
    font-size:0;
}

#rts-inner-header .scroller .left {
    float:left;
    display:inline;
}

#rts-inner-header .scroller .right {
    float:right;
    display:inline;
}

#rts-inner-header .scroller br.clear {
    display:block;
    clear:both;
    height:0;
    font-size:0;
    overflow:hidden;
}

#rts-inner-header .scroller a.video,
#rts-inner-header .scroller a.audio {
    padding:0;
    background:none;
}


/************************************************************
                    Default arrows
*************************************************************/

#rts-inner-header .scroller .arrow span.rts-default {
    width:28px;
    height:28px;
    overflow:hidden;
}
#rts-inner-header .scroller .arrow.left span.rts-default {
    background-position: -99px -135px;
}
#rts-inner-header .scroller .arrow.right span.rts-default {
    background-position: -66px -135px;
}

#rts-inner-header .scroller .left .rts-default {
    background-image:url(/img/general/pictos-rts.png);
}

#rts-inner-header .scroller .right .rts-default {
    background-image:url(/img/general/pictos-rts.png);
}




#rts-inner-header .scroller .arrow span.big-red {
    width:46px;
}

#rts-inner-header .scroller .left .big-red {
    background-image:url(/img/libs/scroller/big-red-left.gif);
}

#rts-inner-header .scroller .right .big-red {
    background-image:url(/img/libs/scroller/big-red-right.gif);
}

#rts-inner-header .scroller .left .default {
    background-image:url(/img/libs/scroller/default-left.gif);
}

#rts-inner-header .scroller .right .default {
    background-image:url(/img/libs/scroller/default-right.gif);
}

#rts-inner-header .scroller .arrow span.medium-red {
    width:32px;
}

#rts-inner-header .scroller .left .medium-red {
    background-image:url(/img/libs/scroller/medium-red-left.gif);
}

#rts-inner-header .scroller .right .medium-red {
    background-image:url(/img/libs/scroller/medium-red-right.gif);
}

#rts-inner-header .scroller .left .medium-white {
    background-image:url(/img/libs/scroller/medium-white-left.gif);
}

#rts-inner-header .scroller .right .medium-white {
    background-image:url(/img/libs/scroller/medium-white-left.gif);
}

#rts-inner-header .scroller .left .small-darkgrey {
    background-image:url(/img/libs/scroller/small-darkgrey-left.gif);
}

#rts-inner-header .scroller .right .small-darkgrey {
    background-image:url(/img/libs/scroller/small-darkgrey-left.gif);
}

#rts-inner-header .scroller .left .small-green {
    background-image:url(/img/libs/scroller/small-green-left.gif);
}

#rts-inner-header .scroller .right .small-green {
    background-image:url(/img/libs/scroller/small-green-left.gif);
}

#rts-inner-header .scroller .arrow span.small-red {
    width:26px;
}

#rts-inner-header .scroller .left .small-red {
    background-image:url(/img/libs/scroller/small-red-left.gif);
}

#rts-inner-header .scroller .right .small-red {
    background-image:url(/img/libs/scroller/small-red-right.gif);
}

#rts-inner-header .scroller .left .sport-rts {
    background-image:url(/img/libs/scroller/sport-rts-left.gif);
}
#rts-inner-header .scroller .right .sport-rts {
    background-image:url(/img/libs/scroller/sport-rts-right.gif);
}

#rts-inner-header .scroller a.disable span {
    /*background-image:none;*/
    opacity:0.2;
    cursor:default;
}

/*
#rts-inner-header .scroller a.disable:hover {
    opacity:1;
}
*/

/************************************************************
                    Normal css
*************************************************************/

#rts-inner-header #inner-nav {
    display: block;
    height: 20px;
    margin: 0;
    position: relative;
    color:red;
    font-family:Arial;
    margin:10px 0 10px 0;
    color:#6d6d6d;
    font-size:12px;
    border-bottom: 1px solid #BFBFBF;
    width:100%;
    padding:0 0 2px;
    z-index:130;
}

#rts-inner-header #inner-nav .submenu-right {
    float:right;
}

/*#rts-inner-header #inner-nav .submenu-left {
    float:left;
}*/

#rts-inner-header #inner-nav  ul li.submenu-section-global {
    display: block;
    float: left;
    position: relative;
}

#rts-inner-header #inner-nav .submenu-section-wrap {
    background: #fff;
    display: none;
    min-height: 60px;
    width: 100%;
    z-index:150;
    position:absolute;
    float: left;
    margin-left:-2px;
    padding-bottom: 10px;
    top:22px;
    border: 1px solid #af001e;
    font-size: 13px;
    box-shadow: inset 0px 0px 0px #000, 0px 3px 3px rgba(0,0,0,0.2);
    clear:both;
}

#rts-inner-header #inner-nav .submenu-section-title {
    font-size:15px;
    font-weight:bold;
    color:#af001e;
    background: url("/img/rts/navigation/submenu-separator.gif") no-repeat scroll right center transparent;
    padding-left: 10px;
    padding-right:10px;
    padding-top:2px;
    padding-bottom:2px;
    float:left;
}

#rts-inner-header #inner-nav .last .submenu-section-title {
    background:none;
}
#rts-inner-header #inner-nav span.submenu-section-title {
	cursor:pointer;
}
#rts-inner-header #inner-nav .submenu-section-title:hover,
#rts-inner-header #inner-nav .submenu-section-title.act {
    background:none repeat scroll #af001e;
    margin-left:-2px;
    padding-left:12px;
    color:#FFF;
    float:left;
    height: 18px;
}

#rts-inner-header #inner-nav .submenu-section-global.first .submenu-section-title:hover,
#rts-inner-header #inner-nav .submenu-section-global.first .submenu-section-title.act {
    background:none repeat scroll #af001e;
    margin-left:0px;
    padding-left:10px;
    color:#FFF;
}

#rts-inner-header #inner-nav .submenu-section-global.first .submenu-section-wrap {
    margin-left:0px;
}

#rts-inner-header #inner-nav .currentpage-ancestor {
    color:#000;
}

#rts-inner-header #inner-nav .submenu-section-part {
    float: left;
    width:197px;
    border-right:dotted 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    color:#999999;
    min-height:120px;
}

#rts-inner-header #inner-nav .submenu-section-part-top-title span {
    margin-left:8px;
}
#rts-inner-header #inner-nav .submenu-section-part.last {
    border:none;
}

#rts-inner-header #inner-nav .submenu-section-part-top-title {
    font-weight:bold;
    margin-bottom:10px;
    color: #333333;
}

#rts-inner-header #inner-nav .submenu-section-part-top-title span {
    background: url("/img/general/pictos-rts.png") no-repeat scroll -288px -58px transparent;
    height: 15px;
    width: 18px;
    float:left;
}

#rts-inner-header #inner-nav .submenu-section-part-top-title a:hover span {
    background: url("/img/general/pictos-rts.png") no-repeat scroll -288px -10px transparent;
}

#rts-inner-header #inner-nav .submenu-section-part-top-links {
    min-height:80px;
}


#rts-inner-header #inner-nav .submenu-section-part-top-links a,
#rts-inner-header #inner-nav .submenu-section-part-bottom-link a {
    color:#6d6d6d;
    display:block;
    padding:4px 3px 0px 8px;
}

#rts-inner-header #inner-nav .submenu-section-part-bottom-link a {
    padding:0;
}

#rts-inner-header #inner-nav .submenu-section-part-top-links a:hover,
#rts-inner-header #inner-nav .submenu-section-part-bottom-link a:hover {
    background-color:#E5E5E5;
}

#rts-inner-header #inner-nav .submenu-section-part-bottom-link {
    margin-top:20px;
}

#rts-inner-header #inner-nav .submenu-section-part-bottom-link a {
    padding-right:10px;
}

#rts-inner-header #inner-nav .submenu-section-part-bottom-link span {
    background: url("/img/general/pictos-rts.png") no-repeat scroll -437px -57px transparent;
    height: 25px;
    width: 18px;
    float:left;
}

#rts-inner-header #inner-nav .submenu-section-part-bottom-link a:hover span {
    background: url("/img/general/pictos-rts.png") no-repeat scroll -437px -9px transparent;
}



#rts-inner-header .header-blocs {
    font-size: 12px;
    overflow: hidden;
}

#rts-inner-header .header-blocs div.h1title {
    display: block;
    float: left;
    color: #AF001E;
    font-size: 3.5em;
    margin: 30px 0 0 0;
    font-weight: bold;
}

.radio #rts-inner-header .header-blocs div.h1title,
.operations-speciales #rts-inner-header.radio .header-blocs div.h1title {
    margin: 45px 0 0;
}

.tv #rts-inner-header .header-blocs div.h1title {
    margin: 36px 0 0 11px;
}


#rts-inner-header .header-blocs div.h1title a {
    color: #AF001E;
    display:block;
    
}

#rts-inner-header .header-blocs div.h1title a img {
    display:block;
    border:none;
}

#rts-inner-header .header-blocs .header-teaser {
    float: right;
}

#rts-inner-header .header-blocs .header-teaser .teaser-image {
    margin: 0;
}

/* Info specifics */
#rts-inner-header.info .header-blocs .bloc-video-audio {
    float:left;
    display:inline;
    width:307px;
    height:101px;
    border:#cccccc 1px solid;
    overflow: hidden;
}
#rts-inner-header.info .header-blocs .bloc-video-audio .videos {
    float:left;
    display:inline;
    width:153px;
    height:22px;
    position:relative;
}
#rts-inner-header.info .header-blocs .bloc-video-audio .videos .picto {
    background:transparent url("/img/general/pictos-rts.png") no-repeat -112px -35px;
    width:18px;
    height:12px;    
    float:left;
    display:inline;
    margin: 5px 0 0 14px;
}
#rts-inner-header.info .header-blocs .bloc-video-audio .videos span, 
#rts-inner-header.info .header-blocs .bloc-video-audio .audios span {
    float:left;
    display:inline;
    margin:3px 0 0 4px;
    color:#000;
    font-weight:bold;
    font-size:11px;
    width:100px;
}
#rts-inner-header.info .header-blocs .bloc-video-audio .audios {
    background:transparent url("/img/general/pictos-rts.png") no-repeat 112px 35px;
    float:left;
    display:inline;
    width:150px;
    height:22px;
}
#rts-inner-header.info .header-blocs .bloc-video-audio .audios .picto {
    background:transparent url("/img/general/pictos-rts.png") no-repeat -417px -35px;
    width:18px;
    height:12px;    
    float:left;
    display:inline;
    margin: 5px 0 0 14px;
}
#rts-inner-header.info .header-blocs .bloc-video-audio .titre {
    height:22px;
    border-bottom:#cccccc 1px solid;
    background:#fff url("/img/info/header/background-bloc.png") repeat-x top left;
}
#rts-inner-header.info .header-blocs .liste .videos {
    width: 153px;
    float:left;
    display:inline;
    height:75px;
    overflow:hidden;
}
#rts-inner-header.info .header-blocs .liste .audios-liste {
    width: 142px;
    float:left;
    display:inline;
    height:70px;
    overflow:hidden;
}

#rts-inner-header.info .header-blocs .liste ul {
    margin:3px 0 2px 14px;   
}

#rts-inner-header.info .header-blocs .liste ul li {
    color:#af001e;   
    font-weight:bold;
    font-size: 11px;
    height: 15px;
    overflow: hidden; 
    line-height:10px;   
}
#rts-inner-header.info .header-blocs .liste ul li a {
    color:#af001e;   
    display:block;
    height:16px;
}
#rts-inner-header.info .header-blocs .liste ul li a:hover {
    color:#000;
} 

#rts-inner-header.info .header-blocs .liste ul li.fleche-rouge  {
    position:absolute;
    top:57px;
}

#rts-inner-header.info .header-blocs .liste ul li.fleche-rouge a div.fleche {
    float:left;
    display:inline;
    width:8px;
    height:8px;
    background:transparent url("/img/general/pictos-rts.png") no-repeat -598px -61px;
    margin-top: 4px;
}

#rts-inner-header.info .header-blocs .liste ul li.fleche-rouge a:hover div.fleche {
    background:transparent url("/img/general/pictos-rts.png") no-repeat -598px -13px;
}

#rts-inner-header.info .header-blocs .liste ul li.fleche-rouge a div.link {
    display: inline;
    float: left;
    height: 16px;
    width: 123px;
    margin-left:5px;   
}

#rts-inner-header.info .header-blocs .liste ul li.fleche-rouge a {

}

#rts-inner-header.info .header-blocs div.h1title {
    width:382px;
}

#rts-inner-header.info .header-blocs .liste .audio {
    width: 158px;
    float:left;
    display:inline;
    height:70px;
}
#rts-inner-header.info .header-blocs .meteo-visu {
    float:right;
    display:inline;
    width:251px;
    height: 101px;    
    border: 1px solid #CCCCCC;
    overflow:hidden;
}
#rts-inner-header.info .header-blocs .marge-header-block {
    /*margin-left:16px;   */
}

#rts-inner-header.info .header-blocs .meteo-visu .titre {
    height:19px;
    border-bottom:#cccccc 1px solid;
    background:#fff url("/img/info/header/background-bloc.png") repeat-x top left;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 0 0 12px;
}
#rts-inner-header.info .header-blocs .meteo-visu a {
    width:320px;
    height: 77px;
    margin: 6px 0 0;
    padding: 0;
}  
#rts-inner-header.info .header-blocs .meteo-visu a:hover {
    opacity:0.7;
}
#rts-inner-header.info .header-blocs .meteo-visu .teaser>ul>li{
    display:inline-block;
    overflow: hidden;
    position: absolute !important;
}
#rts-inner-header.info .header-blocs .meteo-visu .teaser>ul>li>ul{
    margin:-1px 0 0 1px;
}
#rts-inner-header.info .header-blocs .meteo-visu .teaser li ul li {
    overflow:hidden !important;
    float:left !important;
    height:76px;
    width:48px;
    border-right:2px solid white;
}

#rts-inner-header.info .header-blocs .meteo-visu .teaser li ul li img {
    position:relative !important;
}
#rts-inner-header.info .header-blocs .meteo-visu .teaser .day-1 img{
    right:69px;
}
#rts-inner-header.info .header-blocs .meteo-visu .teaser .day-2 img {
    right:119px;
}
#rts-inner-header.info .header-blocs .meteo-visu .teaser .day-3 img{
    right:170px;
}
#rts-inner-header.info .header-blocs .meteo-visu .teaser .day-4 img{
    right:220px;
}
#rts-inner-header.info .header-blocs .meteo-visu .teaser .day-5 img{
    right:270px;
}

/* Sport specifics */
#rts-inner-header.sport .header-blocs div.h1title {
    width: 230px;
}

#rts-inner-header.sport .header-blocs .blocks {
    display: block;
    float: left;
}
#rts-inner-header.sport .header-blocs .banner-broadcast {
    height: 92px;
    width: 726px;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .arrow span{
    height: 59px;
}

#rts-inner-header.sport .header-blocs .banner-broadcast .tooltip {
    display: none;
    position: absolute;
    top: 2px;
    left: 2px;
    height: 46px;
    width: 197px;
    padding: 3px;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .nolive .tooltip {
    background: white;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .live .tooltip {
    background: #AF001E;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .header {
    height: 21px;
    position: relative;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .tab {
    float: left;
    height: 21px;
    overflow: hidden;
    text-transform:uppercase;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .tab.big {
    font-size: 11px;
    left: 0;
    position: absolute;
    top: 0;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .tab.big .top {
    background: url("/img/rts/tsr-sport-hp/banner-broadcast-top.png") no-repeat scroll 0 0 transparent;
    height: 5px;
    width: 110px;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .tab.small {
    background: url("/img/rts/tsr-sport-hp/banner-broadcast-top-small.png") no-repeat scroll 3px bottom transparent;
    border-bottom: 1px solid #CFCFCF;
    font-size: 10px;
    left: 109px;
    position: absolute;
    top: 0;
    width: 616px;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .tab.small .top {
    left: 17px;
    position: absolute;
    top: 7px;
    width: 599px;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .tab.small .top a {
    float: left;
    display: block;
    position: relative;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .tab.small .top a:hover {
    color: #AF001E;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .tab.small .top #tickers {
    height: 15px;
    position: relative;
    margin-left: 19px;
    width: 533px;
    float:left;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .tab.small .top #tickers a.marker {
    background: url("/img/rts/tsr-sport-hp/banner-broadcast-bg-chrono.png") no-repeat transparent;
    width: 49px;
    height: 15px;
    color: white;
    padding-left: 3px;
    padding-top: 2px;
    float: left;
    display: block;
    font-size: 9px;
    font-family: arial;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .tab.small .top #tickers div.slideticker {
    width: 481px;
    float: left;
    border: none;
    height: 11px;
    padding-top: 1px;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .tab.small .top #tickers div.slideticker a {
    line-height: 1em;
    margin-right: 5px;
    text-transform: none;
    width: 478px;
    height: 12px;
}

#rts-inner-header.sport .header-blocs .banner-broadcast .tab.small .top #tickers div.slideticker a .text {
    display: block;
    overflow: hidden;
    font-size: 8.5px;
    height: 11px;
}

#rts-inner-header.sport .header-blocs .banner-broadcast .tab.big .bottom {
    background: url("/img/rts/tsr-sport-hp/banner-broadcast-bg-tab.png") repeat-x scroll left bottom transparent;
    height: 16px;
    font-weight: normal;
    font-size: 11px;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .tab .bottom {
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    text-align: center;
    width: 108px;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .content {
    background: url("/img/rts/tsr-sport-hp/banner-broadcast-bg-bottom02.png") repeat-x scroll left bottom transparent;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    height: 65px;
    padding-top: 5px;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .broadcast {
    height: 59px;
    overflow: hidden;
    width: 209px;
    position: relative;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .content .sport-rts{
    width: 40px;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .broadcast.nolive {
    background: url("/img/rts/tsr-sport-hp/banner-broadcast-bg-nolive.png") no-repeat scroll 0 0 transparent;
    color: #666666;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .broadcast.live {
    background: url("/img/rts/tsr-sport-hp/banner-broadcast-bg-live.png") no-repeat scroll 0 0 transparent;
    color: white;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .broadcast .icon{
	position:absolute;
	width:28px;
	height:28px;
	background:url(/img/sport/header-program-play.png) top left no-repeat;
	margin: 27px 0 0 177px;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .broadcast .up,
#rts-inner-header.sport .header-blocs .banner-broadcast .broadcast .down {
    padding: 0 5px;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .broadcast .up {
    height: 40px;
    overflow: hidden;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .broadcast .up img {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .broadcast .up .schedule {
    float: left;
    margin-right: 5px;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .broadcast .up .schedule .time {
    border-bottom: 1px solid black;
    font-size: 21px;
    margin-bottom: -1px;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .broadcast.live .up .schedule .time {
    border-bottom: 1px solid white;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .broadcast .up .schedule .day {
    font-size: 10px;
    text-align:center;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .broadcast .up h4 {
    /*float:left;*/
    width: 92px;
    height:36px;
    display:block;
    font-weight: bold;
    text-transform:uppercase;
    font-size: 12px;
    padding-top: 7px;
    line-height:11px;
    overflow: hidden;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .broadcast .down {
    border-top: 1px solid #CCCCCC;
    font-family: arial;
    font-size: 11px;
    padding-top: 1px;
    text-align: center;
    width:170px;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .broadcast.live .down {
    border-top: 2px solid white;
}
#rts-inner-header.sport .header-blocs .banner-broadcast .channel {
    font-weight: bold;
    /*text-transform:uppercase;*/
}
/* Fix "pouf-pouf" effect */
#rts-inner-header.sport #sport-banner {
    width: 635px;
}

/*****************************************************************
		  	TSR SPORT HP - VIDEO LINKS AT THE TOP
*****************************************************************/

#rts-inner-header.sport .header-blocs .blocks{
	padding-top:5px;
}
#rts-inner-header .sport-header-video-links{
	position:absolute; 
	margin:-10px 0 0 200px;
	width:530px;
	z-index:10;
}
#rts-inner-header .sport-header-video-links strong{
	float:right;
	color:#666666;
	text-transform:uppercase;
	display:block;
	padding:6px;
}
#rts-inner-header .sport-header-video-links a{
	display:block;
	float:right;
	background:url(/img/sport/header-video-link-left.png) top left no-repeat;
	padding-left:8px;
	margin-left:3px;
}
#rts-inner-header .sport-header-video-links a span{
	display:block;
	height:21px;
	background:url(/img/sport/header-video-link-right.png) top right no-repeat;
	color:white;
	padding:5px 8px 0 0;	
	font-size:12px;
	font-weight:bold;
}

#rts-inner-header .sport-header-video-links a:hover{
	background-position:left -54px;
}
#rts-inner-header .sport-header-video-links a:hover span{
	background-position:right -54px;
}

/* TV specifics */
#rts-inner-header.tv .header {
	float:right;
	height:112px;
	overflow:hidden;
}
#rts-inner-header.tv .header ul li  a {
	margin:0px;
}
/* Radio specifics */
#rts-inner-header.radio .header-blocs {
    position: relative;
    height: 130px;
}

#rts-inner-header.radio .header-blocs div.h1title {
    width: 145px;
    margin-left: 11px !important;
}

#rts-inner-header.radio .header-blocs ul {
   padding: 45px 0 0 0;
   clear: none;
   float: none;
   height: auto;
   width: auto;
}

#rts-inner-header.radio .header-blocs .logo_chaines li {
    float: left;
     background: url("/img/rts/general/corporate/sep-logo.gif") no-repeat scroll right center transparent;
     height:49px;
     position : relative;
     width:87px;
     margin-right:17px;
     list-style: none;
}

#rts-inner-header.radio .header-blocs .logo_chaines li.la1ere {
    width:118px;
}

#rts-inner-header.radio .header-blocs .logo_chaines li.espace2 {
    width:118px;
}

#rts-inner-header.radio .header-blocs .logo_chaines li.couleur3 {
    width:118px;
}
#rts-inner-header.radio .header-blocs .logo_chaines li.optionmusique {
    width:118px;     
}

#rts-inner-header.radio .header-blocs .logo_chaines li img {
    bottom : 0;
    position : absolute;
}

#rts-inner-header.radio .header-blocs .logo_chaines li.lastlogo{
     background: none;
}

.radio .entete {
	background-color: #F4F4F4;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	float: left;
	width: 946px;
	height: 23px;
	font-size: 11px;
	padding: 7px;	
}
.radio .entete .filarianne {
	margin-top:5px;	
}
.radio .entete.rts-entete .filarianne {
	float:left;
	display:inline;
	width:480px !important;	
}

.radio .entete.rts-entete .pictos {
	float:right;
	display:inline;
	width:440px;	
	margin-top: -3px;
}

#rts-inner-header.sport .header-blocs .banner-broadcast a.broadcast.no-hand {
	cursor:default !important;	
}
#rts-inner-header.sport .header-blocs .banner-broadcast a.broadcast.no-hand * {
	cursor:default !important;	
}

.emissions.rts-body .tsr-emissions-hp #rts-inner-header {
	height:0;
}

/*****************************************************************
  LOGO ET COUNTDOWN DANS LE HEADER POUR EURO 2012
*****************************************************************/

body #rts-inner-header .header-blocs.euro2012 .logo{
	background: url(/img/sport/euro2012/logo-euro2012.png);
	width:153px;
	height:15px;
	overflow:hidden;
	text-indent:-999px;
	float:left;
	margin-top:15px;
}

body #rts-inner-header .header-blocs.euro2012 .logo.single{
	width:217px;
	height:22px;
	background-image:url(/img/sport/euro2012/logo-euro2012-uefa.png);
}

body #rts-inner-header .header-blocs.euro2012 .countdown{
	background: url(/img/sport/euro2012/countdown-bg.png);
	width:52px;
	height:28px;
	margin-top:7px;
	padding:2px 6px 0 6px !important;
	color:white;
	font-size:20px;
	float:right;
	text-align:center;
}

body #rts-inner-header .header-blocs.euro2012 .reflection{
	display:block;
	position:absolute;
	background: url(/img/sport/euro2012/reflet.png);
	width:144px;
	height:39px;
	margin: -11px 98px !important;
}

body #rts-inner-header .header-blocs.euro2012 div.h1title{
	width:220px;
	margin-top:3px;
	margin-right:10px;
}



/*****************************************************************
  LOGO ET COUNTDOWN DANS LE HEADER POUR JO 2012
*****************************************************************/

body #rts-inner-header .header-blocs.jo2012 .logo{
	background: url(/img/sport/jo2012/logo-jo.png);
	width:153px;
	height:24px;
	overflow:hidden;
	text-indent:-999px;
	float:left;
	margin-top:10px;
}

body #rts-inner-header .header-blocs.jo2012 .logo.single{
	width:217px;
	height:22px;
	background:url(/img/sport/jo2012/logo-jo.png) center no-repeat;
}

body #rts-inner-header .header-blocs.jo2012 .countdown{
	background: url(/img/sport/jo2012/countdown-bg.png);
	width:52px;
	height:28px;
	margin-top:7px;
	padding:2px 6px 0 6px !important;
	color:white;
	font-size:20px;
	float:right;
	text-align:center;
}

body #rts-inner-header .header-blocs.jo2012 .reflection{
	display:block;
	position:absolute;
	background: url(/img/sport/jo2012/reflet.png);
	width:144px;
	height:39px;
	margin: -11px 98px !important;
}

body #rts-inner-header .header-blocs.jo2012 div.h1title{
	width:220px;
	margin-top:3px;
	margin-right:10px;
}

