
#nav {
	 /*float: left;	*/
	display:inline;
	position: relative;
	text-align:left;	
	margin: 0px;
	padding: 0px;	
}

#nav ul {
margin: 0px;
padding: 0px;
}

#nav li{
	list-style:none;
	margin:0 2px;
	padding:2px;
	display:inline;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000;
	font-size:0.9em;
}


#nav li a{
	margin-left:5px;
}


#nav a {
	color:#000;
}



#nav a.activeSlide { color: #12519F }



#nav a:focus { outline: none; }






#slideshow{



	width:488px;



	height:350px;



	text-align:center;



	margin-bottom: 40px



}

.slideshow{
	width:700px;
	height:480px;
	text-align:center;
}

.conteneur_diapo {
	width:700px;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
}

#slideshow a {



	text-decoration: none;



	text-align: center;



}







#conteneur_diapo {



	width:488px;



	display: block;



	margin: 0 auto;



	text-transform: uppercase;



}




#next, #pause, #prev, #play {



	color: #666666;



	margin: 1px;



	padding: 3px 1px;



	text-decoration: none



}



#next a, #pause a, #prev a  {
	color: #666666;
	margin: 1px;
	padding: 3px 1px;
	text-decoration: none

}





