/**********************************************************************/
/* Gestion des DIV de mise en page
*/
#container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-color: #FFFFFF;
	border: 1px solid #4F7C9B;
}

#menuhaut{
	padding: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	width: 950px;
}	
#content {
	float: left;
	padding: 10px;
	margin-left: 0px;
	width: 730px;
	}
#header {
	background-image:url(/Templates/les-fourgs/Charte/Bandeau-haut/fondHaut.gif);
	position: relative;
	height: 165px;
	width: 100%;
	}
#imagecentre{
	position: absolute;
	left:0px;//378
	top:0px;
	z-index:2;
}
#Script1 {
	position: absolute;
	height: 155px;
	width: 530px;
	left:381px;
	top:5px;
	z-index:1;
	}
#footer {
	background-color: #fff;
	color: #006;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	}
/* * */
/*Example CSS for the two demo scrollers*/
#nav {
	width: 200px;
	float: right;
	margin-left: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	}
	
#pscroller1{
	margin-left: auto;
	margin-right: auto;
	width: 188px;
	height: 250px;
	padding: 5px;
	background-color: #3D72A6;
	border: 1px solid #F7BB00;
}

#pscroller2{
	margin-left: auto;
	margin-right: auto;
	width: 188px;
	height: 150px;
	padding: 5px;
	background-color: #3D72A6;
	border: 1px solid #F7BB00;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}