<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*********************************************************/
/*Playlist video homemade*/
#ContainerPlaylistVideo{
    overflow-x: hidden;
    position: relative;
}

.elementPlaylistVideo{
      background-color: #33393f;
      border-bottom: 1px solid;
      height: auto;
         overflow: hidden;
         cursor: pointer;
         font-size: 0.9em;

}

.elementPlaylistVideo:hover{
      background-color: #26262a;
}

#elementPlaylistVideoImage{
    float: left;
      width: 25%;
}

#elementPlaylistVideoImage img{
  max-width: 230px;
  /*max-height: 75px;*/
  width: 100%;
  height: 100%;
}


#elementPlaylistVideoTitre{
    color: #FFFFFF;
      font-weight: bold;
      padding-top: 10px;
}



#elementPlaylistVideoDescription{
    color: #FFFFFF;
    margin-top: 5px;
    padding-right: 15px;
    padding-bottom: 15px;
}

#elementPlaylistVideoTextContainer{
    width: 73%;
  float: right;

  /*margin-left: 135px;*/   
}


/*menu vidÃƒÂ©o a droite**************************************************/
#ContainerPlaylistVideoDroite{
    overflow: scroll;
    overflow-x: hidden;
    position: relative;
}


#ICEL_cacheTemp{
      width: 100%;
  height: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #FFFFFF;
  z-index: 99999999;
}
</pre></body></html>