/** Styles utilis�s dans la liste des produits **/
TABLE.product
  {

margin-bottom:10px;               
  }

TD.product_details
  {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: center;
	font-size:10pt;
    text-align: justify;
    white-space: normal;
	color:#253247;
  }
.product_title {
	font-size:11pt;
	font-weight:bold;
}
.product_links {
	margin-top:20px;
}
.product_links a {
	font-weight: bold;
	color: #850B0B;
	font-size:9pt;
}
.product_images_links {
	margin-top:20px;
	text-align: center;
}
.product_images_links a {
	font-weight: bold;
	color: #850B0B;
	font-size:9pt;
}
td.prod_thumbnails {
vertical-align:top
}
.prod_thumbnails img {
border-width:0px;
}
table.product_pictures {
width:695px;
}
td.product_picture {
width:250px;
text-align:center;
}
td.product_bigpicture {
width:400px;
height:302px;
text-align:center;
}
