.SCROLL {
	width: 120px;
	margin-left: 0px;
	margin-top: 0px;
	position: relative;
	height: auto;
}
.WRAPPER {
	width: 120px;
	margin: 0;
	top: 0px;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
	height: auto;
	margin-left: 0px;
}
.SCROLL ul a img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.SCROLL .WRAPPER ul {
	width: 9999px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: relative;
	top: 0;
}
.SCROLL ul li {
	float:left;
	height: auto;
	width: 120px;
	padding: 0px;
}
.SCROLL ul li a img {
}
.SCROLL .arrow {
	display: block;
	height: 11px;
	width: 100px;
	background: url(images/habillage/FLECHES.png) no-repeat 0 0;
	text-indent: -999px;
	position: absolute;
	top: 148px;
	cursor: pointer;
	margin-left: 0px;
}
.SCROLL .forward {
	background-position: 0 -1px;
	right: 0;
	left: 100px;
	color: #FFFFFF;
}
.SCROLL .back {
	background-position: 3px -29px;
	left: 0px;
}
.SCROLL .forward:hover {
  background-position: 0 -15px;
}
.SCROLL .back:hover {
	background-position: 3px -42px;
}
.BLOC-1{
	float:right;
	width:120px;
	page-break-after: auto;
	height:150px;
	margin-top: 5px;
}
.BLOC-2{
	height:150px;
}