/* LOCALSCROLL */

/* PANNEAU OUEST */ 
#navigation {
	overflow:auto;
	background-color:#EBA60B;
	width:12%;
	height:550px;
	float:left;
	text-align: left;
	font-size:0.9em;
	border-right:2px solid #888;
}

#navigation .sup{
	margin:26px 10px;
	font-size:14px;
}
#navigation ul{
	margin:5px 0;
	list-style:circle;
	padding-left:5px;						
}
#navigation a{
	color:maroon;
}				
#navigation .sup li{
	margin: 3px 0 !important;
	margin:-4px 0;
	font-size:10px;
}
#navigation a.scrolling{
	color:#933;
}
/* PANNEAU CENTRE */ 
#content{
	text-align:left;
	overflow:auto;
	width:63%;
	background-color:white;
	position:relative;
	height:550px;
	float:left;
	text-align:left;
	margin:15px;

}



#content h2{
	color:#993333;
	margin:20px 0pt;
}
#content a{
	color:#000;
	font-size:10px;
	text-decoration:none;
}

.section{
	width:2500%;
	position:relative;
}


.section .sub{
	position:relative;
	float:left;
	padding:10px 30px;
	width:3.8%;

}

.section .sub p{

}
.section .next, .section .prev{
	font-size:18px;
	position:absolute;
	bottom:15px;
	letter-spacing:-2px;
}
.section .next{
	right:30px;
}
.section .prev{
	left:30px;
}


