/*
    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:visible;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;overflow:hidden;}
#cboxLoadedContent{font-family:"Gotham A","Gotham A"; font-size:15px;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#colorbox .page_interne {background-color:#fff;}
#colorbox .page_interne p{color:#6f7072;font-size:16px;font-weight:400;text-align:justify}
#colorbox .page_interne strong{line-height:normal;}
#colorbox .page_interne p span{font-size:100%;line-height:auto;}
#colorbox .page_interne .categories li a{color:#000;}

#colorbox .news_page {background-color:#fff; margin-top: 80px;}
#colorbox .news_page p{color:#6f7072; font-size:16px;font-weight:400;text-align:justify}
#colorbox .news_page strong{line-height:normal;}
#colorbox .news_page p span{font-size:100%;line-height:auto; font-family:'corbelb';}
#colorbox .news_page .categories li a{color:#000;}




/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#375672;height:100% !important;}
#colorbox{ height:100% !important;width:100% !important;left:0 !important}
    #cboxContent{margin-top:0px}
        .cboxIframe{background:#fff}
        #cboxError{padding:50px}
		#cboxNew {position:relative;width: 100% !important;display: block;height: 100%;z-index:9999}
		#cboxWrapper{position:relative;margin: 0 auto;width:1024px;z-index:0}
        #cboxLoadedContent{background:#ffffff; padding:0px; height:auto !important;position:relative}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center; width:50px; height:50px; background-color:#375672; left:50%; margin-left:-35px; top:50%; margin-top:-35px;padding:10px;border-radius:100%;position:fixed}
        #cboxLoadingOverlay{background:none;}
		#cboxHeader {background: #375672;height:auto;padding:10px 0 0 0;position:fixed;top:0;width:1024px;z-index:9999}
		#cboxTitle{background: none repeat scroll 0 0 #375672;color:#fff;font-family:"Gotham A", "Gotham B";font-size:30px;line-height:40px;font-weight:400;font-style:normal;text-transform:uppercase;width:75%}
		#cboxTitle span{display: block;float: left;width: 90%;margin-left: 10px}
		#cboxTitle:after{content: "";position: relative;display: block;margin: 8px 0 10px 12px;height: 6px;width: 60px;background: #e85412;float:left}
		#cboxTitle img{float:left;display:block;margin:0 0 0 10px}
        #cboxControls {float:right !important}
		#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
		#cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:40px; height:40px; background:url(../images/sprites.png) no-repeat 0 0;margin:0 0 0 5px}
		#cboxSlideshow {position:absolute}
		#cboxPrevious, #cboxNext, #cboxClose {position:relative}
        #cboxPrevious{background-position:-1px -69px; margin-top:0}
        #cboxPrevious:hover{background-position:-1px -111px; }
        #cboxNext{background-position:-42.5px -69px; margin-top:0}
        #cboxNext:hover{background-position:-42.5px -111px;}
        #cboxClose{background-position:-88px -69px; margin-top:0}
        #cboxClose:hover{background-position:-88px -111px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
		
