@charset "utf-8";
.usbArtList {
	width: 790px;
	margin: auto;
}
.usbArtForm {
	height: 540px;
	width: 220px;
	float: left;
	padding: 10px 0 10px 20px;
	margin-bottom: 40px;
	background-color: #FFFAF0;
	border: 1px dotted #CCCCCC;
}
.ArtBloc {
	float: right;
	height: 150px;
	width: 180px;
	text-align: center;
}
.usbArtPic {
	background-color: #FFFFFF;
	text-align:center;
}
.usbOptForm {
	height: 640px;
	width: 260px;
	float: right;
	padding: 10px 0 10px 20px;
	background-color: #FFFAF0;
	border: 1px dotted #CCCCCC;
}
.usbOptList {
	float: left;
	width: 500px;
}
.OptBloc {
	float: right;
	height: 150px;
	width: 120px;
	text-align: center;
}
.OptVide{
	clear:both;
	height: 1px;
	width: 1px;
	background-color:#3366CC;
}
.transparent {
filter:alpha(opacity=15);
-moz-opacity:.15;
opacity:.15;
}