/*

	Sections

	(CSS flags marked with [=])

	HOME_PUSHS
	HOME_GAMMES_LISTE

*/
body#home {}

#contenu {padding: 8px 4px 0;}

/* =HOME_PUSHS */
#home_pushs {
	float: left;
	width: 583px;
	}
	#home_push_news, #home_push_promo, #home_push_cadeau {margin-bottom: 3px;}
	#home_push_news {
		background: url(../_media/img/fonds/home_push_news.png) no-repeat;
		height: 423px;
		padding: 4px;
		width: 575px;
		}
		#home_push_news object, #home_push_news embed {
			height: 100%;
			width: 100%;
			}
	#home_push_promo {float: left;}
	#home_push_cadeau {float: right;}
	#home_push_promo, #home_push_cadeau {
		height: 138px;
		padding: 4px;
		}
	#home_push_promo, #home_push_cadeau {
		background: url(../_media/img/fonds/home_push.png) no-repeat;
		width: 280px;
		}
		#home_push_promo h2, #home_push_cadeau h2 {
			position: absolute;
				left: -9999px;
			}
		#home_push_promo img, #home_push_cadeau img {vertical-align: bottom;}

/* =HOME_GAMMES_LISTE */
#home_gammes_liste {
	float: right;
	list-style: none;
	margin-top: 0;
	width: 387px;
	}
	.home_gamme_image {
		background: url(../_media/img/home/fond_gammes.png) no-repeat;
		margin: 0 0 13px;/* IE8 */
		padding: 4px;
		}
	/*.home_gamme {
		background: url(../_media/img/fonds/home_gammes_liste.png) no-repeat;
		margin: 0 0 8px;/* IE7 * /
		padding: 4px;
		text-align: right;
		}
		.home_gamme_int {
			height: 133px;
			padding: 0 13px 0 169px;
			}
		.home_gamme_int img {vertical-align: bottom;}
		#gamme_textile-maison .home_gamme_int {background: url(../_media/img/home/home_gamme_textileEtMaison.jpg) no-repeat;}
		#gamme_bien-etre .home_gamme_int {background: url(../_media/img/home/home_gamme_bienEtre.jpg) no-repeat;}
		#gamme_beaute .home_gamme_int {background: url(../_media/img/home/home_gamme_beaute.jpg) no-repeat;}
		#gamme_alimentation .home_gamme_int {background: url(../_media/img/home/home_gamme_alimentation.jpg) no-repeat;}
		.home_gamme h2 {margin: 0;}
			#gamme_textile-maison h2 {padding: 16px 1px 12px;}
			#gamme_bien-etre h2 {padding: 27px 2px 12px;}
			#gamme_beaute h2 {padding: 33px 1px 10px;}
			#gamme_alimentation h2 {padding: 42px 1px 12px;}
		.home_sousgammes_liste {line-height: 1.091;}
			.home_sousgamme {
				list-style: none;
				margin-left: 0;
				}
		.home_sousgammes_liste a {text-decoration: none;}
			.home_sousgammes_liste a:hover, .home_sousgammes_liste a:focus {text-decoration: underline;}
			#gamme_textile-maison .home_sousgammes_liste a {color: #db770c;}
			#gamme_bien-etre .home_sousgammes_liste a {color: #348ad4;}
			#gamme_beaute .home_sousgammes_liste a {color: #b7064b;}
			#gamme_alimentation .home_sousgammes_liste a {color: #97bf0d;}*/

/* =SITE_INFOS_LISTE */
#site_infos_liste {
	margin: 0 -4px;
	padding-top: 30px;
	}
