@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: 0.8em Verdana; text-align: left; color: white; 
background-color: #202020;
border: 1px solid gray;
}

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

#cboxTitle{
margin:0;
font: 1em Verdana; text-align: left;color:white; 
background-color: #202020;
}

#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(images1/bg.jpg); */background-color: transparent;}
    #cboxBottomRight{}
    #cboxMiddleLeft{}
    #cboxMiddleRight{}
    #cboxContent{/*background-repeat: repeat-y; background-image: url(images1/bg.jpg); */background-color: transparent;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(images1/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images1/loading.gif) center center no-repeat;}
        #cboxTitle {position: absolute; bottom: -25px; left: 0; text-align: center; width: 100%; }         
		
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow, #cboxCurrent, #cboxdiapOn{position:absolute; bottom:-28px;  }
        #cboxPrevious {left: 10px; width:25px; height:25px;background: url(images1/prevlabel.png)}
        #cboxPrevious.hover{left: 10px; width:25px; height:25px;background: url(images1/prevlabelhover.png)}
        #cboxNext {left: 50px; width:25px; height:25px;background: url(images1/nextlabel.png)}
        #cboxNext.hover{left: 50px; width:25px; height:25px;background: url(images1/nextlabelhover.png)}
		#cboxCurrent{left:90px; width:25px; height:25px;background: url(images1/no_texte.png)}
		#cboxCurrent.hover{left:90px; width:25px; height:25px;background: url(images1/no_textehover.png)}		
		#cboxdiapOn {right: 110px; width:32px; height:32px;background: url(images1/diapOn.gif); bottom:-29px; }        
        .cboxSlideshow_on #cboxSlideshow{background: url(images1/pauselabel.gif); right:70px;width:25px; height:25px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background: url(images1/pauselabelhover.gif); right:70px;width:25px; height:25px;}
        .cboxSlideshow_off #cboxSlideshow{background: url(images1/playlabel.png); right:70px;width:25px; height:25px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background: url(images1/playlabelhover.png); right:70px;width:25px; height:25px;}
		#cboxClose {right: 10px; width:25px; height:25px;background: url(images1/closelabel.png); }
        #cboxClose.hover{right: 10px; width:25px; height:25px;background: url(images1/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{

border:5px inset gray;

 }