#balance {
	right: 0;
	background-image: url(../images/balance_gauche.png);
}


/****** Animation ******/
#main {	
	width: 100%;
	height: 440px;
	z-index:50;
	padding: 0 0 10px 0;
	float: left;
	position: relative;
	margin-top: -10px;
	z-index:50;
}

#flashHome {
	width: 900px;
	height: 440px;
	float: left;
	position: absolute;
	z-index:50;
	overflow: visible;
}

#flashHome #flash{
	float: left;
}
#flashHome #flash #contenuAlternatif{
	width: 814px;
	height: 330px;
	background: url(../images/bg_produits.png) no-repeat -3px -7px;
	padding: 110px 0 0 86px;
}

/****** Produits ******/
#produitsHome {
	position: absolute;
	z-index:80;
	top: 110px;
	left: 50%;
	margin: 0 0 0 -354px;
	_margin: 0 0 0 -344px;
	width: 708px;
}
*+html #produitsHome {
	top: 154px;
	left: 50%;
	margin-left: -344px;
}

#produitsHome .produit,
#contenuAlternatif .produit {
	width: 144px;
	height: 202px;
	float: left;
	padding: 0 16px;
	border-right: #cdc7c4 solid 1px;
	position: relative;
}
#produitsHome .produit.last,
#contenuAlternatif .produit.last {
	border: none;
}
#produitsHome .produit img,
#contenuAlternatif .produit img {
	margin: 0;
	padding: 0;
	border: none;
}
#produitsHome .produit h2,
#contenuAlternatif .produit h2 {
	width: 144px;
	height: 70px;
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 0;
	text-indent: -300px;
	overflow: hidden;
	background: no-repeat left bottom;
}
#produitsHome #produit1 h2,
#contenuAlternatif #produit1 h2 {
	background-image: url(../images/produitHome1_h2.gif);
}
#produitsHome #produit2 h2,
#contenuAlternatif #produit2 h2 {
	background-image: url(../images/produitHome2_h2.gif);
}
#produitsHome #produit3 h2,
#contenuAlternatif #produit3 h2 {
	background-image: url(../images/produitHome3_h2.gif);
}
#produitsHome #produit4 h2,
#contenuAlternatif #produit4 h2 {
	background-image: url(../images/produitHome4_h2.gif);
}
#produitsHome .produit p,
#contenuAlternatif .produit p {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-size: 10px;
	line-height: 10px;
}
#produitsHome .produit a,
#contenuAlternatif .produit a {
	margin-top: 1px;
	position: absolute;
	bottom: -2px;
	right: 16px;
}

/****** Articles ******/
.mod_article {
	width: 430px;
	position: absolute;
	left: 380px;
	top: 374px;
	z-index:60;
	color: #575759;
}
*+html .mod_article {
	left: 50%;
	top: 420px;
	margin-left: -66px;
}
.mod_article .image_container{
	margin: 2px 5px 20px 0;
}
.mod_article .ce_text{
	text-align: justify;
	line-height: 10px;
}
.mod_article a {
	color: #c22a2f;
}
