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

/* ajout yohann pour navigation */

#navigation_coup_de_coeur_gauche {
	width:10px;
	height:10px;
	position:absolute;
	margin-left:48px;
	margin-top:10px;
	
}


#navigation_coup_de_coeur_droite{
	width:10px;
	height:10px;
	position:absolute;
	margin-left:735px;
	margin-top:10px;
}

#fleche_gauche_coeur {
	cursor:pointer;
}
#fleche_droite_coeur {
	cursor:pointer;
}

#navigation_coup_de_coeur {
	margin-left:60px;
	margin-top:-35px;
	z-index:150;
	position:relative;
	width:670px;
	height:90px;
	overflow:hidden;
	position:absolute;
}

.xtrig {
	display:block;
	float:left;
	/*background-image:url(../images/produit_image_fond.png);*/
	width:122px;/*133*/
	height:79px;/*90*/	
	padding-left:12px;
	padding-top:11px;
	position:absolute;

}


/* Insignificant stuff, for demo purposes */

	.panel h2.title { margin-bottom: 0px; }
	

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

	.coda-slider-wrapper { position:relative; padding: 0px 0; z-index:100; width:970px; }
	.coda-slider { background: #fff }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 207px; overflow: auto !important; padding-right: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 970px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 970px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 0px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {  color: #000; padding: 5px;    }
	
	#placement_numero_slider {
		height:20px;
		width:50px;
		position:absolute;
		text-align:center;
		margin-left:650px;
		z-index:1000;
	}
	
	.xtrig { padding: 7px 5px; border:1px solid #000000; background-color:#E6E6E6; width:10px; height:10px;  padding-top:2px; color:#000; }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #000; color:#fff; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 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 {
		position:absolute;
		background-color:#096;
		z-index:1500;
	}
	.coda-nav ul { clear: both; display: block; margin: 0; overflow: hidden; position:absolute; right:0; margin-right:20px; margin-top:350px; }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background-color:#fff; border:1px solid #000000; margin-top:80px;  display: block; float: left; margin-right: 10px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: hidden; }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	
	.coda-nav-left {position:absolute;  margin-left:-35px; margin-top:141px;}
	.coda-nav-right {  position:absolute; margin-left:955px;  margin-top:141px;}
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none;  }
	