﻿
<style>

/******************************Code CSS*******************************/
#PageCentrale {
 margin-left: auto;
 margin-right: auto;
}
/********************************************************/
#BandeMenuHaut {
 display: block;
 position: fixed;
 margin-top: 0px;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 55px;
 /* z-index: 999;*/
 /* padding-top: 10px;*/  /*décalage du texte vers le bas*/
 text-align: center;
 text-indent: 0px; /*décalage du texte vers la droite*/
 font-size: 18px;
 color: #FFFFFF;
 background-color: #111;
}

  .ParamOpaciteMenu{
    filter : alpha(opacity=90); /* code en plus pour IE9 */
    opacity : 0.9;
  }
  
/********************************************************/  
  
 ul#MenuRubriques
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#MenuRubriques li
{
display: inline;
list-style-type: none;
}

#MenuRubriques a {
padding: 3px 10px;
}

#MenuRubriques a:link, #MenuRubriques a:visited
{
text-decoration: none;
color: #FF0FF0;
background-color: #102D49;
}

#MenuRubriques a:hover
{
text-decoration: none;
color: #FF0FF0;
background-color: #1E5388;
}

/******************************Fin Code CSS****************************/
</style>



* {
	margin: 0;
	padding: 0;
}

body {
	background: #222;
	font-family: Georgia, serif;
	color: #fff;
	font-size: 14px;
}

a {
	color: #ffffcc;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
	a:hover,
	a.selected {
		color: #ffcc00;
	}

h1,h2,h4,h5,h6 {
	text-align: center;
	color: #ccc;
	text-shadow: #000 1px 1px 2px;
	margin-bottom: 5px;
}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 14px;
	}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}

	#timeline {
		width: 800px;
		height: 350px;
		overflow: hidden;
		margin: 100px auto;
		position: relative;
		background: url('../images/dot.gif') left 45px repeat-x;
	}
		#dates {
			width: 800px;
			height: 60px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 100px;
				height: 50px;
				font-size: 24px;
				text-align: center;
				background: url('../images/biggerdot.png') center bottom no-repeat;
			}
				#dates a {
					line-height: 38px;
					padding-bottom: 10px;
				}
				#dates .selected {
			        font-size: 38px;
				}
		
		#issues {
			width: 8000px;
			height: 3500px;
			overflow: hidden;
		}	
			#issues li {
				width: 8000px;
				height: 3500px;
				list-style: none;
				float: left;
			}
				#issues li img {
					float: left;
					margin: 10px 30px 10px 50px;
				}
				#issues li h1 {
					color: #ffcc00;
					font-size: 48px;
					margin: 20px 0;
					text-shadow: #000 1px 1px 2px;
				}
				#issues li p {
					font-size: 14px;
					margin-right: 70px;
					font-weight: normal;
					line-height: 22px;
					text-shadow: #000 1px 1px 2px;
				}
		
		#grad_left,
		#grad_right {
			width: 100px;
			height: 350px;
			position: absolute;
			top: 0;
		}
			#grad_left {
		        left: 0;
		        background: url('../images/grad_left.png') repeat-y;
			}
			#grad_right {
		        right: 0;
		        background: url('../images/grad_right.png') repeat-y;
			}
		
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 170px;
			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;
				}
		}
				
		@media screen and (max-width(770px){
		.sizeliens
	
}


