body {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    background: url(/img/background.png) no-repeat 50% 50% #1d1d1d;
}

.video-container{
  position: relative;
  /* facultatif : résoud un bug non systématique de blur sur IE */
  transform-style: preserve-3d;
}


#video-container-inner{
    width: 900px;
    height: 560px;
    max-width:100%;
}

#video{
    border: 5px solid #D24D1F;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    max-width: 100%;
    border-radius: 5px;
}

footer{
    font-weight: 400;
    font-size: 16px
}


.sato{
    color:#AEA58D;
    font-weight: 700;
    font-size: 16px
}

.credit{
    color:#fff; 
    font-size: 13px;}

.idm{
    color:#CC181E;
    font-size: 12px;
    text-transform: uppercase;
}