/* ########################################## General Blocks */
.block-top {
	background-position: 0% 0%;
	padding :0px;
	margin: 0px;
	background-repeat: no-repeat;
}

.block-middle {
	background-position: 0% 0%;
	background-repeat: repeat;
}

.block-bottom {
	background-position: 0% 0%;
	padding :0px;
	margin: 0px;
	background-repeat: no-repeat;
}

/* ########################################## Items Blocks */
.block-item { /* Block Produit */
	float: left;
	margin-left: 1px;
	margin-right: 2px;
	width: 201px;
}

.block-item .block-top { /* Haut */
	width: 201px;
	height: 16px;
	background-image: url(../images/blocks/item-block-top.png);
}

.block-item .block-middle { /* Bas */
	background-image: url(../images/blocks/item-block-middle.png);
	padding-left: 14px;
	padding-right: 14px;
	min-height: 300px;
}

.block-item .block-bottom { /* Milieu */
	background-image: url(../images/blocks/item-block-bottom.png);
	width: 201px;
	height: 16px;
}



