ul#catalogue { width:100%; }
ul#catalogue li { width:100%; height:162px; clear:both; border-bottom:1px solid #acacac; position:relative; }
ul#catalogue li div.image {width:150px; height:150px; border:1px solid #acacac; margin:5px; float:left; background-color:#FFFFFF; }
ul#catalogue li div.image img.produit { width:99%; }

#content ul#catalogue li.cat h2 { margin-bottom:5px; padding-top:5px; }
#content ul#catalogue li.cat h2 a { clear:right; text-decoration:none; font-family:'Helvetica-25-ultraLight', arial narrow, arial; margin-top:5px; }

#content #catalogue div.priceContainer { float:left; width:150px; }
#content #catalogue .cat p.tarif { margin:0; height:30px; }

#content #catalogue .cat p.description { width:430px; margin:0; float:left; _width:400px; }
p.infosProduit { display:none; }

#catalogue div.pourcentage {
	background:transparent url("img/pourcentage-categorie.gif") no-repeat top left;
	background:transparent url("img/pourcentage-categorie-ie.gif") no-repeat top left\9;
	width:80px; 
	height:80px;
	position:absolute;
	z-index:10;
	margin:5px;
	left:0;
	top:0;
	}
#catalogue div.pourcentage p {
	-moz-transform:rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	color:#FF0;
	font-family:"Helvetica-77-boldCondensed", arial narrow, arial; font-weight:bolder\9;
	font-size:1.8em;
	left:1px; left:5px\9;
	letter-spacing:-0.05em;
	line-height:1.2em;
	position:absolute;
	top:11px; top:2px\9;
	text-align:center;
	}
