.wrapper{
	background:url(../img/backstage.jpg)no-repeat center 200px; 
	border-radius:5px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:0 0 20px 0; 
	margin:0 auto 10px auto;
} 

#videosPart{
	background:#b1a1ce;
	border-radius:5px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 20px;  
}

#videos{
	margin:10px;
}
#videosMenus{
	margin:10px;
	width:200px;
}
 

#contentVideos{
	margin:10px; 
}   


#videosMenus h3{
	background:#b4bfe1;
	color:#e1e0ef;
	cursor:pointer;
	font-size:10px;
	letter-spacing:0.05em;
	padding:6px 0 6px 10px;
	font-weight:400;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:4px 0 2px 0;  
	text-transform:uppercase;
}

#videosMenus h3.active{
	color:#FFF;
	cursor:normal;
}

#videosMenus h3:hover{
	color:#FFF;
}



#videosMenus ul{
	list-style:none;
	margin:0 0 0px 0;
	display:none;
}
#videosMenus ul.current{
	display:block;
}


#videosMenus ul li{
	background:#FFF;
	font-size:10px;
	letter-spacing:0.05em;
	padding:3px 0 3px 5px;
	font-weight:400;
	margin:1px 0;
}

#videosMenus ul li.current{
	background:#FFF;
	border-width:0 ;
}

#videosMenus ul li a, #videosMenus ul li a:visited{
	color:#b4bfe1;
	padding:3px 0 3px 5px;
}

#videosMenus ul li.current a, #videosMenus ul li.current a:visited{
	color:#b1b3da;
	font-weight:bold;
}




.previewVideo{
	width:300px;
	_width:295px;
	height:90px;
	overflow:hidden;
	padding:5px 10px 5px 5px;
	margin:5px 5px 0 5px;
	background:#FFF;
	color:#b1a1ce;
	font-size:12px;
	cursor:pointer;
}

.previewVideo p{
	padding:4px 0 0 2px;
	width:137px;
}
#loadVideo{
	display:none;
	width:650px;
	height:454px;
	background:#FFF;
	color:#b1a1ce;
	position:absolute;
	z-index:100;
}

#loaderContainer{
	width:650px;
	height:415px;
}

#infos-videos{
	color:#b1a1ce;
	text-align:left;
	text-transform:uppercase;
	padding:10px 5px 0 10px;
}

#nowEtape{
	font-size: 12px;
	padding:4px 35px 4px 10px;
	background:#FFF url(../img/now1.png) no-repeat 100% 53%;
}

#nowCat{
	font-size: 12px;
	margin:0 -8px 0 0;
	padding:4px 30px 4px 4px;
	background:#FFF url(../img/now2.png) no-repeat 100% 53%;
}

#nowClip{
	font-size: 12px;
	padding:4px 10px;
	background:#FFF;
}

#close{
	float:right;
	color:#FFF;
	cursor:pointer;
	text-indent:-9000em;
	background: url(../img/close.jpg) no-repeat center center;
	height:20px;
	width:20px;
}



#pubs{
	
	margin:1px;
}
.pub{
	margin:8px;
	_margin:7px;
}
/*********** SLIDER ********/

.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 425px; background: transparent; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: 0 auto 20px auto;
			width: 650px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 425px;
			_height: 450px;
			clear: both;
			background: transparent;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 700px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		#stripNav0{
			display:none;
		}
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 425px;
			text-indent: -9000em;
			z-index:10;
			width:350px;
			background:#000;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 20px;
			width:350px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../img/arrow-left.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("../img/arrow-right.png") no-repeat center;
		}

		.stripNavL:hover {
			background: url("../img/arrow-left.png") no-repeat center;
		}
		
		.stripNavR:hover {
			background: url("../img/arrow-right.png") no-repeat center;
		}





/**** COMMENTAIRES ******/
#videosComments{
	display:none;
	color:#FFF;
	clear:both;  
	padding:26px 0 0;
}



