#vignettes {
	width: 124px;
	float: left;
	margin-top: 15px;
}

.vignette {
	background: #FFF;
	display: block;
	width: 59px;
	height: 59px;
	text-align: center;
	float: left;
	padding-top: 3px;
	margin: 0 3px 3px 0;
}
#vignettes a{
	background: #FFF;
	opacity: 0.5;
}
#vignettes a:hover{
	opacity: 1;
}
#vignettes .select a{
	background: #FFF;
	opacity: 1;
}
#cadre {
	width: 410px;
	height: 357px;
	background: url(../img/fond_zoom.jpg) no-repeat;
	float: left;
	text-align: center;
	padding-top: 33px;
	margin-top: 6px;
}
#cadre img{
	margin-right: 0px;
}
#detail span{
	float: left;
	width: 220px;
	color: #8DC63F;
	text-align: right;
	font-weight: bold;
	margin-top: 5px;
	padding: 2px 0;
}
#detail div{
	color: #FFF;
	float: left;
	width: 260px;
	font-weight: bold;
	background: #535353;
	margin-top: 5px;
	margin-left: 6px;
	padding: 2px 5px;
}
#detail img{
	float: left;
	margin-top: 5px;
	margin-left: 86px;

}
#panier{
	width: 100%;
}
#panier tr th{
	background: #383838;
	color: #8DC63F;
	padding: 2px 8px;
	text-align: left;
}
#panier tr td{
	background: #383838;
	padding: 2px 8px;
	font-weight: bold;
}
#panier tr td a:link	, #panier tr td a:visited{
	color: #B6B5B6;
}
#panier .noBack{
	background: none;
}
#panier span{
	color: #FF0B7C;
}

#coordonnees {
	width: 420px;
}
#coordonnees div{
	clear: both;

	margin-top: 10px;
}
#coordonnees label{
	width: 100px;
	float: left;
	text-align: right;
	color: #8DC63F;
}
#coordonnees input, #coordonnees textarea{
	width: 300px;
	float: left;
	color: #B6B5B6;
	background: #383838;
	border: 0;
	font-weight: bold;
	margin-left: 10px;
}
textarea{
	overflow: auto;
}
#submit {
	background: #FF0B7C;
	color: #FFF;
	font-weight: bold;
	border: 0;
	padding: 2px 8px;
	float: right;
	margin-right: 123px;
}
