/*  
	-------------------------------------------------------------
	Cascade Style Sheet - jQuery Timeline slider
	Description: jQuery Plugin for building web timelines
	Author: pezflash - http: //www.codecanyon.net/user/pezflash
	Version: 1.0
	-------------------------------------------------------------
*/ 


/* ------------------ Global ------------------ */

/* FLECHES Défilement 
#flechedroite, #flechegauche { width:40px; height:40px; display:block; position:absolute; background-color:#F9C; opacity:.6; top:46%;}
#flechedroite { right:0; }
#flechegauche { left:0; }
#flechedroite:hover, #flechegauche:hover { opacity:1; cursor:pointer; }
.shadow {
	position: absolute;
	top: 454px;
	left: -5px;
}*/

.preload {
	position: absolute;
	top: 190px;
	left: 320px;
}


#timeline i {
	font-size:12px;
}



/* ----------------- Timeline ----------------- */

/* -- Global -- */
#timeline_container {
	position:relative;
	background-color:#fff;
	border:4px solid #bbb;
	opacity: 0;
}

#timeline {
	/* set your own css here, if needed */
}

#timeline .hidden {
	display: none;
}
/* -- End Global -- */



/* -- Viewport -- */
#timeline .viewport {
	overflow: hidden;
	position: relative;
	background: url(../images/background.jpg) no-repeat 0 0;
}

#timeline .viewport .images {
	position: absolute;
	padding: 0px;
	margin: 0px;
}

#timeline .viewport .images img{
	float: left;
}
/* -- End Viewport -- */



/* -- Milestones -- */
#timeline .milestones {
	overflow: hidden;
	position: relative;
	border-top: 4px solid #bbb;
}

#timeline .milestones .content {
	position: absolute;
	padding: 0px;
	margin: 0px;
}

#timeline .column_first {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 14px 0px 0px 20px;
}

#timeline .column {
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 14px 0px 0px 24px;
	height: 140px;
	border-left: 1px solid #ccc;
}

#timeline .c80 { width: 80px; }
#timeline .c100 { width: 100px; }
#timeline .c105 { width: 105px; }
#timeline .c115 { width: 115px; }
#timeline .c125 { width: 125px; }
#timeline .c130 { width: 130px; }
#timeline .c140 { width: 140px; }
#timeline .c150 { width: 150px; }
#timeline .c160 { width: 160px; }
#timeline .c170 { width: 170px; }
#timeline .c175 { width: 175px; }
#timeline .c185 { width: 185px; }
#timeline .c190 { width: 190px; }
#timeline .c195 { width: 195px; }
#timeline .c200 { width: 200px; }
#timeline .c210 { width: 210px; }
#timeline .c225 { width: 225px; }
#timeline .c250 { width: 250px; }
#timeline .c260 { width: 260px; }
#timeline .c275 { width: 275px; }
#timeline .c280 { width: 280px; }
#timeline .c300 { width: 300px; }
#timeline .c325 { width: 325px; }
#timeline .c350 { width: 350px; }
#timeline .c375 { width: 375px; }
#timeline .c400 { width: 400px; }

#timeline span {
	display: block;
}

#timeline .date {
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
}
#timeline div.ste .date { color:#4079b8; }	/* bleu f */
#timeline div.client .date { color:#55a1f5; }	/* bleu clair */
#timeline div.tech .date { color:#bf140c; }	/* red f */
#timeline div.equi .date { color:#913597; }	/* violet */
#timeline div.prod .date { color:#ecb908; }	/* orange */
#timeline div.conf .date { color:#83cb11; }	/* vert */
#timeline div.part .date { color:#164ecb; }	/* bleu roy*/


#timeline .txt {
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	color: #565656;
	margin: 8px 0px 0px 0px;
}

#timeline .thumb_description {
	font-size: 12px;
	font-weight: 500;
	line-height: 12px;
	color: #6f6f6f;
	clear: left;
}

#timeline .thumb {
	margin: 4px 0px 0px 0px;
}

#timeline .video_rollover, #timeline .image_rollover {
	position:relative;
	float:left;
}

#timeline .video_rollover span, #timeline .image_rollover span {
	left: 0px;
	top: 0px;
	display: none;
	position: absolute;
}
#timeline .video_rollover span, #timeline .image_rollover span {
	background: url('../images/thumb_video_hover.png') no-repeat;
	width: 113px;
	height: 67px;
}

#timeline .image_rollover span {
	background: url('../images/thumb_image_hover.png') no-repeat;
	width: 113px;
	height: 67px;
}

#timeline .link {
	font-size: 12px;
	font-weight: 700;
}

#timeline .link a {
	color: #888;	
}
	
#timeline .link a:hover {
	color: #0096ff;
	text-decoration: underline;
}

#timeline .big_link {
	font-size: 11px;
	font-weight: 700;
	margin: 10px 0px 0px 0px;
	padding: 1px 5px 2px 5px;
	float: left;
	background-color: #bbb;
}

#timeline .big_link a {
	color: #0096ff;	
	text-decoration: none;
}
	
#timeline .big_link a:hover {
	color: #fff;
}

/* -- End Milestones -- */



/* -- Scrollbar -- */
#timeline .scrollbar{
	background: transparent url(../images/scrollbar_background.png) repeat-x 0 0;
	position: absolute;
}

#timeline .dragger {
	background: transparent url(../images/scrollbar_dragger.png) no-repeat 0 0;
	cursor: pointer;
	position: absolute;
}

#timeline .mark {
	background: transparent url(../images/scrollbar_mark.png) no-repeat 0 0;
	cursor: pointer;
	height: 21px;
	width: 13px;
	left: 600px;
	position: absolute;
	display: none;
	opacity: 0;
}
/* -- End Scrollbar -- */



/* -- Miscellaneous -- */
#timeline .drag_icon {
	cursor:url(../images/drag_icon.png), e-resize;
}

#timeline .audio_player {
	position: absolute;
	top: 1px;
	right: 7px;
}
/* -- End Miscellaneous -- */

