* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #3B3838;
	overflow: hidden; 
}

.wrapper
{
margin-top: 0;
height: 450px;
overflow: hidden; 
}

audio
{width:310px;}

.video
{
width: 320px;
float: left;
height: 245px;
font-size: 11px;
color: #666;
}


#time, #timeline {
		width: 820px;
		height: 370px;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
		background: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
	}


.scroll-pane
{
	position: absolute;
	width: 460px;
	height: 330px;
	overflow: auto;
	padding-right: 20px;
	margin-bottom: 0;
	margin-left: 340px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}


.smenu li
{
background: url('../images/puce.png') no-repeat;
padding-left: 22px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
line-height: 20px;
text-align: left;
}

#time
{
background: #FFF;
}

abbr
{
border-bottom: 1px dotted;
cursor: pointer;
}

a {
	color: #7D5B42;
	text-decoration: underline;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

a:hover {
  color: #6F98A3;
}

a.selected {
   color: #6EAB23;
}

  
img 
{
border: none;
text-decoration: none;
}

h1 {
	color: #2184A4;
	font-size: 32px;
	margin: 6px 0 0 0;
	text-align: left;
	font-family: 'Schoolbell', cursive;
	padding-bottom: 18px;
}


h2
{
margin: 0 0 12px 0;
font-size: 18px;
font-weight: strong;
color: #6BAFBE;
font-weight: normal;
font-family: Helvetica, arial, sans-serif;
}

.video h4 {
					color: #2184A4;
					font-size: 18px;
					margin: 0 0 8px 0;
					font-weight: normal;
					text-align: left;
					font-family: Arial, sans-serif;
				}


h3 {
					color: #666;
					font-size: 24px;
					margin: 0;
					font-weight: normal;
					text-align: left;
					font-family: 'Schoolbell', cursive;
					line-height: 17px;
					padding-top: 8px;
				}
				
				h4 {
					color: #2184A4;
					font-size: 19px;
					margin-bottom: 14px;
					font-weight: normal;
					text-align: left;
					margin-top: 8px;
					font-family: 'Schoolbell', cursive;
				}
				
				h5 {
					color: #2184A4;
					font-size: 17px;
					margin-bottom: 4px;
					font-weight: normal;
					text-align: left;
				}


		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 820px;  background: #fff; }
		.csw .loading {margin: -12px 0 0 0; text-align: left; font-size: 10px;}
		.sws.loading img {margin-top: 8px;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 830px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			clear: both;
			background: #fff;
		}
		
		.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;
			list-style-type: none;
			text-align: justify;
			/* -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;
			position: relative;
			width: 820px; /* Also specified in  .stripViewer  above */
			
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0 0 0 0;
			
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			
		margin-left: -6px;
		margin-top: -6px;
			
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			width: 820px;
		}
		
		.stripNav  li {
			float: left;
			width: auto;
			height:22px;
			padding: 6px 6px;
			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: 12px;
			font-weight: bold;
			line-height: 18px;
			background: #65AFCC;
			color: #fff;
			text-decoration: none;
			padding: 0;
			display: block;
		}
		
		.stripNav li.tab1 a { background: #6BAFBE; padding: 0 4px 0 4px;}
		.stripNav li.tab2 a { background: #6BAFBE; padding: 0 4px 0 4px; }
		.stripNav li.tab3 a { background: #6BAFBE; padding: 0 4px 0 4px; }
		.stripNav li.tab4 a { background: #6BAFBE; padding: 0 4px 0 4px; }
		.stripNav li.tab5 a { background: #6BAFBE; padding: 0 4px 0 4px; }
		
		.stripNav li a:hover {
			background: #6BC1EF;
		}
		
		.stripNav li a.current {
			background: #2184A4;
			color: #fff;
		}

#video1, #video2, #video3, #video4, #video5
{
width: 310px;
height: 205px;
background: #2F2B2B;
margin-top: 2px;
}

