@font-face{
    font-family:'itc_franklin_gothBkcompressed';
    src:url(/assets/fonts/itcfranklingothicstd-bkcp-webfont-webfont.eot);
    src:url(/assets/fonts/itcfranklingothicstd-bkcp-webfont-webfont.eot?#iefix)
    format('embedded-opentype'),url(/assets/fonts/itcfranklingothicstd-bkcp-webfont-webfont.woff)
    format('woff'),url(/assets/fonts/itcfranklingothicstd-bkcp-webfont-webfont.ttf)
    format('truetype'),url(/assets/fonts/itcfranklingothicstd-bkcp-webfont-webfont.svg#itc_franklin_gothBkcompressed)
    format('svg');font-weight:normal;font-style:normal;
}

.emission{
    background: none repeat scroll 0 0 #3A3A3A;
    /*min-height: 67px;*/
    height: 53px;
    padding: 7px 105px 7px 10px;
    color:#fff;
    position:relative;
}

.emission h2{
    font-family: Arial,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 3px;
    line-height: 1em;
}

.emission p{

}

.jp-nav {
    background: #595959;
    overflow: hidden;
    padding: 0px 105px 0px 0px;
    height: 33px;
}

.jp-nav li {
    float: left;
    margin-top: 6px;
}

.jp-nav a {
    color: #BEBEBE;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    text-decoration: none;
}

.emission .logo {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}

a.share {
    background: url("/assets/img/btn-export.png") no-repeat 0 10px #373737;
    color: transparent;
    display: block;
    font-size: 0;
    height: 50px;
    width: 50px;
    text-indent: -999px;
    z-index: 1;
}

.content .rf-lecteur-end-time {
    right: 8.0em;
}

.code-wrapper {
    background: #F4F4F4;
    padding: 10px;
}

.code-wrapper h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1em;
    display: block;
}

.tc-player-export iframe {
    display: block;
}

.code {
    background: #FFFFFF;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    display: block;
}

.code textarea {
    background: none;
    border: medium none;
    color: #767676;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 44px;
    overflow: hidden;
    padding: 0 85px 0 0;
    margin: 0;
    width: 100%;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

.code a.copy {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.code a {
    background-color: #CBCBCB;
}

.apercu {
    width: 20%;
}

.apercu p {
    margin-top: 20px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
}

.embed-iframe {
    width: 80%;
    margin-left: 20%;
    margin-top: -20px;
}