/* VIGNETTE */
.vignette {
	position:relative;
	float:left;
	width:550px;
	height:auto;
	margin:10px auto;
	padding:10px;
	padding-right:0px;
	background-color:#fcf;
	border:1px solid #999;
	background-image:url(../images/FONDVIG2.gif);
	background-repeat:repeat-x;
	font-weight:normal;
}

div.v-photo {
	position:relative;
	float:left;
	width:60px;
	height:120px;
	z-index:5;
	padding:0px;
	margin:0px;
}

div.v-photo p {
	width:60px;
}

div.v-photo a {
	text-decoration:none;
}

div.v-photo a:hover{
	color:#F6C;
}

div.v-pic {
	height:60px;
	width:60px;
	margin-bottom:10px;
}

div.v-pic img {
	width:60px;
	height:60px;
	border:1px solid #999;
}

div.v-pic img:hover {
	top:0px;
	width:150px;
	height:150px;
	position:relative;
	border:1px solid #999;
}

div.v-desig {
	position:relative;
	float:left;
	width:320px;
	margin-left:10px;
	text-align:left;
	font-weight:normal;
}

div.v-desig  p {
	margin:0;
	padding:4px 0;
}
	
div.v-desig a {
	font-weight:bold;
	text-decoration:underline;
	color:#993366;
}
	
div.v-desig a:hover {
	color:#FF66CC;
	text-decoration:underline;
}

div.v-prix {
	position:relative;
	float:right;
	width:160px;
	text-align:center;
}

div.v-remQte {
	position:relative;
	float:right;
	width:160px;
	text-align:center;
}

div.v-prix p, div.v-remQte p{
	margin:0;
	padding:3px 0;
}

div.v-remQte table {
	width:160px;
}

input.refProduit {
	border:none;
	background-color:transparent;
}

div.vignette input.submit {
	font-weight:bold;
	color:#936;
	background-color:#fff;
	text-align:center;
	margin-left:10px;
	border:1px solid #936;
}

div.vignette input.submit:hover{
	cursor:pointer;
	color:#fff;
	background-color:#936;
	border:1px solid #fff;
}

div.vignette select {
	background-color:#f5e3ff;
	font-weight:bold;
	border:1px solid #936;
	color:#936;
}
