/*
	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.


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

.panel div.title { width:0px; height:0px; overflow:hidden; }

	.coda-slider-wrapper { padding: 0px }
	.coda-slider { background: #b8d5ed }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 230px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 498px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 498px; }
	.coda-slider-wrapper.arrows .coda-slider { margin:0px; z-index:1 }
	
	/* Arrow styling */
	.coda-nav-left a { color:#fff; padding:0px; width:8px; height:15px; position:absolute; top:260px; left:20px; z-index:3}
	.coda-nav-right a { color:#fff; padding:0px; width:8px; height:15px; position:absolute; top:260px; left:468px; z-index:3}
	
	/* Tab nav */
	.coda-nav { background-image:url(/images/haut_actusaccueil_r2_01.jpg); }

	.coda-nav ul li a.current { }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding-left:18px; padding-right:20px; padding-top:0px; padding-bottom:0px; }
	
	/* 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:0px; margin-left:362px; padding:0px; overflow: hidden }
	.coda-nav ul li { display: inline; margin:0px; padding:0px; }
	.coda-nav ul li a { color: #206db0; display: block; float: left; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position:relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	

	.divli { width:29px; height:20px; float:left; fontfamily: arial; font-size:12px; text-align:center;}

	a.current .divli { background-image:url(/images/btn_actusaccueil.png); fontfamily: arial; font-size:12px;}