#slideshow {
	list-style:none;
	color:#fff;
}
#slideshow span {display:none}
#wrapper {
	width:782px;
	display:none;
	height: 303px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 50px;
}
#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	width:782px;
	height:303px;
	background-color: #591F1E;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#information {
	position:absolute;
	bottom:0;
	width:782px;
	height:0;
	color:#000;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=100);
}
#information h3 {
	padding:4px 8px 3px;
	font-size:14px;
}
#information p {padding:0 8px 8px}
#image {
	width:782px
}
#image img {
	position:absolute;
	width:auto;
	z-index: 25;
}
#imgprev {
	left:0;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#imgnext {
	right:0;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#imglink {
	position:absolute;
	height:306px;
	width:100%;
	z-index:100;
	opacity:1;
	filter:alpha(opacity=40)
}
#thumbnails {
	margin-top:15px;
	width: 695px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
}
#slideleft {
	float:left;
	width:20px;
	height:81px;
	background-image: url(scroll-left.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#slideleft:hover {
	background-color:#CCC
}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}

#slideright {
	float:right;
	width:20px;
	height:81px;
	background-image: url(scroll-right.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideright:hover {
	background-color:#CCC
}
#slidearea {
	float:left;
	position:relative;
	width:653px;
	height:120px;
	overflow:hidden;
}
#espace-diapo {
	height: 85px;
}

#slider {
	position:absolute;
	left:0;
	height:81px
}

.backgroung-color-vert {
	background-color: #cbd502;
}
.backgroung-color-marron {
	background-color: #571f1e;
}
.backgroung-color-bleu {
	background-color: #93D5E5;
}
.backgroung-color-violet {
	background-color: #8E3B88;
}
