
/* Product.aspx  */

.ProductContent
{
	/*margin:15px;
	padding:5px;*/
}

.ProductDescription
{
	width:100%;
}

.ProductExternalLink
{
	float:right;
	display:inline;
	padding:4px 8px;
	margin:2px;
	width:200px;
	vertical-align:top;
}

.ProductExternalLinkEdit
{
	display:inline;
	padding:4px 8px;
	margin:2px;
	vertical-align:top;
}


.ProductCharacteristics
{
	clear:both;
	float:left;
	height:50%;
	width:100%;
	background-color:Gray;
	margin:1px;
}

.bandeauCharacteristics
{
	margin:15px;
	padding:5px;
}


.ProductLogo
{
	width:500px;
	white-space:nowrap;
	border:0px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #61637E;
}


/* Images menu */
.prdEssentials
{
	background-image: url('/App_Themes/DefaultTheme/Images/boutons/BtnNEssentials.gif');	
	width:205;
	height:31;
}
.prdEssentials:HOVER
{
	background-image: url('/App_Themes/DefaultTheme/Images/boutons/BtnNEssentialsRO.gif');	
	width:205;
	height:31;
}
