

#bloc-emission {
    float:right;
    height: 487px;
    background: url(../img/rpt-emission.png) repeat transparent;
    margin-top: 20px;
    padding: 0;
	position: relative;
    width:100%;
	 overflow:hidden
    
}

#emission-content {
    height: 487px;
    background: url(../img/rpt-unite-emission.png) repeat-x 0 269px transparent;
    padding: 0;
}

    #emission-content h2 {
        
        font-size: 34px;
        font-weight: bold;
        color: #404363;
        text-transform:uppercase;
        margin-top:27px;
		  margin-bottom: 38px;

    }

#emission-container {
    height: 487px;
    /*background: url('../images/cercle-emission.png') no-repeat 50% 180px transparent;*/
	position: relative;
}



#wrapper-carousel-emission {
    width: 100%;
    height: 157px;
    margin-top: 30px;
	position: relative;
	z-index: 999;
	overflow: hidden;
}

#wrapper-detail-emission {
	/*margin-top: 25px;*/
	position: relative;
	z-index: 99;
}
    #carousel-emission div {
        text-align: center;
        width: 100px;
        height: 173px;
        float: left;
        position: relative;
        margin: 0 22px;
        color: #484a62;
		overflow: initial !important;
    }

	#carousel-emission div.current{
		overflow: hidden;
	}
        #carousel-emission div img {
            border: none;
            width: 100%;
            height: 100%;
			-webkit-filter: grayscale(1);
			filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#gs");
			filter: gray;
			opacity: 0.6;
			/*transition: all .5s ease;
			-webkit-transition: all .5s ease;
			-moz-transition: all .5s ease;
			-o-transition: all .5s ease;*/
        }
		#carousel-emission div.current img{
			-webkit-filter: grayscale(0);
			filter: none;
			opacity: 1;
		}
	
    #carousel-emission .sEmission {
        
        font-size: 17px;
        display:block;
    }

    #carousel-emission .sHoraire {
       
        font-size: 10px;
        display:block;
    }

#cercle-emission {
    width: 100%;
	 height:46px;overflow:hidden
}

    #cercle-emission .cercle-titre {
        display: block;
        
        text-align:center;
        font-size: 14px;
        color: #fff;
        height: 46px;
    }

    #cerclebg .cercle-presentateur {
        display: block;
      
        text-align:center;
        font-size: 15px;
        color: #3d8997;
        height: 40px;
		line-height: 13px;
		padding-top: 12px;
    }
	
	#cerclebg .cercle-micro {
		width: 100%; 
		text-align: center; 
		font-size: 23px;
	}
	
	.cercle-link{
		display: block;
		height: 292px;
		left: 50%;
		margin-left: -105px;
		position: absolute;
		top: 100px;
		width: 210px;
		z-index: 9999;
		border: none;
	}

#emission-bottom {
    left: 50%;
    margin-left: -152px;
    position: absolute;
    top: 120px;
    width: 304px;
}

    #emission-bottom #bloc-detail-emission {
        width: 100%;
        padding-top: 12px;
    }

    #emission-bottom .prev, #emission-bottom .next {
        position: absolute;
        display: block;
        width: 61px;
        height: 61px;
        text-indent: -9999px;
        top: 0;
    }

    #emission-bottom .prev {
        background: url("../img/lefttEmis.png") no-repeat;
        left:0;
    }

    #emission-bottom .next {
        background: url("../img/rightEmis.png") no-repeat;
        right:0;
    }

    #emission-bottom .dtl-planing {
        display: block;
        
        text-align:center;
        font-size: 14px;
        color: #222441;
        height: 25px;
    }

    #emission-bottom .dtl-horaire {
        display: block;
        
        text-align:center;
        font-size: 13px;
        color: #3d8997;
		transition: all .7s ease;
		-webkit-transition: all .7s ease;
		-moz-transition: all .7s ease;
		-o-transition: all .7s ease;
    }
	
		#cerclebg{
			position: absolute;
			left: 50%;
			bottom: 97px;
			z-index: 9;
			margin-left: -103px;
		}
		.cercle{
			width: 206px;
			height: 206px;
			border-radius:103px; 
			overflow: hidden; 
			position: relative;
			box-sizing: border-box;
		}
		.cercleMasque{
			width: 206px;
			overflow: hidden;
			position: absolute;
			top: 0px; 
			left: 0px;
			box-sizing: border-box;
		}
		.cercleMasque1{
			height: 92px; 
			z-index: 9;
		}		
		.cercleMasque2{
			height: 45px; 
			top: 92px;
			z-index: 9;
		}
		.cercleMasque2 .cercle{
			background: url(../img/cercle_titre.png) 1px 93px no-repeat; 
			top: -93px;
			padding-top: 93px;
			transition: all .7s ease;
			-webkit-transition: all .7s ease;
			-moz-transition: all .7s ease;
			-o-transition: all .7s ease;
		}
		.cercleMasque3{
			top: 137px;
			height: 69px; 
			z-index: 9;
		}
		.cercleMasque3 .cercle{
			background: url(../img/cercle_footer.png) 0px 137px no-repeat;
			top: -137px;
			padding-top: 134px;
		}