#corps {
	position: absolute;
	top: 0; 
	left:0;
	overflow: hidden; 
	width: 100%;
	height: 100%;
}

.header h1 {
	display: block;
	width:100%; 
	text-align: center;
	color: #96a610;
	background-image: url(../../images/design/header.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 91px;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 5px;
}
.header h1 span { 
	font-size: 15px;
	letter-spacing: 5px;
	/*line-height: 15px;*/
}

.sousMenu {
	height: 25px;
	margin-bottom: 25px;
	text-align: center;
}
.sousMenu li {
	display: inline;
	text-transform: uppercase;
	margin-left: 10px;
}
.sousMenu li a {
	font-weight: bold;
	font-size: 12px;
	color: #592418;
	text-decoration: none;
	line-height: 25px;
}
.sousMenu a:after, .sousMenu a:before {
	content: url(../../images/design/lien_vide.png);
	
}
.sousMenu a:hover:before, .sousMenu a.selected:before {
	content: url(../../images/design/lien_before.png); 
}
.sousMenu a:hover:after, .sousMenu a.selected:after {
	content: url(../../images/design/lien_after.png); 
}

.visuelGauche, .visuelDroite {
	display: block;
	width: 482px;
	height: 368px;
	overflow: hidden;
}
.visuelLeft {
	margin-left: 30px;
}
.visuelDroite {
	margin-right: 30px;
}
.contentRight, .contentLeft {
	width: 385px;
	display: block;
	text-align: center;
	font-family: Garamond, arial, serif;
	padding: 10px;
	height: 350px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../../images/design/bck_content.png);
}
.contentRight {
	float: right;
	margin-right: 30px;
}
.contentLeft {
	float: left;
	margin-left: 30px;
}

h2 {
	margin: auto;
	margin-bottom: 10px;
	width: 385px;
	height: 102px;
	background-image: url(../../images/design/titreArticle.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	color: #96a610;
	font-size: 18px;
	text-transform: uppercase;
}
h2.oneTitle {
	line-height: 97px;
}
h2.twoPartTitle {
	line-height: 80px;
}
h2 span {
	display: block;
	margin-top: -60px;
}

.btsNavigation {
	margin-top: 10px;
	clear: both;
	text-align: center;
	width: 100%;
}
.btsNavigation a{
	margin-left: 2px;
	margin-right: 2px;
}

#navigation {
	width: 7600px;
	height: 1000px;
	background-image:url(../../images/histoire/trames.png);
	top: 50%;
	margin-top: -505px;
	position: relative;
}

#articles {
	position: absolute;
	width: 7600px;
	height: 550px;
	top: 50%;
	margin-top: -275px;
	background-image: url(../../images/histoire/etapes.png);
	background-repeat: repeat-x;
	color: #524237;
}

#articles p { 
	font-size: 16px;
	font-family: Garamond, serif;
}

#article1, #article2, #article3, #article4 {
	width: 960px;
	height: 550px;
	position: absolute;
	/*background-color: silver;*/
	overflow: hidden;
}

#article1, #article2, #article3, #article4  {
	top: 50%;
	margin-top: -275px; 
}
#article1 {
	left: 470px;
}
#article2 {
	left: 2370px;
}
#article3 {
	left: 4270px;
}
#article4 {
	left: 6170px;
}


@media screen and (max-width: 850px) {
	div.sousMenu{
		width:500px !important;
		margin:auto;
		height:auto;
		margin-bottom:10px;
	}

	.visuel p{
		bottom:0 !important;
	}

	.visuel h3{
		top:0 !important;
	}

	.contentRight, .contentLeft{
		width:100% !important;
		margin:0 !important;
	}

	.contentRight *, .contentLeft *{
		width:50%;
		margin:auto;
		position: relative;
	}

	#articles img{
		margin-left:25%;
		margin-bottom:100px;
	}

	#article1, #article2, #article3, #article4  {
		height:auto; 
	}

	h2.twoPartTitle{
		line-height:20px;
		padding-top:30px;
	}
}