.carrousel {
	/*position:relative;*/
	margin:0;
	padding:0;
	/*height:180px;*/
}
.carrousel li {

	/*float:left;*/
	/*width:168px;*/
	height:200px;
	/*margin:0 5px;*/

	padding:0;
	list-style:none;
	line-height: 20px;
}

.carrousel-conteneur{
	/*position:relative;
	width:100%;
	/*height:180px;*/
	/*overflow:hidden;*/
}

.car_image{
	/*width:100%;*/
	cursor:pointer;
	height:140px;
	  overflow:hidden; 
	  /*position:relative; */
	  background-repeat:no-repeat;
	  background-position:center;
}

.prev{
	position:absolute;
	top:40px; left:9px;
	width:35px;
	height:50px;
		 background:url(http://www.france-troc.com/pics/icons/carrou_prev.png) no-repeat left ;
		 
		opacity:0.5;
					-moz-transition: all .15s ease-in-out;
					-webkit-transition: all .15s ease-in-out;
					-o-transition: all .15s ease-in-out;
					-ms-transition: all .15s ease-in-out;
					transition: all .15s ease-in-out;
							 
	cursor:pointer;
	z-index:2;
}

.prev:hover{
	background:url(http://www.france-troc.com/pics/icons/carrou_prev.png) no-repeat left ;		 
	opacity:1;
}

.next{
	position:absolute;
	top:40px; right:9px;
	width:35px;
	height:50px;
		 background:url(http://www.france-troc.com/pics/icons/carrou_next.png) no-repeat right;
		opacity:0.5;
					-moz-transition: all .15s ease-in-out;
					-webkit-transition: all .15s ease-in-out;
					-o-transition: all .15s ease-in-out;
					-ms-transition: all .15s ease-in-out;
					transition: all .15s ease-in-out;
	cursor:pointer;
	z-index:3;
}
.next:hover{
	background:url(http://www.france-troc.com/pics/icons/carrou_next.png) no-repeat right ;		 
	opacity:1;
}

.titre_a{
float:left; position:absolute; top:100px; width:165px; background-image:url(http://www.france-troc.com/pics/trans.png); line-height:12px; padding:5px;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9); box-shadow:1px 0px 5px rgba(0, 5, 10, 0.5) inset;

}

.car_image img{max-width:200px; min-height:130px; }


@media (max-device-width:400px), (max-width:400px) {

	/*.c_13{ font-size:16px;}*/
.carrousel li {background-color:#FFFFFF;}
/*
.car_image{
	margin-bottom:2px; width:100%; max-height:80px; overflow:hidden; position:relative; background-position:center;  border: 1px solid  #000;
}

.car_image img{max-width:140px; min-height:100px; }

	.carrousel {
		height:100px;
	}
	.carrousel li {
		width:140px;
		height:150px;
	}
	.carrousel-conteneur{
		height:150px;
	}
	.next{
		top:20px;
	}

	.prev{
		top:20px;
	}

	.titre_a{
		top:50px; width:130px; 
	
	}
*/
}