.title-faq{
	background: none repeat scroll 0 0 #f6f6f6;
    border-top: 5px solid #333333;
    color: #555454;
    font: 600 18px/22px "Open Sans",sans-serif;
    margin-bottom: 20px;
    padding: 14px 5px 17px 20px;
    text-transform: uppercase;
	margin-top: 9px;
}
.fag-list-box {
  margin: 5px 0;
  padding: 0;
  width: 100%;
}
.fag-list-box .faq_heading {
	background: linear-gradient(to right,#2B2929,rgb(207, 203, 203));
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative;
	width: auto;
	padding: 5px 0;
	padding-left: 8px;
	margin: 10px 0px 1px 0px;
}
.fag-list-box .faq_question {
	background: #fafafa;
	border: 1px solid #eaeaea;
	font: normal 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	width: auto;
	padding: 5px 0 6px;
	padding-left: 8px;
	text-decoration: none;
	margin-bottom: 3px;
	cursor: pointer;
}
.fag-list-box .faq_question:visited, .fag-list-box .faq_question:active{
	background: #black;
}
.fag-list-box div.selected, .fag-list-box .faq_question:hover {
	background-color: #555;
	color: white;
}
.fag-list-box .faq_answer {
	padding: 5px 10px;
	background-color: #fff;
	 margin: 3px 0;
	 border: 1px solid #eaeaea;
}
.faqsubmenu {
	display:none;
	background: rgba(201, 197, 197, 0.97);
	padding: 20px;
	width: 500px;
	position: absolute;
}
.faqsubmenu a {
	color: white;
}
.faqsubmenu a:hover {
	text-decoration:none;
}
.titre1 {
	font-weight: bold;
	padding: 5px;
}	
ul.faqsubmenu { 
	list-style-type:none;
}
ul.faqsubmenu  li { 
	padding-bottom: 5px;
}
.titre1:hover .faqsubmenu { 
	display: block;
}