#faq {
	background-color: #EFEFEF;
	background-image: url("../img/onglets/ong_fond.png");
	background-repeat: repeat-x;
	border-bottom: 1px solid #E4E4E4;
	font-size: 13px;
	margin-left: -10px;
	width: 1000px;
}
#faqNav {
	background-image: url("/img/onglets/ong_fond.png");
	background-repeat: repeat-x;
	font-size: 17px;
	height: 60px;
	overflow: hidden;
	padding-left: 175px;
	text-align: center;
	width: 815px;
}
#faqNav li {
	float: left;
	height: 60px;
	margin-right: 5px;
}
#faqNav li._off {
	background-image: url("/img/onglets/ong_off.png");
}
#faqNav li._on {
	background-image: url("/img/onglets/ong_on.png");
}
#faqNav li._off:before {
	content: url(/img/onglets/ong_left.png);
}
#faqNav li._off:after {
	content: url(/img/onglets/ong_right.png);
}
#faqNav li._on:before {
	content: url(/img/onglets/ong_left_on.png);
}
#faqNav li._on:after {
	content: url(/img/onglets/ong_right_on.png);
}
#faqNav li a {
	color: #333333;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: -0.03em;
	margin: 0 5px;
	position: relative;
	top: -15px;
}
#faqNav ._on a {
	color: #AD0018;
}
/*
 * CONTENU
 */
#faq #faqContent {
	padding: 15px 0 5px 7px;
}
/*
 #faq {
 margin-left: 13px;
 width: 1004px;
 height: 400px;
 overflow-y: scroll;
 overflow-x: hidden;
 margin-top: 0px;
 }
 */
#faq p.question {
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	padding-left: 15px;
	margin: 0;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333333;
}
#faq p.question:hover, #faq .box._on p.question {
	color: #ad0018;
}
#faq .reponse {
	padding-left: 39px;
	padding-right: 39px;
	padding-top: 2px;
	padding-bottom: 5px;
	line-height: 18px;
	margin: 0;
	display: none;
	font-family: arial, sans-serif;
	font-size: 13px;
}
#faq .box._on .reponse {
	display: block;
}
#faq span.nombre {
	color: #ad0018;
}
#faq .sep-top {
	margin-top: 8px;
	margin-left: 14px;
	width: 960px;
	height: 10px;
	background: url(../help/img/faq-box-sep-top.gif) no-repeat;
}
#faq .sep-bottom {
	background: url("../help/img/faq-box-sep-bottom.gif") no-repeat scroll 0 0 transparent;
	height: 10px;
	margin-left: 14px;
	padding-bottom: 20px;
	width: 960px;
}
#faq .box {
	background: url("../help/img/faq-box-bg.gif") repeat-y scroll 0 0 #000000;
	height: auto;
	margin-left: 14px;
	width: 960px;
}
#faq .sep {
	margin-left: 14px;
	float: left;
	width: 960px;
	height: 20px;
	background: url(../help/img/faq-box-sep.gif) no-repeat;
}
/*
 .box ul {
 padding: 2px 39px 5px;
 }
 */