* {
	margin: 0;
	padding: 0;
}

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

h1 {
					color: #E6834C;
					font-size: 32px;
					margin: 0;
					font-weight: normal;
					text-align: left;
					font-family: 'Schoolbell', cursive;
					font-weight: normal;
					margin: 4px 0 20px 0;
					
				}
				
.smenu
{
background: url('../images/puce2.png') no-repeat;
padding-left: 16px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
line-height: 20px;
}
#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: #7D5B42;
	}


	#timeline {
		width: 820px;
		height: 360px;
		overflow: hidden;
		margin: 0 auto;
		position: relative;
		background: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		
	}
		#dates {
			width: 800px;
			height: 34px;
			overflow: hidden;
			margin-top: 20px;
			margin-bottom: 10px;
			
			font-size: 11px;
		}
		
		li.bleu a, li.rouge a, li.vert a
		{
		text-decoration: none;
		}
			li.bleu{
				list-style: none;
				float: left;
				width: 90px;
				height: 30px;
				line-height: 17px;
				font-size: 14px;
				text-align: center;
				background: url('../images/biggerdot.png') center bottom no-repeat;
			}
			
			li.vert{
			list-style: none;
				float: left;
				width: 90px;
				height: 30px;
				line-height: 17px;
				font-size: 14px;
				text-align: center;
			background: url('../images/vertdot.png') center bottom no-repeat;
			}
			
			li.rouge{
			list-style: none;
				float: left;
				width: 90px;
				height: 30px;
				line-height: 17px;
				font-size: 14px;
				text-align: center;
			background: url('../images/redot.png') center bottom no-repeat;
			}
			
				#dates a {
					line-height: 14px;
					padding-bottom: 8px;
				}
				#dates .selected {
			        font-size: 15px;
					font-weight: bold;
				}
		
		#issues {
			width: 800px;
			height: 380px;
			overflow: hidden;
			color: #3B3838;
			text-align: left;
			font-family: Arial, Helvetica, sans-serif;
			background: #FFF;
		}	
			#issues li {
				width: 800px;
				height: 380px;
				list-style: none;
				float: left;
				background: #FFF;
			}
				#issues li img 
				{
					float: left;
					margin: 20px 30px 0 36px;
					padding-bottom: 8px;
					width: 280px;
					height: 187px;
				}
				.legende{
				width: 340px;
				float: left;
				margin-bottom: 20px;
				}
			.photo{
					font-size: 11px;
                    color: #999;
					font-weight: normal;
					padding:  0 0 0 36px;
				}
				
				#issues li h1 {
					color: #6BAFBE;
					font-size: 25px;
					margin: 26px 0 22px 0;
					font-family: 'Schoolbell', cursive;
					font-weight: normal;
					text-align: center;
				}
				#issues li h2 {
					color: #6EAB23;
					font-size: 25px;
					margin: 26px 0 16px 0;
					font-family: 'Schoolbell', cursive;
					font-weight: normal;
					text-align: center;
	}
	
	#issues li h3 {
					color: #DF0A16;
					font-size: 25px;
					margin: 16px 0 14px 0;
					font-family: 'Schoolbell', cursive;
					font-weight: normal;
					text-align: center;
	}
	
	
h4{
	text-align: left;
	color: #E6834C;
	margin-bottom: 4px;
	font-weight: strong;
	font-size: 13px;
	
}
	
				#issues li p {
					font-size: 13px;
					font-family: Arial, Helvetica, sans-serif;
					margin-right: 40px;
					line-height: 17px;
					z-index: 1;
				}
	
				#issues li p {
					font-size: 13px;
					font-family: Arial, Helvetica, sans-serif;
					margin-right: 40px;
					line-height: 17px;
					z-index: 1;
				}

	
		
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 190px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position: 0 -76px;
			}
			#next {
				right: 0;
				background-image: url('../images/next.png');
			}
			#prev {
				left: 0;
				background-image: url('../images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}



.lireaussibleu, .titrebleu
{
font-family: 'Schoolbell', cursive;
color: #6BAFCA;
font-size: 19px;
margin-bottom: 10px;
}

.lireaussivert, .titrevert
{
font-family: 'Schoolbell', cursive;
color: #6EAB23;
font-size: 19px;
margin-bottom: 10px;
}
.lireaussirouge, .titrerouge
{
font-family: 'Schoolbell', cursive;
color:  #DF0A16;
font-size: 19px;
margin-bottom: 10px;
}

