@import "polices/polices.css";

#timeline {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    position: relative;
	background: url(./images/points.png) left 52px repeat-x;
}


#timeline	#dates {
		width: 95% !important;
		height: 60px;
		overflow: hidden;
		margin-left: 15% !important;
	}
	

#timeline	#dates li {
    list-style: none;
    float: left;
    width: 75px;
    height: 60px;
    font-size: 1.286em;
    text-align: center;
	background: url(./images/gros-point.png) center bottom no-repeat;
	}
	
#timeline	#dates .selected {
    font-size: 38px;
}
#timeline #dates a {
    line-height: 38px;
    padding-bottom: 10px;
	color:#b9d9ff;
	
}
#timeline #dates li:first-child {
	color: #000 !important;
}

#timeline a:hover, #timeline a.selected {
    color: #000 !important;
	text-decoration:none;
}

#timeline  #issues {
    width: 95%;
    /*height: 650px;*/
	height:auto;
    overflow: hidden;
	/*margin-left:0;*/
	/*margin-left: 40px !important;*/
}

#timeline #issues li {
    width: 800px;
    height: auto;
    list-style: none;
    float: left;
	margin-left:0;
}

#timeline #issues li h3 {
    color: #000;
    font-size: 1.286em;
    margin: 10px 0;
	text-transform: uppercase;
	font-family: 'SourceSansPro-Regular', 'Arial', 'Helvetica', sans-serif;
}
#timeline #issues li div.contenu {
	margin:20px 0 0 40px;
}
#timeline #issues li  p {
    font-size: 14px;
    margin-right: 70px;
    font-weight: normal;
    line-height: 22px;
}
#prev {
    left: 0;
    background: url(images/arrow-left.png) 
}
#next {
    right: 0;
    background: url(images/arrow-right.png);
}

#next, #prev {
    position: absolute;
    top: 0;
    font-size: 70px;
    top: 415px;
    width: 30px;
    height: 50px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
