/*
    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, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#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;}

/* 
    ColorBox 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:#000;}

#colorbox{}
    #cboxMiddleLeft{width:14px; background:url(images/controls_e.png) -175px 0 repeat-y;}
    #cboxMiddleRight{width:14px; background:url(images/controls_e.png) -211px 0 repeat-y;}
    #cboxContent{background-color:#fff;}
    #cboxLoadedContent{margin:0px;padding: 0px; }
    #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
    #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
    #cboxBottomLeft{width:14px; height:5px; background:url(images/controls_e.png) 0 -61px no-repeat;}
    #cboxBottomCenter{height:5px; background:url(images/border_c.png) left -44px repeat-x;}
    #cboxBottomRight{width:14px; height:5px; background:url(images/controls_e.png) -36px -61px no-repeat;}
    
    #cboxTopLeft{width:14px; height:65px; background:url(images/controls_e.png) 0 0 no-repeat;}
    #cboxTopCenter{height:65px; background: url(images/border_d.gif) top left repeat-x;}
    #cboxTopRight{width:14px; height:65px; background:url(images/controls_e.png) -36px 0 no-repeat;}
    #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{display:none; position:absolute; top:-42px; background:url(images/controls_e.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
		#cboxTitle{position:absolute; top:-37px; left:0; text-align:center; width:100%; height: 25px; font-weight:bold; color:#7C7C7C;}
    #cboxCurrent{position:absolute; top:-39px; left:158px; font-weight:bold; color:#7C7C7C;}
    
    #cboxPrevious{left:100px; background-position: -51px -25px;}
    #cboxPrevious.hover{background-position:-51px 0px;}
    #cboxNext{left:127px; background-position:-75px -25px;}
    #cboxNext.hover{background-position:-75px 0px;}
    #cboxClose{
    	right:0;
    	display: block;
    	background-position:-100px -25px;
    }
    #cboxClose.hover{
    	background-position:-100px 0px;
    }
    
    .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
    .cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
    .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
    .cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}
    
button {
border: none !important;
margin: 0px !important;
padding: 0px !important;
}
  
    
.titrecbox {
	position: absolute; 
	width: auto;
	margin: 0px 50px;
	height: auto;
	text-align: left;
	background: rgba(0, 0, 0, 0.5);
	filter:alpha(opacity=50);
	opacity: 0.5;
	background-color: #000;
	border: 1px solid #000;
	padding: 10px;
	color: #fff;
	bottom: -5px;
	overflow: hidden;
	font-weight: bold;
	font-size: 14px;
}

.imageentete {
	position: absolute;
	background: transparent url(images/Background_REP.jpg) top left no-repeat;
	width: 200px;
	height: 48px;
	overflow: hidden;
	top: 10px;
	right: 10px;
}

.theme2 #cboxTitle {
	position:absolute;
	top:-42px;
	left:210px;
	text-align:left;
	width:auto;
	font-weight:bold;
	height: 33px;
	overflow: hidden;
	font-family: "Arial,Interstate Black","Myriad pro",sans-serif;
	font-size: 20px;
	color: #b00101;
	text-transform: uppercase;
}

.theme2 #cboxTopCenter{
	background: transparent url(images/border_e.png) 0px 0px repeat-x !important;
	}
	