/* ----- table Catalogue ---------- */
table.catalogue tr {
	cursor: pointer;
	padding:2px;
	margin-top:2px;
	margin-bottom:2px;
	width:90%;
	border-bottom:1px dotted #000000;
}
table.catalogue td.productImageItem1 {
	width:15%;
	overflow:hidden;
/*	background:#ffffff;
*/	padding-right:0px;
	margin-right:4px;
}
table.catalogue td.productImageItem2 {
	width:86px;
	height:80px;
	overflow:hidden;
/*	background:#ffffff;
*/	padding-right:0px;
	margin-right:6px;
	
}
table.catalogue td.productInfoItem {
	width:50%;
	margin-left:8px;
	padding-left:8px;
}

table.catalogue td.productInfoItem font.intitule {
	display: block;
	font-family:times, serif;
	font-size : 12pt;
	font-style:italic;
	margin-bottom:6px;	
	color:#85151b;
	
}

/* ------------- Intitulé ----------------------------- */
table.product font.intitule {
	display: block;
	font-size : 10pt;
	color:#85151b;
	font-weight:bold;
}

font.intitule:first-letter {
	text-transform: uppercase;
}

table.product font.text {
	display: block;
	font-size : 10pt;
	color:#85151b;
	
}

/*table.product font.text:first-letter {
	text-transform: none;
}*/

table.product td.col1 {
	height:20px;
	width:25%;
	font-weight:bold;
}
table.product td.col2 {
	height:20px;
	width:75%;
	color:black;
}
td.dotted {
	background: url(../pictures/dotted.gif) top left repeat-x;
}

/* --------------- tools ferrés à droite --------------- */
#mainBoxTools {
	text-align:right;
}

/* --------------- icone panier -------------- */
img.basketIcon {
	height:30px;
	width:30px;
	float:left;
}

img.iconProduct {
	height:32px;
	width:86px;
	float:left;
	margin:2px;	
}

div.catalogue {
	font-size:8pt;
	text-align:center;
	height:auto;
	clear:both;
	width:100%;
}

div.catalogue div.product {
	height:190px;
	width:140px;
	float:left;
	background-color:#ffffff;
	border: 1px solid black;
	margin:5px;
	padding:2px;
	overflow:auto;
}

div.catalogue div.product:hover {
	background-color:#F3F3F3;
	border: 1px solid #85151B;
}

div.catalogue div.product  div {
	margin-right:auto;
	margin-left:auto;
	background-color:transparent;

}

div.catalogue div.product  div a {
	margin-right:auto;
	margin-left:auto;
	background-color:transparent;
}

div.catalogue div.product div a img.vignette {
	margin-right:auto;
	margin-left:auto;
}

