/*div#body_layer {
	height: 685px;
}*/

div#home_promo_banner_layer {
	height: 265px;
	padding: 0;
	margin: 0;
	font-size: 0;
}

div#home_promo_banner_layer h2#label_banner {
	float: left;
	display: inline;
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin: 9px 0 4px 3px;
}

div#home_promo_banner_layer div#flash_banner {
	margin: 10px 0 0 10px;
	float: left;
	display: inline;
}

div#home_promo_banner_layer img.right_promo_banner {
	float: left;
	display: inline;
	border: 1px solid #878787;
	border-left: 0;
	_margin: 0 -3px 0 -6px;
}

div#home_promo_banner_layer img.left_promo_banner {
	float: left;
	display: inline;
	border: 1px solid #878787;
	margin-left: 3px;
	_margin: 0;
}

/*--------------------------------- SELECTION PRODUIT -------------------------*/

h2#home_selec_title {
	display: block;
	color: black;
	font-size: 18px;
	padding: 0 0 0 10px;
	height: 35px;
	background: url(../ximg/global/content_sep.gif) no-repeat bottom left;
}

p#home_selec_desc {
	margin: 10px 10px 20px 10px;
}

ul#home_selec_list {
	list-style-type: none;
	margin: 0 0 0 25px;
}

ul#home_selec_list li {
	float: left;
	display: inline;
	background: transparent url(../ximg/list_prod_back.gif) no-repeat bottom center;
	width: 212px;
	height: 180px;
	position: relative;
	margin: 0 35px 10px 10px;
	text-align: left;
	cursor: pointer;
}

ul#home_selec_list li a{
	/*display: block;
	width: 211px;
	height: 180px;
	overflow: hidden;
	text-decoration: none;
	color: black;
	position: relative;*/
}

ul#home_selec_list li.last {margin-right: 0;}

ul#home_selec_list li img{
	margin: 13px 0 30px 45px;
}

ul#home_selec_list li div{
	font-weight: bold;
	height: 30px;
	width: 213px;
	overflow: hidden;
	color: black;
	font-size: 12px;
}

ul#home_selec_list li span{
	position: absolute;
	bottom: 0px;
	right: 23px;
	color: white;
	font-size: 18px;
}

ul#list_selec_list li span p{
	position: absolute;
	bottom: 23px;
	right: 0;
	color: white;
	font-size: 12px;
/*	text-decoration: line-through;*/
	white-space: nowrap;
	width: 181px;
	height: 15px;
	font-weight: bold;
	padding-right: 5px;
	background-color: red;
	text-align: right;
}

ul#home_selec_list li img#label_select {
	position: absolute;
	top: 145px;
	left: -40px;
}

