/* Fiche PRODUIT */
#ficheProduit {
	position:relative;
	float:left;
	width:550px;
	margin:10px 0px;
	padding:5px;
	height:auto;
	border:1px dashed #bbb;
}

#p-detail {
	position:relative;
	float:left;
	width:430px;
	margin-left:5px;
}

#p-ref {

}

#p-prix p, #p-remQte p{
	padding:0;
	margin:0;
}

#p-prix, #p-remQte {
	position:relative;
	float:left;
	width:210px;
	min-height:50px;
}

#p-remQte{
	text-align:center;
	border:0px solid red;
}

#p-remQte table  {
	width:200px;
	margin-left:auto;
	margin-right:auto;
}

#p-commander {
	position:relative;
	float:right;
	width:570px;
	height:auto;
	text-align:right;
	margin-top:15px;
}

#p-commander select, #p-commander input {
	margin-right:7px;
}

#p-commander select {
	background-color:#f5e3ff;
	font-weight:bold;
	border:1px solid #936;
	color:#936;
}

#p-commander p {
	margin:0;
	padding:0;
}

#p-description {
	clear:both;
}

#p-photo {
	position:relative;
	float:left;
	height:110px;
	width:110px;
	z-index:5;
	border:none;
	text-decoration:none;
}

#p-photo p {
	text-align:center;
}

#p-photo img {
	width:110px;
	height:110px;
	border:1px solid #999;
}

#p-photo img:hover {
	width:230px;
	height:230px;
	position:relative;
	border:1px solid #999;
}

#promomarque{
	text-align:center;
	font-weight:bold;
}

div.p-desig {
	min-height:20px;
	height:auto;
	width:230px;
	color:#FF66CC;
	background-color:#e2ff71;
}

div.p-desig a {
	font-weight:bold;
	text-transform:capitalize;
	text-align:center;
	text-decoration:none;
}

div.p-desig a:hover {	
	color:#FF66CC;
	text-decoration:underline;
}

fieldset {
	border:2px solid #f39;
	margin-bottom:10px;
}

legend {
	border:1px solid #f39;
	background-color:#fff;
	font-weight:bold;
	padding:5px 9px;
}

div.iciRelais {
	position:relative;
	float:left;
	width:240px;
	min-height:140px;
	margin:5px 5px;
	padding:5px;
	height:auto;
	border:1px dashed #888;
	background-color:#f9efff
}

div.adrlivok {
	position:relative;
	float:left;
	width:500px;
	min-height:100px;
	margin:5px 5px;
	padding:5px;
	height:auto;
	border:1px dashed #888;
	background-color:#f9efff
}

