/* 
================================
 Containeur Fiche PRoduit
================================
*/   

.containermaster
{
	width: 760px;
	background-color: #f5f5f5;
	border-right: red 0px solid;
	border-top: red 0px solid;
	border-left: red 0px solid;
	border-bottom: red 0px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	
}
.contenu
{
	background-repeat: no-repeat;
	background-image: url(FondFicheProduit.jpg);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=   '#696969' , Direction=135, Strength=5);
	width: 750px;
}
.ZoneAdmin {
	background-color: #f5f5f5;
	width: 750px;
}

