
#nav {

/*	display:inline;*/
	margin: 0px;
	padding: 0px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

#nav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #EEBC73;
	text-decoration: none;
	height: 18px;
	width: 18px;
	font-style: normal;
	float: left;
	text-align: left;
	vertical-align: top;
	padding-left: 0.5em;
	margin-left: 0em;
	margin-right: 0em;
	background-color: #F2EEE4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0BC71;
	margin-top: 0.5em;
	padding-top: 0.5em;
	margin-bottom: 1em;
	padding-right: 0px;
	
	display:inline;
	list-style: none;
}

#nav a {
	color: #666666;
	text-decoration: none
}

#slideshow{
	width:635px;
	height:400px;
	text-align:center;
}

#slideshow a {
	text-decoration: none;
}

#conteneur_diapo {
	width:635px;

	text-align:center;
	margin-right:auto;
	margin-left:auto;
	text-transform: uppercase;
}

#nav a.activeSlide { color: #E48E11 }
#nav a:focus { outline: none; }

#next {	text-decoration: none}

#next a {	color: #666666;}

#prev {	color: #666666;
	text-decoration: none
}

#prev a {
	color: #666666;
	text-decoration: none
}

#pause{
	color: #666666;
	text-decoration: none	
}	
