#menuPieces {
	list-style-type: none;
	padding-top: 1px; /* IE BUG HACK */
	padding: 0;
	margin: 0;
}

#menuPieces li {
	float: left;
	margin: 0 1px 0 0;
}

#menuPieces li a {
	font-size: .9em;
	display: block;
	background: #0681c1;
	padding: 7px 10px 9px 10px;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
}

#menuPieces li a:hover {
	background: #e20025;
}

#menuPieces li a.selected {
	background: #d6e0ef;
}

.piece {
	clear: both;
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
	background: #d6e0ef;
}

.piece h4 {
	font-size: 2em;
	margin: 10px;
	color: #1f4b8e;
	font-weight: normal;
	border-bottom: 1px solid #acc0de;
}

.objet {
	width: 49%;
	float: left;
	margin: 5px 0;
	clear: none;
	padding: 0;
	text-align: left;
	color: #1f4b8e;
	position: relative;
}

.objet label {
	display: block;
	margin: 5px 10px;
	width: auto;
	float: none;
	border: 0;
	clear: none;
	display: block;
	color: #0681c1;
}

.objet.selected, .objet.selected label {
	color: #e20025;
}

.objet .imgWrapper {
	position: relative;
	float: left;
	padding: 5px;
	background: #fff;
	display: inline;
	margin: 0 10px;
	width: 80px;
	height: 60px;
	white-space: nowrap;
}

.objet a.add {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 80px;
	height: 60px;
	cursor: pointer;
	background: url(/img/puce-inventaire-moins.gif) no-repeat -20px;
}

.objet a.remove {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 13px;
	height: 13px;
	background: url(/img/puce-inventaire-moins.png) no-repeat;
	cursor: pointer;
}

.objet.selected a.remove {
	display: block;
}

.objet.selected a.add {
	background: url(/img/tick.png) no-repeat bottom left;
}

.objet input {
	border: 1px solid #acc0de;
	text-align: center;
	width: auto;
	background: #fff;
	font-size: 1.3em;
}

.objet input.qte {
	text-align: center;
	color: #fff;
	font-weight: bold;
	border: none;
	background: none;
	width: 1.8em;
}

.objet.selected input.qte {
	background: #e20025;
}

.clearPiece {
	clear: both;
	visibility: hidden;
	height: 5px;
	overflow: hidden;
}
