/*
	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.
*/ /* Insignificant stuff, for demo purposes */
.panel h2.title {
	margin-bottom: 10px
}

.panel-wrapper {
	
}

noscript div {
	background: #ccc;
	border: 1px solid #900;
	margin: 20px 0;
	padding: 15px
}

/* Most common stuff you'll need to change */
.coda-slider-wrapper {
	margin-bottom : 0px;
}

.coda-slider {
}

/* 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: 380px;
	height: 200px;
	margin-bottom : 10px;
  	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider,.coda-slider-wrapper.arrows .coda-slider .panel
	{
	width: 380px;
	height:200px;
}

.coda-slider-wrapper.arrows .coda-slider {
	margin: 0 10px;
}

#menu_une {
  position: absolute;
}
#menu_une li, #menu_une a {
  display: block;
}
#menu_une a {
  position: relative;
  width: 98px;
  height: 66px;
  margin-right: 20px;
}
#menu_une a:hover, #menu_une a.selected {
  background: url('http://www.videotutorial.fr/test/coda-slider/select.png') no-repeat;
  }
#menu_une a img {
  position: absolute;
  bottom: 1px;
  left: 1px;
  border: 1px solid #9b9b9b;
}
#menu_une a:hover img, #menu_une a.selected img {
  border-color: #2477b4;
}


/* Arrow styling */
.coda-nav-left .tablink,.coda-nav-right .tablink {
	background: #000;
	color: #fff;
	padding: 5px;
	width: 100px;
}

/* Tab nav */
.coda-nav ul li .tablink.current {
	background: #32f506f;
	background: url('http://www.videotutorial.fr/test/coda-slider/select.png') no-repeat;
	border : none;
}

/* Panel padding */
.coda-slider .panel-wrapper {
	height: 200px;
	width: 380px;
	margin-bottom : 10px;
}

/* Preloader */
.coda-slider p.loading {
	padding: 20px;
	text-align: center;
	display: none;
}

/* Don't change anything below here unless you know what you're doing */
	/* Tabbed nav */
.coda-nav ul {
	position: absolute;
	margin:200px;
	overflow: hidden;
}

.coda-nav ul li {
	display: inline;
}

.coda-nav ul li .tablink {
	width: 110px;
	height: 70px;
	margin-right : 9px;
	float: left;
	text-decoration: none;
}

.coda-nav ul li img {
	text-align: center;
	margin-top: 14px;
	margin-left: 4px;
	width: 90px;
	height: 50px;
	display: block;
	float: left;
	text-decoration: none;
	border : 1px solid #b9b9b9;
}

.coda-nav ul li .current img{
	border : none;
}

/* Miscellaneous */
.coda-slider-wrapper {
	clear: both;
	overflow: auto;
}

.coda-slider {
	float: left;
	overflow: hidden;
}

.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
}