@charset "UTF-8";
/* CSS Document */
#scroller{
	height: 347px;
	width: 310px;
	float: left;
}
h2{
	margin-top: 5px;
}
h2 a.btn_devis{
	height: 36px;
	width: 186px;
	line-height: 36px;
	display: block;
	float: right;
	background: url(img/btn_devis.jpg) no-repeat;
}
#produit{
	float: left;
	width:500px;
}
#produit p{
	margin: -20px 0 0 0;
	font-size: 10px;
	color: #6C6B6B;
}
#produit p strong{
	color: #000;
}
#produit p .description{
	font-size: 12px;
	color: #000;
}
a.btn_video{
	display: block;
	width: 165px;
	height: 22px;
	line-height: 22px;
	margin-left: 325px;
	background: url(img/btn_video.jpg) top left;
}
a.btn_video:hover{
	background-position: bottom left;
}
