
/* BLOCK FAQ */
ul#faq {
	position:relative;
	margin-bottom:60px;
}
/*
ul#faq:after, ul#faq ul:after {
	display:block; clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

ul#faq li:after {
	display:block; clear:both;
	visibility:hidden;
	height:0;
	content:".";
}
*/
ul#faq ul {
	display:none;
}
ul#faq ul.on {
	display:block;
}
/* Item faq */
ul#faq li {
	height:53px; width:186px;
}
* html ul#faq li {
	position:relative;
	cursor:pointer;
}
* html ul#faq li.selected {
	position:static;
}
* html ul#faq ul.themes li {
	position:static;
}
* html ul#faq ul.themes li.selected {
	position:static;
}
ul#faq li a {
	display:table-cell;
	height:53px; width:186px;
	padding-left:15px; padding-right:25px;
	color:#7e7e7e;
	background:transparent url(/img/bgd-list-arrow-right-small-off.gif) no-repeat center bottom;
	outline:none;
	vertical-align:middle;
	cursor:pointer;
}

* html ul#faq li a {
	position: relative;
	display:block;
	width:153px;
	text-align:left;
	vertical-align:baseline;
}
* html ul#faq li span.wrap1 {
    position:absolute; top:50%; left:0;
	width:100%;
	padding-left:15px;	
}
* html ul#faq li span.wrap2 {
    position:relative; top:-50%;
    display:block;
}
*+ html ul#faq li a {
	position: relative;
	display:block;
	width:153px;
	text-align:left;
	vertical-align:baseline;
}
*+ html ul#faq li span.wrap1 {
    position:absolute; top:50%; left:0;
    width:100%;
    text-align:left;
	padding-left:15px;
}
*+ html ul#faq li span.wrap2 {
    position:relative; top:-50%;
    display:block;
}


ul#faq li.selected a.on {
	color:#fff;
	background:transparent url(/img/bgd-list-arrow-right-small.png) no-repeat;
}
* html ul#faq li.selected a.on {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bgd-list-arrow-right-small.png',sizingMethod='crop');
}

ul#faq li.selected a.on:hover {
	text-decoration:none;
}

/* BLOC THEMES */
ul#faq ul.themes {
	position:absolute;
	left:186px; top:0;
}

/* Item themes */
ul#faq li.selected ul.themes li a {
	color:#7e7e7e;
	background:transparent url(/img/bgd-list-arrow-right-small-off.gif) no-repeat center bottom;
}
ul#faq li.selected ul.themes li.selected a {
	color:#fff;
	background:transparent url(/img/bgd-list-arrow-right-small.png) no-repeat;
}
* html ul#faq li.selected ul.themes li a {
	color:#7e7e7e;
	background:transparent url(/img/bgd-list-arrow-right-small-off.gif) no-repeat center bottom;
}
* html ul#faq li.selected ul.themes li.selected a {
	color:#fff;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bgd-list-arrow-right-small.png',sizingMethod='crop');
}
/* BLOC QUESTIONS */
ul#faq ul.themes ul.questions {
	position:absolute;
	left:186px; top:0;
}
/* Item Questions */
ul#faq ul.themes ul.questions li {
	height:53px; width:211px;
	padding:0px 15px;
	background:transparent url(/img/bgd-list-arrow-right-off.gif) no-repeat 15px bottom;
}
* html ul#faq ul.themes ul.questions li {
	width:600px;
	overflow:visible;
}
ul#faq li.selected ul.themes li.selected ul.questions li.selected {
	color:#fff;
	background:transparent url(/img/bgd-list-arrow-right.png) no-repeat;
}
* html ul#faq li.selected ul.themes li.selected ul.questions li.selected  {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bgd-list-arrow-right.png',sizingMethod='crop');
}
ul#faq li.selected ul.themes li.selected ul.questions a {
	display:table-cell;
	height:53px;
	padding-left:0;
	color:#7e7e7e;
	background:none;
	vertical-align:middle;
}
* html ul#faq li.selected ul.themes li.selected ul.questions a {
	filter:none;
}
ul#faq li.selected ul.themes li.selected ul.questions li.selected a {
	color:#fff;
}
ul#faq li.selected ul.themes li.selected ul.questions li.selected a:hover {
	text-decoration:none;
}

/* BLOC ANSWERS */
ul#faq ul.themes ul.questions li div.answer {
	display:none;
}
ul#faq li.selected ul.themes li.selected ul.questions li.selected div.answer {
	position:absolute;
	left:241px; top:0;
	display:block;
	width:335px;
	margin-top:10px;
	padding-left:10px;
}
ul#faq li.selected ul.themes li.selected ul.questions li.selected div.answer h3 {
	color:#7e7e7e;
	font-size:11px; font-weight:bold;
}
ul#faq li.selected ul.themes li.selected ul.questions li.selected div.answer p {
	font-size:11px;
}

.footer .content p a{
	color:#616161;
	font-weight:bold;
}
