@import url(style-site.css);


@media print
{
	#product_pageContent
	{
		background: #FFFFFF;
	}

	#product_title
	{
		background: #FFFFFF;
	}
}

@media screen
{
	#product_pageContent
	{
		background: #F7F7ED;
		width: 522px;
	}

	#product_title
	{
		background: #9F9D8C;
	}
}

#textContent
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: normal;
	margin: 0px;
	padding: 20px;
}

#product_pageContent
{
	height: auto !important;
	height: 261px;
	min-height: 261px;
    width: 522px;
    overflow-x: hidden;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#product_title
{
	margin: 0px;
	padding-top: 1px;
	text-align: center;
	height: 21px;
}

#product_pageText
{
	margin: 0px;
	padding: 10px;

	height: auto !important; /*Pour que le div soit bien dimensionn dans IE*/
	height: 238px; /*Pour que le div soit bien dimensionn dans IE*/
	min-height: 238px;
}


/********************/
/** Page catalogue **/
/********************/
#UserControl1__ctl0_tblProducts
{
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#UserControl1__ctl0_tblProducts img
{
	border: 0px;
	margin: 0px;
	vertical-align: bottom;
}

#UserControl1__ctl0_tblProducts td
{
	text-align: center;
	width: 160px;
	padding-bottom: 10px;
}


/*******************************/
/** Page products et produits **/
/*******************************/
#productTable
{
	border: 0px;
	padding: 0px;
	border-collapse: collapse;
}

#productTable td
{
	border: 0px;
	border-spacing: 0px;
	padding: 0px;
}

#productTable img
{
	border: 0px;
	margin: 0px;
	vertical-align: bottom;
}




