#subMenuProduit{
	clear:both;
	margin-left:10px;
	padding-left:5px;
	width:101%;
}
#subMenuProduit .productBox{
	float: left;
	width : 200px;
}
#subMenuProduit .productBoxBig{
	width : 315px;
}
#subMenuProduit .productBox h3{
	text-align:center;
}
#subMenuProduit .productBox h4{
	text-align:center;
}
#subMenuProduit .productBox h4 a.selected{
	font-size:larger;
	font-color:black;
}

/* new product css generic style */
#productImgBox {
	float: right;
	width:260px;
	padding: 4px;
	text-align:center;
}
#productImgBox img{
	width:250px;
}
#productImgBox img.forcesize{
}
#productTxtBox {
	width:450px;
	text-align:justify;
}
#productTxtBox h1{
	margin-top:0;
	text-align:left;
}

.productTable{
	width:450px;
	border-collapse:collapse;
}
#productTableChaux{
	width:730px;
}

.productTable th, .productTable td{
	border:1px solid black;
	text-align:center;
	padding:4px;
	font-size: 11px;
}
.productTable td.img-produit{
	width:135px;
}
.productTable td{
	vertical-align:middle;
}
.productTable th.nodecor{
	border:0;
}
