
  #window {
    width: 100%;
    /* Fond noir derrière */
    min-height: 100%;
    z-index: 30;
    background: rgba(0, 0, 0, .9);
    position: fixed;
    top: 0;
    left: 0
  }

  #window,
  #window * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  #background-close {
    width: 100%;
    min-height: 100%;
    /* La ou tu cliques pour fermer la popup */
    z-index: 31;
    position: fixed;
    top: 0;
    left: 0
  }

  #back-lightbox {
    width: 700px;
    /* place de la vidéo sur l'écran */
    height: 540px;
    margin: auto;
    z-index: 32
  }

  .lightbox {
    position: relative;
    width: 700px;
    height: 500px;
    padding: 30px;
    margin: 0;
    background-color: rbv (255, 255, 255, 0.2);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, .3);
    z-index: 53
  }

  #close-icon {
    background-image: url("../images/videos/btn_VideoClose.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    margin: 35px 645px;
  }

  #close-icon:hover {
    cursor: pointer
  }

  #jquery-script-menu img {
	width: 100%; /* you can use % */
	height: auto;
    /* Taille de l'image */
    border: 0px solid #000;
    top: 0px;
  }

  .jquery-script-center {
    width: 960px;
    margin: 0 auto;
  }

  .jquery-script-center ul {
    width: 212px;
    float: left;
    line-height: 05px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .jquery-script-center a {
    text-decoration: none;
  }

  .jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
  }

  .jquery-script-clear {
    clear: both;
    height: 0;
  }

  #ref {
    text-align: center;
    font-size: 0px;    /* texte caché */
    position: relative;
    top: 3px;
  }

  #ref a {
    color: #000000;
    text-decoration: none;
  }
