/* CSS Document */

div.slideshow {
	width: 100%;
	height: 325px;
	background: #5d5c53;
	overflow: hidden;
}
div.slideshow ul li img {
	border-left: 1px solid #5d5c53;
	border-top: 1px solid #5d5c53;
}	

div.L_slideshow ul.liens {
	position: relative; top: 3px; left: 5px;	
}
div.L_slideshow ul.liens li a {
	display: block;
	height: 23px; width: 26px;
	padding-top: 3px;
	margin: 2px;
	border: 1px solid #5b5a51;
	background: #6f6e66;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; line-height: 18px;
	color: #4a4941;
}
div.L_slideshow ul.liens li a:hover, div.L_slideshow ul.liens li a.actif {
	border: 1px solid #494942;
	background: #d1cfbf;
	color: #646464;
}

#map {
	display: block;
	height: 286px;
	width: 250px;
	background: #E9FCFA;	
	border-left: 1px solid #5d5c53;
	border-top: 1px solid #5d5c53;
}

.caption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px; line-height: 18px;
	color: #f6f5ee;
	text-transform: uppercase;
	position: relative;left: 20px; top: 8px;
}