#content h1 {
	border-bottom:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;
	color:#999999;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:16px;
	padding:8px 0 4px;
}
#content h1 span{
	font-size: 0.7em;
}
#content .lst-questions{
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#content .lst-questions li a{
	cursor: pointer;
	color: #a1a1a1;
}
#content .lst-questions li.liqst{
	list-style-type: none;
	background-image : url(/images/search/button.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #a1a1a1;
}

#content #rsp{
	background-color: #f2f1f1;
}
#content #rsp_qst{
	background-image: url(/images/faq/qst_fond.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
#content #rsp_qst #rsp_content{
	width:520px;
	padding: 30px 30px 0px 30px;
	color: #273a61;
	font-size: 0.9em;
}
#content #rsp_qst #rsp_content a{
	color:#e7c105;
}
#content #rsp_qst #rsp_content ul{
	margin-left: 30px;
}
#content #rsp_qst #rsp_content .title{
	font-size: 1.2em;
	margin-bottom: 15px;
	display:block;
}
#content #rsp_qst #rsp_next{
	text-align: right;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	width: 50%;
}
#content #rsp_qst #rsp_prev{
	padding-top:10px;
	padding-bottom:10px;
	float:left;
	width: 50%;
}
.clear{
	clear: both;
}

#content .legend{
	color:#ffd503;
	margin-bottom: 10px;
}

