.applemenu {
  margin: 5px 0;
  padding: 0;
  width: 100%; /*width of menu*/
}

.applemenu .faq_question {
  background: url('img/tab_bg.gif') no-repeat center left;
  font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
  display: block;
  position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
  width: auto;
  cursor: pointer;
  padding: 5px 0;
  padding-left: 8px;
  text-decoration: none;
}

.applemenu .faq_question:visited, .applemenu .faq_question:active{
}

.applemenu div.selected, .applemenu .faq_question:hover {
  background-image: url('img/tab_bg_selected.gif');
  font-weight:bold;
	color:white;
}

.applemenu .faq_answer { /*DIV that contains each sub menu*/
  padding: 5px;
  /*height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
  background-color: #f0f8ff;
}
.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;
	color: #C7FAB7;
}

.titre1 {
	font-weight: bold;
	padding: 5px;
}
	
ul.faqsubmenu { list-style-type:none; }

ul.faqsubmenu  li { padding-bottom: 5px; }

.titre1:hover .faqsubmenu { 
	display: block;
}