#corps {
	background-image:url(../../images/outils/trames.png);
	position: absolute; 
	top: 0; 
	left:0;
	overflow: hidden; 
	width: 100%;
	height: 100%;
}

#navigation {
	width: 7600px;
	height: 4200px;
	background-image:url(../../images/outils/etapes.png);
	/*top: -425px;
	left: -470px;*/
	position: absolute;
}


.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: 98px;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 0px;
	padding-top: 0px;
}
.header h1 span { 
	font-size: 15px;
	letter-spacing: 5px;
	/*line-height: 23px;*/
}

.sousMenu {
	height: 25px;
	margin-bottom: 12px;
	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); 
}

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

/* VISUEL */
.visuel {
	position: relative;
	display: block;
	overflow: hidden;
	width: 900px;
	height: 370px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.visuel h3, .visuel p  {
	position: absolute;
	width: 100%;
	background-image: url(../../images/design/bck_content3.png);
}
.visuel h3 {	
	height: 130px;
	line-height: 130px;	
	top: -130px;
	color: #819f1b;
	font-size: 18px;
	text-transform: uppercase;
}
.visuel span{	
	display: block;
	width: 385px;
	height: 130px;
	margin: auto;
	background-image: url(../../images/design/titreArticle.png);
	background-repeat: no-repeat;
	background-position: center;
}
.visuel p {
	bottom: -70px;
	height: 55px;
	display: block;
	color: #524237;
	padding-top: 15px;
}

#article1, #article2, #article3, #article4, #article5, #article6, #article7, #article8, #article9, #article10, #article11, #article12 {
	width: 960px;
	height: 550px;
	position: absolute;
	overflow: hidden;
}

#article1, #article2, #article3, #article4  {
	top: 425px;
}
#article1 {
	left: 470px;
}
#article2 {
	left: 2365px;
}
#article3 {
	left: 4280px;
}
#article4 {
	left: 6175px;
}
/* new line */
#article5, #article6, #article7, #article8 {
	top: 1825px;
}
#article5 {
	left: 470px;
}
#article6 {
	left: 2370px;
}
#article7 {
	left: 4270px;
}
#article8 {
	left: 6170px;
}
/* new line */
#article9, #article10, #article11, #article12 {
	top: 3225px;
}
#article9 {
	left: 470px;
}
#article10 {
	left: 2365px;
}
#article11 {
	left: 4280px;
}
#article12 {
	left: 6175px;
}


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

	.visuel p{
		bottom:0 !important;
	}

	.visuel h3{
		top:0 !important;
	}
}