/**********************************
 * Boite par defaut
 **********************************/
 .box_top
{
	background-image: url(../images/box/box_top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 17px;
	width: 182px;
}

.box_bg
{
	background-image: url(../images/box/box_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	padding: 0 30px;
}

.box_bottom
{
	background-image: url(../images/box/box_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 18px;
}


/**********************************
 * Boite choix par marque
 **********************************/
 .box_brand_choice_top
{
	background-image: url(../images/box/box_brand_choice_top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 45px;
	width: 182px;
}

.box_brand_choice_bg
{
	background-image: url(../images/box/box_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	padding: 0 30px;
}

.box_brand_choice_bottom
{
	background-image: url(../images/box/box_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 18px;
}

/**********************************
 * Boite par sous-category
 **********************************/
 .box_subcategory_choice_top
{
	background-image: url(../images/box/box_subcategory_choice_top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 45px;
	width: 182px;
	
}

.box_subcategory_choice_bg
{
	background-image: url(../images/box/box_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	padding: 0 30px;
}

.box_subcategory_choice_bottom
{
	background-image: url(../images/box/box_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 18px;
}

/**********************************
 * Boite context tranche de prix
 **********************************/
 .box_price_choice_top
{
	background-image: url(../images/box/box_price_choice_top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 45px;
	width: 182px;
}

.box_price_choice_bg
{
	background-image: url(../images/box/box_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	padding: 0 30px;
}

.box_price_choice_bottom
{
	background-image: url(../images/box/box_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 18px;
}



/**********************************
 * Boite Engagement
 **********************************/
.box_engagement_top
{
	background-image: url(../images/box/box_engagement_top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 63px;
	width: 182px;
}

.box_engagement_bg
{
	background-image: url(../images/box/box_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	padding: 0 16px;	
}

.box_engagement_bottom
{
	background-image: url(../images/box/box_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 12px;
}



/**********************************
 * Boite Promo
 **********************************/
.box_promo_top
{
	background-image: url(../images/box/box_promo_top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 69px;
	width: 182px;
}
.box_promo_bg
{
	background-image: url(../images/box/box_promo_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	padding: 0 35px;
}
.box_promo_bottom
{
	background-image: url(../images/box/box_promo_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 31px;
}


/**********************************
 * Boite News
 **********************************/
.box_news_top
{
	background-image: url(../images/box/box_news_top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 44px;
	width: 182px;
}
.box_news_bg
{
	background-image: url(../images/box/box_news_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	padding: 0 20px;
	border: 1px solid transparent;
}
.box_news_bottom
{
	background-image: url(../images/box/box_news_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 35px;
}



/**********************************
 * Boite Home Category
 **********************************/
 .box_home_category_top
{
	background-image: url(../images/box/box_category_top.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 202px;
}
.box_home_category_bg
{
	position: relative;
	background-image: url(../images/box/box_category_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	height: 200px;
	font-weight: normal;
	padding: 5px 20px 0 20px;
	color: #000;
}
.box_home_category_bottom
{
	background-image: url(../images/box/box_category_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 11px;
}


