/* CSS Document */


.bandeauPage{
	background-image:url(../img/docu-Bandeau.jpg);
	height:auto;
}
.backMenuGauche{
	/*background-image:url(../img/presse-g.gif);*/
}

.menuGauche ul{
	height:96px;	
}

.pastille{
	margin-left:8px;
	margin-top:70px;
}

.menuAutre{
	margin-top:80px;	
}


.backMenuDroite{
	background-image:url(../img/confier-d.gif);
}

.presse_photo{
	width:240px;
	min-height:185px;
}



#content-webDocu{
	width:982px;
	min-height:600px;
	padding:78px 0 0 0;
	margin-left:auto;
	margin-right:auto;
}

#webDocu_carrousel_back{
	display:block;
	margin:11px;
	height:400px;
	background-color: #3A3A3A;
}

#carrousel_content{
	position:relative;
	width:960px;
	height:400px;
	overflow:hidden;
}


#fle_p{
	position:absolute;
	z-index:2;
	top:180px;
	left:5px;
	cursor:pointer;
}

#fle_n{
	position:absolute;
	z-index:3;
	top:180px;
	right:5px;
	cursor:pointer;
}

#webDocu_carrousel_back ul {
	position:absolute;
	margin:0px;
	padding:0px;
	z-index:1;
}
#webDocu_carrousel_back ul li{
	float:left;
	list-style:none;
	width:482px;
	height:400px;
	margin:0px;
	padding:0px;
	background-color:#000;
	text-align:left;
}

#web_actu_liste{
	margin:40px 0 0 11px;
	padding:0px;
}
#web_actu_liste li{
	font-size:11px;
	float:left;
	list-style:none;
	width:198px;
	padding-right:25px;
	border-right:solid 1px #DADADA;
}
#web_actu_liste li+li{
	padding-left:25px;
}
#web_actu_liste li+li+li+li{
	border-right:none;
}



