/*
    Document   : arka-player.css
    Created on : 29 janv. 2013
    Author     : m.meausoone
    Description:
    Regroupe les styles indispensables au fonctionnement du player html5
*/
.arka-player{
    /*overflow: hidden !important;*/
    position: relative;
    top: 0;
    left: 0;
    overflow: visible;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    min-height: 200px;
    background: transparent;
    font-family: Arial, sans-serif;
    z-index: 0;
}
.arka-player *:focus,
.arka-player:focus {
    outline: none;
}
.arka-player .scene{
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.arka-player .viewport{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden !important;
}
.arka-player .bgCopy2,
.arka-player .bgCopy,
.arka-player canvas {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    clear: both;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-perspective: 0;
    margin: 0;
    z-index: 2;
}
.arka-player .bgCopy2,
.arka-player .bgCopy {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.arka-player .bgCopy2 {
    z-index: 1;
}
/* palette et contenus player 3d */
.palette{
    display: none;
    z-index: 1000;
}
/* Mode plein écran */
.arka-player.plein-ecran {
    width: 100%;
    height: 100%;
}
.arka-player.plein-ecran #content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.arka-player.plein-ecran #header {
    display: none;
}
.arka-player.plein-ecran #footer {
    display: none;
}
.arka-player.plein-ecran .arka-player {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
.gradient-programme1{
    background: #999;
}
.gradient-programme1:hover{
    background: #666;
}