@charset "utf-8";
/* Section 2 common layout */

		#sectionTitle{
			position:absolute;
			margin-left:193px;
			margin-top:100px;
			background-image:url(/media/images/nosproduits/watermark.png);
			Xbackground-position:100px 50px;
			background-repeat:no-repeat;		
			width:570px;
			height:76px;
		}
		
		.product_thumb{
			float:left;
			width:148px;
			height:170px;
			margin:15px;
			padding-top:7px;
			border:#FFFFFF solid 1px;
			
		}
		
		.product_thumb img {
			padding-bottom:5px;
		}
		
		.product_thumb:hover{
			border:#d1c789 solid 1px;
		}
		
		
