﻿A.ucwProduit
{
	display: block;
	float: left;
	border: 0px;
	cursor: default;
	text-decoration: none;
	margin-bottom: 8px;
	width: 480px;
	height: 68px;
	background-image: url(../images/ucProduit_out.png);
}
A.ucwProduit:hover
{
	background-image: url(../images/ucProduit_in.png);
}

IMG.ucwProduit
{
	width: 32px;
	height: 32px;
	padding-top: 18px;
	padding-left: 8px;
	display: inline;
	float: left;
}

DIV.ucwProduitTitle
{
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 21px;
	text-align: left;
	width: 416px;
	height: 21px;
	overflow: hidden;
}
DIV.ucwProduitDesc
{
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 21px;
	text-align: left;
	width: 416px;
	height: 21px;
	overflow: hidden;
}
DIV.ucwProduitMarque
{
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 21px;
	text-align: left;
	text-indent: 12px;
	float: left;
	width: 284px;
	height: 21px;
	overflow: hidden;
}
DIV.ucwProduitPrix
{
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 21px;
	text-align: right;
	float: left;
	width: 70px;
	height: 21px;
	overflow: hidden;
}
