/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/

#colorbox div.titre_noflash {
	width: 625px;
	height: 40px;
	padding: 0px 0px 0px 15px;
	margin: 15px 0px 21px 0px;
	background: url('../../img/colorbox/titre_bg.png') repeat-y left top;
}

#colorbox div.titre_noflash h2 {
	font-size: 24px;
	color: #ffffff;
	line-height: 40px;
	font-weight: 100;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.gallerySelector {
	margin-bottom: 21px;
}

div.gallerySelector select {
	color: #807f83;
	border: 1px solid #dfdfdf;
	font-size: 12px;
	font-family: 'Trebuchet MS';
}

#cboxClose, #cboxPrevious, #cboxNext { color: #678d00; text-decoration: none; }
#cboxClose:hover, #cboxPrevious:hover, #cboxNext:hover { color: #00b0d8; text-decoration: underline; }

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;background: transparent !important; }
#cboxLoadedContent{overflow:auto;background: transparent !important;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../../img/colorbox/overlay.png) 0 0 repeat;}
#colorbox{
	border: 2px solid #6d6d71;
	background: url('../../img/colorbox/bg.png') left top repeat-x;
}
    #cboxTopLeft{width:21px; height:21px;}
    #cboxTopRight{width:21px; height:21px;}
    #cboxBottomLeft{width:21px; height:21px;}
    #cboxBottomRight{width:21px; height:21px;}
    #cboxMiddleLeft{width:21px;}
    #cboxMiddleRight{width:21px;}
	#cboxTopCenter{height:21px;}
    #cboxBottomCenter{height:21px;}
    #cboxContent{background:#fff;}
	
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:1px; left:0; text-align:center; width:100%; color:#807f83;}
		#cboxTitle span{ color: #00b0d8; }
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494; display:none;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:7px; background:url(../../img/colorbox/btn_precedent.png) left -22px no-repeat; line-height: 22px; height:22px; padding-left: 30px;}
        #cboxPrevious.hover{background-position:left -44px;}
        #cboxNext{position:absolute; bottom:0; right:7px; background:url(../../img/colorbox/btn_suivant.png) right -22px no-repeat; line-height: 22px; height:22px; padding-right: 30px}
        #cboxNext.hover{background-position:right -44px;}
        #cboxLoadingOverlay{background:url(../../img/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../../img/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:-12px; right:7px; z-index: 99999; }
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
/*.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
*/
