.home_category_title
{
	padding-top: 13px;
	padding-bottom: 2px;
	text-align: center;
	color: #FFF;
	font-size: 9pt;
	font-weight: bold;
}
.home_category_product_price
{
	color: #FFF;
	font-size: 12pt;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 1px;
	margin-top: 5px;
}

.home_category_product_ecotaxe
{
	margin-top: 42px;
	color: #FFF;
	text-align: center;
	font-size: 7pt;
}

.home_category_product_price_bloc
{
	position: absolute;
	right: 20px;
	margin: 1px;
	background-image: url(../images/home/home_category_price.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 59px;
	height: 79px;
}

.home_category_product_picture:link,
.home_category_product_picture:hover,
.home_category_product_picture:active,
.home_category_product_picture:visited
{
	display: block;
	margin: 1px;
	margin-top: 10px;
	height: 80px;
	text-align: center;
}

.home_category_product_model:link,
.home_category_product_model:hover,
.home_category_product_model:active,
.home_category_product_model:visited
{
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 8pt;
	margin: 1px;
	text-align: center;
}

.home_category_product_brand
{
	text-align: center;
	text-transform: uppercase;
	font-size: 8pt;
	color: #759ABF;
	margin: 1px;
	text-align: center;
}

ul.home_category_list_subcategory,
ul.home_category_list_subcategory li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.home_category_list_subcategory
{
	margin-top: 10px;
}

ul.home_category_list_subcategory li a:link,
ul.home_category_list_subcategory li a:hover,
ul.home_category_list_subcategory li a:active,
ul.home_category_list_subcategory li a:visited
{
	color: #4273A1;
	font-size: 8pt;
}


/**********************************************
 * Home > Slider produit
 **********************************************/
.home_product_title
{
	text-align: center;
}
 
.home_product_picture:link,
.home_product_picture:hover,
.home_product_picture:active,
.home_product_picture:visited 
{
	display: block;
}
.home_product_brand:link,
.home_product_brand:hover,
.home_product_brand:active,
.home_product_brand:visited
{
	display: block;
	font-weight: bold;
	color: #000;
	text-align: right;
}
.home_product_model:link,
.home_product_model:hover,
.home_product_model:active,
.home_product_model:visited
{
	display: block;
	color: #000;
	text-align: right;
}
.home_product_price:link,
.home_product_price:hover,
.home_product_price:active,
.home_product_price:visited
{
	display: block;
	color: #FE7A01;
	color: #2F6CAB;
	font-size: 16pt;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 1px;
	padding-top: 38px;
	background-image: url(../images/product/product_list_price_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 45px;
	width: 80px;
	text-align: center;
}
.home_product_mask_left
{
	position: absolute;
	left: 0;
	width: 100px;
	height: 230px;
	background-image: url(../images/home/slider_mask_left.png);
	background-repeat: repeat-y;
	background-position: top left;
}
.home_product_mask_right
{
	position: absolute;
	right: 0;
	width: 100px;
	height: 230px;
	background-image: url(../images/home/slider_mask_right.png);
	background-repeat: repeat-y;
	background-position: top right;
}
 
.home_product_bloc
{
	position: relative;
}
.home_product_bloc .section
{
}