#div_dest_alsace{
float:right;
}

#ul_ongletsVideos{
  border-bottom:2px #efefef solid;
  float:left;
  width:100%;
}
  #ul_ongletsVideos 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_videosContent{
  clear:left;
  padding-top:20px;
}

p.p_titreVideo{
  color:#008fdc;
  font-weight:bold;
  font-size:12px;
  margin-bottom:0;
}

ul.ul_videos li{
  margin-bottom:10px;
  text-align: center;
}

#div_campagnes, #div_alsace, #div_jeux{
  display:none;
}
    

