/* Sample 4*/
#box4{ font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; position:absolute; }
#box4 div{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width:462px; height:246px; float:left; cursor: pointer; }

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{ margin: 0; }
#box4 strong { font-size: 12px; font-weight: bold; margin: 0; }
.txt_rose { color: #fff; background-color: #d9317d; padding: 4px; }
.txt_orange { color: #fff; background-color: #ef8500; padding: 4px; }
.txt_vert { color: #fff; background-color: #86ab22; padding: 4px; }
/* ********************************** */
/*
.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	width:240px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask1{
	position:relative;
	width:480px;
	height:180px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:240px;
	height:180px;
	overflow:hidden;
}*/
.mask3{
	position:relative;
	width:462px;
	height:246px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

.buttons{ background-color: #fff; position: absolute; right: 0; bottom: 20px; width: 70px; height: 18px; margin: 0; padding:10px 0 0 10px; bor }
#corner_buttons { position: absolute; top: 0; left: 0; margin-left: -4px; }
.buttons span{ background-image: url(../img/puce_sliderN.gif); background-repeat: no-repeat; background-position: 0 0; width: 10px; height: 10px; float: left; margin-right: 4px; padding: 0; display: block; }
.buttons span.active, .buttons span:hover{ background-image: url(../img/puce_sliderO.gif); background-repeat: no-repeat; background-position: 0 0; cursor: pointer; }
