#div_ot, #div_divers{
  display:none;
}

#ul_onglets{
  border-bottom:2px #efefef solid;
  float:left;
  width:100%;
}
  #ul_onglets li{
    float:left;
    margin-right:10px;
    font-weight:bold;
    padding:0 5px 0 15px;
    line-height:20px;
    background-repeat: no-repeat;
    background-position: left center;
    cursor:pointer;
  }
    li.li_ongletOn{
      color:#ffffff;
      background-color: #008fdc;
      background-image: url(../img/picto_ongletVideoOn.png);
    }
    li.li_onglet{
      color:#008fdc;
      background-color: #efefef;
      background-image: url(../img/picto_ongletVideo.png);
    }
    
#div_contentPartenaires{
  clear:left;
  padding-top:15px;
  padding-left:10px;
}

li.li_partenaires{
  margin-bottom:5px;
  font-weight:bold;
}
