/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* CSS CODA SLIDER POUR LA PAGE PROGRAMME */

/* Mes CSS */
.panel-wrapper p{color:#000; font-size:16px;}
.panel-wrapper h2{color:#ff9601;font-size:1px; }



/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { background:url(../../../img/icono/fond_jaune_programme.png)  repeat-x #ff9601; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 800px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 870px;  }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background:url(../../../img/icono/activites_nav_on.png)  repeat-x; color:#FFF; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin-left:75px; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background:url(../../../img/icono/activites_nav_off.png)  repeat-x; color: #000; display: block; float: left; text-decoration: none;
	margin-right: 1px; padding: 5px 15px 3px 14px; font-weight:bold; line-height:15px; font-size:14px; }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; margin-left:0;  overflow: hidden}
	.coda-slider { float: left; overflow: hidden; position: relative; padding-bottom:25px;overflow: hidden }
	.coda-slider .panel { display: block; float: left; overflow: hidden }
	.coda-slider .panel-container { position: relative;overflow: hidden  }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a { display: block; text-align: center; text-decoration: none; background:none; 
background:url(../../../img/icono/activites_fleche_g.png)  no-repeat 10px 0; width:41px; height:41px; font-size:1px;margin-top:40px;  }

	.coda-nav-right a { display: block; text-align: center; text-decoration: none; background:none; 
background:url(../../../img/icono/activites_fleche_d.png)  no-repeat 10px 0; width:41px; height:41px; font-size:1px;margin-left:-10px; margin-top:40px; }

