.h3_inactive { font-weight:600; font-size:1em; margin:0; cursor:pointer;
	padding:10px 15px 10px 30px; 
	border:1px solid #B4B4B4;
	background-color:#f7f7f7;
	color:#2c2c2c;	
	background:url(../images/puce_filtres.png) no-repeat right 10px center #f7f7f7;
	-webkit-border-radius:5px;  -moz-border-radius:5px;  border-radius:5px;
}
.h3_active {background:url(../images/puce_filtresh.png) no-repeat right 10px center #f7f7f7;}
.contenu_filtres { float:left; width:100%; background:#f7f7f7; border:1px solid #ccc; margin:0;
	-webkit-border-radius:5px;  -moz-border-radius:5px;  border-radius:5px; 
	padding:20px;
}
.collection_cocher {margin:2px 0 5px 5px;}

.collection_images_gammes {float:left; margin:0px 25px 0px 0px;}

.accordion_contenu { position:relative; top:0; margin:0; width:100%; background:#fff;
	padding:15px; 
	border:1px solid #999;	display:none;
	-webkit-border-radius:4px; -moz-border-radius:4px;  border-radius:4px;
}
.resume_access {cursor:pointer;}

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 25px;
	margin: 0 auto; 
	background:transparent;
	line-height: 8px;
	text-align: center;
	overflow: hidden;
}
.image_collection { width:70%; margin:0; }
.caract_collection { width:60%; margin:0; }

.picto_colors { 
display:inline-block; 
width:18px; 
height:18px; 
border:1px solid #d1cfcf; 
border-radius: 3px; 
margin-right:0.18em; 

/*box-shadow:#CCC;-moz-box-shadow: 0px 1px 5px 1px #cfcfcf; -webkit-box-shadow: 0px 1px 5px 1px #cfcfcf;
-o-box-shadow: 0px 1px 5px 1px #cfcfcf; box-shadow: 0px 1px 5px 1px #cfcfcf;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=180, Strength=5);*/
}

.picto_colors:last-child { 
margin-right:0px;
}


@media only screen and (max-width:980px) { 
.contenu_filtres { padding:10px 0 10px 0;
}
.rsDefault .rsBullets {
	bottom: 10px;
}
.image_collection { width:70%; margin:0; }
.caract_collection { width:50%; margin:0; }


}