/**
 * ColorBox Core Style:
 * The following CSS is consistent between example themes and should not be altered.
 */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  min-width: 200px;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
  position:relative;
}
#cboxContent {  
  position: relative;  
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/**
 * Colorbox module default style:
 * The styles are ordered & tabbed in a way that represents
 * the nesting of the generated HTML.
 */
#cboxOverlay {
  background: #000;
}

#colorBox { border:1px solid #0089ce; }

  #cboxWrapper {
    background: #fff;
	border:none;

  }
    #cboxTopLeft {
      width: 15px;
      height: 15px;
    }
    #cboxTopCenter {
      height: 15px;
    }
    #cboxTopRight {
      width: 27px;
      height: 27px;
	  position:relative;
    }
    #cboxBottomLeft {
      width: 15px;
      height: 27px;
    }
    #cboxBottomCenter {
      height: 10px;
	  display:none;
    }
    #cboxBottomRight {
      width: 15px;
      height: 27px;
    }
    #cboxMiddleLeft {
      width: 27px;
	  position:relative;	  
    }
    #cboxMiddleRight {
      width: 27px;
			position:relative;
    }
    #cboxContent {
      background: #fff;
      overflow: hidden;
      font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
    }
      #cboxError {
        padding: 50px;
        border: 1px solid #ccc;
      }
      #cboxLoadedContent {
        margin-bottom: 28px;
      }
      #cboxTitle {
        position: absolute;
        background: rgba(255, 255, 255, 0.7);
        bottom: 28px;
        left: 0;
        color: #535353;
        width: 100%;
        padding: 4px;
        height: 0;
      }
      #cboxCurrent {
        position: absolute;
        bottom: 8px;
        left: 0;
        color:#8f9091;
      }
      .cboxSlideshow_on #cboxSlideshow {
        position: absolute;
        bottom: 0px;
        right: 30px;
        background: url(images/controls.png) -75px -50px no-repeat;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
      }
      .cboxSlideshow_on #cboxSlideshow.hover {
        background-position: -101px -50px;
      }
      .cboxSlideshow_off #cboxSlideshow {
        position: absolute;
        bottom: 0px;
        right: 30px;
        background: url(images/controls.png) -49px -50px no-repeat;
        width: 25px;
        height: 25px;
        text-indent: -9999px;
      }
      .cboxSlideshow_off #cboxSlideshow.hover {
        background-position: -25px -50px;
      }
      #cboxPrevious, a.click-left, #cboxWrapper a.custom-prev {
        position: absolute;
        top: 50%;
        left: 7px;
        width: 10px;
        height: 20px;
        text-indent: -9999px;
				margin-top: -20px;
		background:url(../../images/next-prev.gif) no-repeat top left;
      }
	  #cboxPrevious, #cboxNext, #cboxClose { background:transparent none!important; }
	  
      /*#cboxPrevious.hover, #cboxPrevious:hover, a.click-left:hover {
        background-position: 0 -60px;
      }*/
      #cboxNext, a.click-right, #cboxWrapper a.custom-next {
        position: absolute;
        top: 50%;
        right: 7px;
        background:url(../../images/next-prev.gif) no-repeat bottom left;
        width: 10px;
        height: 20px;
        text-indent: -9999px;
				margin-top: -20px;
      }
      /*#cboxNext.hover, #cboxNext:hover, a.click-right:hover {
        background-position: 0 -19px;
      }*/
	  #cboxWrapper a.custom-next, #cboxWrapper a.custom-prev { margin-top:-24px; }
      #cboxLoadingOverlay {
        background: #fff;
      }
      #cboxLoadingGraphic {
        background: url(images/loading_animation.gif) center center no-repeat;
        height: 100%;
		margin-top:-13px;
      }
      #cboxClose, a.clic-close {
        position: absolute;
        top: 6px;
        right: -14px;
		background:url(../../images/close.png) no-repeat top left;
        width: 25px;
        height: 16px;
        text-indent: -9999px;
      }
	  #cboxClose { top:-1000px; }
      #cboxClose.hover {
        background-position: -25px -25px;
      }

/* The following are fixes for IE. */
.cboxIE6 #cboxTitle {
  background: #fff;
}

/* css pour le splash screen en BO */
#splash-screen-preview * {
	font-family: Arial,Helvetica,sans-serif;
  line-height: 115%;
  margin: 0;
  padding: 0;}
#splash-screen-preview ul, 
#splash-screen-preview li,
#splash-screen-preview ol,
#splash-screen-preview li { list-style-position:inside; }
#splash-screen-preview .title-splash-screen h3{
    color: #4D4F53;
    font-size: 14px;
    margin-bottom: 5px;
}

span#customCloseBtn {
  position: absolute;
  top: 6px;
  right: 0;
  background: url(../../images/close.png) no-repeat top left;
  width: 25px;
  height: 16px;
  text-indent: -9999px;
  cursor: pointer;
}