/**
 * Animation Flash
 */
#flash {
	width: 755px;
	height: 324px;
	margin-top: 1px;
}

/**
 * Gammes de produit
 */
.border{border-right: 1px solid #FFFFFF;}
ul#gammes {
	list-style: none;
	width: 755px;
	height: 220px;
	margin-top: 1px;
}
ul#gammes li {
	float:left;
}
ul#gammes li a {
	display:block;
	height:220px;
	text-indent:-9999px;
}

a#gamme_kits {
	width:251px;
	background: url(../images/gamme_kits.gif) bottom center no-repeat;
}
a#gamme_kits:hover{
	background-position: top center;
}

a#gamme_agencements {
	width:251px;
	background: url(../images/gamme_agencements.gif) bottom center no-repeat;
}
a#gamme_agencements:hover{
	background-position: top center;
}

a#gamme_accessoires {
	width:251px;
	background: url(../images/gamme_accessoires.gif) bottom center no-repeat;
}
a#gamme_accessoires:hover{
	background-position: top center;
}

/**
 * Remontée produits
 */
#produits {
	margin-top: 1px;
	width: 755px;
	height: 314px;
	background-color: #FFFFFF;
}

#produits .produit_block {
	float: left;
	position: relative;
	width: 251px;
	height: 314px;
}
#produits .produit_block:hover .produit_info {
	background-color: #d1cdc0;
}
#produits .produit_block:hover .produit_voir {
	background-position: bottom center;
}

#produits a.produit_photo {
	display: block;
	height: 220px;
	background-color: #F8F8F8;
	
}

#produits a.produit_voir {
	position: absolute;
	top: 202px;
	left: 128px;
	width: 123px;
	height: 18px;
	text-indent:-9999px;
	background: url(../images/voir_produit.gif) top center no-repeat;
}

#produits .produit_info {
	height: 93px;
	margin-top: 1px;
	background: #E1DDD1;
}

.produit_prix {
	float: right;
	color: #E95800;
	font-size: 21px;
	font-weight: bold;
	margin: 10px;
}
.produit_prix span {font-size:15px;}

.produit_titre {
	padding: 10px 0 0 20px;
	color: #393C48;
	font-weight: bold;
	font-size: 14px;
	height: 40px;
}

.produit_accroche {
	padding: 5px 5px 0 20px;
	color: #393C48;
}

