.faq-index-sommaire {
	margin-bottom: 50px;
}

	.faq-index-sommaire p {
		color: #50565f ;
	}

.faq-index-zone {
	border: 1px solid #50565F;
	margin-left: 25px;
	margin-bottom: 25px;
	height: 1px;
	z-index: 0;
}

	/* Pour corriger un bug d'IE6 et 7 */
	html > body .faq-index-zone {
		height: auto;
		min-height: 1px;
	}

.layout-main-content .faq-index-zone h2 {
	color: white;
	font-weight: bold;
	text-align: center;
	width: 338px;
	height: 70px;
	line-height: 62px;
	padding-left: 20px;
	margin-top: 12px;
	margin-left: -25px;
	display: block;
	z-index: 1000;
}

	.layout-main-content h2#inscription {
		background-image: url(../_images/faq-bandeau1.png);
	}

	.layout-main-content h2#telechargement {
		background-image: url(../_images/faq-bandeau2.png);
	}

	.layout-main-content h2#envoi {
		background-image: url(../_images/faq-bandeau3.png);
	}

	.layout-main-content h2#achat {
		background-image: url(../_images/faq-bandeau4.png);
	}

.layout-main-content h4 {
	background-image: url(../_images/puce-orange-plus.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	cursor: pointer;
	color: black;
}

.layout-main-content h4.faq-index-on {
	background-image: url(../_images/puce-orange-moins.png);
}