@charset "windows-1252";
/*
    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:99; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}

#cboxcopyRight {position: absolute; left: 0; bottom: 10px; width: 100%; height: 20px; z-index: 100; font: 14px Comic Sans MS; text-align: center}

#cboxlibele {position: absolute; left: 10px; bottom: 10px; padding:5px; width: 260px; height: auto; z-index: 100; 
font: 14px Comic Sans MS; text-align: left;color:black; 
background-color: white;	
opacity:0.8;
filter: alpha(opacity=80);
-moz-border-radius: 7px; 
-webkit-border-radius: 7px; 
border:1px solid #E7A52A;
}

#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;} 

#cboxTitle{margin:0;font: 14px Comic Sans MS; text-align: left;color:white; 
background-color: #000;	
opacity:0.8;
filter: alpha(opacity=80);
-moz-border-radius: 7px; 
-webkit-border-radius: 7px; 
border:1px solid #E7A52A;}

#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxDummy {overflow:auto;}

/* 
    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 {}
    #cboxTopLeft{}
    #cboxTopCenter{}
    #cboxTopRight{}
    #cboxBottomLeft{}
    #cboxBottomCenter{height:33px;/*background-repeat: repeat-y; background-image: url(images/bg.jpg); */background-color: transparent;}
    #cboxBottomRight{}
    #cboxMiddleLeft{}
    #cboxMiddleRight{}
    #cboxContent{/*background-repeat: repeat-y; background-image: url(images/bg.jpg); */background-color: transparent;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxTitle {position: absolute; bottom: -25px; left: 0; text-align: center; width: 100%; font-weight: bold; color: lavenderblush; font-size: 1em; font-family: Courier New}
                
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow, #cboxCurrent, #cboxdiapOn{position:absolute; bottom:-29px;  /*text-indent:-9999px;*/}
        #cboxPrevious {left: 10px; width:33px; height:33px;background: url(images/prevlabel.png)}
        #cboxPrevious.hover{left: 10px; width:33px; height:33px;background: url(images/prevlabelhover.png)}
        #cboxNext {left: 50px; width:33px; height:33px;background: url(images/nextlabel.png)}
        #cboxNext.hover{left: 50px; width:33px; height:33px;background: url(images/nextlabelhover.png)}
		#cboxCurrent{left:90px; width:33px; height:33px;background: url(images/no_texte.gif)}
		#cboxCurrent.hover{left:90px; width:33px; height:33px;background: url(images/no_textehover.gif)}		
		#cboxdiapOn {right: 110px; width:32px; height:32px;background: url(images/diapOn.gif); bottom:-29px; }        
        .cboxSlideshow_on #cboxSlideshow{background: url(images/pauselabel.png); right:70px;width:33px; height:33px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background: url(images/pauselabelhover.png); right:70px;width:33px; height:33px;}
        .cboxSlideshow_off #cboxSlideshow{background: url(images/playlabel.png); right:70px;width:33px; height:33px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background: url(images/playlabelhover.png); right:70px;width:33px; height:33px;}
		#cboxClose {right: 10px; width:50px; height:20px;background: url(images/closelabel.png); bottom:-25px; }
        #cboxClose.hover{right: 10px; width:50px; height:20px;background: url(images/closelabelhover.png)}  
/*		
div.titre {width: 390px; margin: 0; padding: 0; line-height: 50px}		
div.titre:hover {width: 390px; margin: 0; padding: 0; line-height: 50px; background-image: url(bg.titre.jpg)}	*/
#cboxPhoto{
-moz-border-radius: 7px; 
-webkit-border-radius: 7px; 
border:5px inset #E7A52A;

 }