/*
    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:0px; left:0px; z-index:9999; 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:0px;}
#cboxTitle{margin:0px;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0px; left:0px; 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{}
    #cboxTopLeft{width:14px; height:14px; background:url(images/controls.png) 0px 0px no-repeat;}
    #cboxTopCenter{height:14px; background:url(images/border.png) top left repeat-x;}
    #cboxTopRight{width:14px; height:14px; background:url(images/controls.png) -36px 0px no-repeat;}
    #cboxBottomLeft{width:14px; height:43px; background:url(images/controls.png) 0px -32px no-repeat;}
    #cboxBottomCenter{height:43px; background:url(images/border.png) bottom left repeat-x;}
    #cboxBottomRight{width:14px; height:43px; background:url(images/controls.png) -36px -32px no-repeat;}
    #cboxMiddleLeft{width:14px; background:url(images/controls.png) -175px 0px repeat-y;}
    #cboxMiddleRight{width:14px; background:url(images/controls.png) -211px 0px repeat-y;}
    #cboxContent{background:#fff;}
        #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:0px; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose.hover{background-position:-100px 0px;}
		
/*
------CODA SLIDIER
*/    
noscript div {
	background: #000;
	border: 1px solid #900;
	margin: 20px 0;
	padding: 15px;
}
.panel h2.title {
	margin-bottom: 10px;
}
.coda-slider-wrapper {
	padding: 20px 0px 0px 0px ;
	clear: both; 
	overflow: auto;
}
.coda-slider-no-js .coda-slider { 
	height: 200px; 
	overflow: auto !important; 
	padding-right: 20px;
}
.coda-slider, .coda-slider .panel { 
	width: 600px;
}
.coda-slider { 
	margin: 0 10px;
	float: left; 
	overflow: hidden;
}
.coda-slider .panel { 
	display: block; 
	float: left;
}
.coda-slider .panel-container {
	position: relative;
}
.coda-nav ul li a.current {
	background-image:url(../images/test.jpg);
	background-position: 0px -50px;
	color:#666;
}
.coda-slider .panel-wrapper {
	padding: 20px 20px 0px 20px;
}
.coda-slider p.loading { 
	padding: 20px ; 
	text-align: center ;
}
.coda-nav ul { 
	clear: both; 
	display: block; 
	margin: auto; 
	overflow: hidden;
}
.coda-nav ul li { 
	display: inline;
}
.coda-nav ul li a {
	background-image:url(../images/fond_subnav.jpg);
	background-repeat: repeat-x;
	background-position: -20px;
	color: #fff;
	display: block;
	float: left;
	margin: 0px 0px 2px 2px ;
	padding: 5px 8px;
	text-decoration: none;
}
.coda-nav ul li a:hover {
	background-image:url(../images/test.jpg);
	background-position: 0px -50px;
	color: #eee;
}		