.macamat-list
{
}

/* LIST ITEM */
.macamat-item
{
	width:220px;
	text-align:left;
	margin:0 5px 3px 0;
	float:left;
	height:75px;
	overflow:hidden;
	position:relative;
}
	.macamat-item a
	{
		z-index:inherit;
		display:block;
		text-decoration:none;
		background:#bab587;
		width:220px;
		height:75px;
	}
	.macamat-item a:hover
	{
		background:#e4e0bb;
	}
	.macamat-item a img
	{
		float:left;
		/*
			width:100px;
			height:75px;
			soverflow:hidden;
		*/
	}
	.macamat-item a span.macamat-list-item-intitule
	{
		display:block;
		sposition:absolute;
		sleft:110px;
		stop:5px;
		float:right;
		width:110px;
		padding-top:5px;
		sdisplay:inline-block;
		font-size:11px;
	}
	
	
	#content_wrapper .produit h2
	{
		padding:5px 0 15px 0;
	}
	#content_wrapper .produit h3 {
		font-size: 14px;
		color:#765723;
		padding:3px 3px 3px 20px;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		background:url(../images/dot.gif) no-repeat 3px 6px;
		border-bottom:1px solid #a38044;
	}
	
	.produit
	{
		padding: 0px 0 0 0px;
	}
		.produit-photos
		{
		}
			.gallery
			{
				width:350px;
				padding:0 4px 0 0;
				float:left;
				min-height:150px;
			}
				.gallery  img
				{
					padding:3px;
					border:1px solid #AEAB80;
					background:#AEAB80;
				}

			.gallery-miniatures
			{
				margin-left:360px;
			}
				.gallery-miniatures ul
				{
					padding:0; margin:0;
					list-style-type:none;
				}
				/*
					.gallery-miniatures ul li
					{
						padding:0; margin:0 2px 2px 0;
						display:block;
						float:left;
					}
				*/
					.gallery-miniatures a
					{
						margin:0 2px 2px 0;
						display:block;
						float:left;
						padding:3px;
						background:#AEAB80;
						border:1px solid #AEAB80;
					}
					.gallery-miniatures a:hover
					{
						display:block;
						padding:3px;
						border:1px solid #95926d;
					}
					.gallery-miniatures a.actual
					{
						background:#8a7f1d;
						display:block;
						padding:3px;
						border:1px solid #a38044;
					}
		.produit-texte
		{
			clear:both;
			/*
			width:425px;
			float:right;
			*/
		}
			.produit-texte-comments
			{
				width:265px;
				float:right;
			}
				.produit-texte-comments h3
				{
					margin-right:10px;
				}
			.produit-texte-desc, .produit-texte-car
			{
				width:400px;
			}
	
	.produit-devis
	{
		height:60px;
		padding-top:10px;
		clear:both;
	}
	.produit-devis-bt-fr
	{
		display:block;
		width:225px; height:53px;
		float:right;

		background:url(../images/demande_devis.jpg) no-repeat 0 0;
		text-indent:-9999em;
		overflow:hidden;
	}
	.produit-devis-bt-fr:hover
	{
		background-position:0 100%;
	}
