UL.Faq
{
	font-family : arial;
	font-size : 12px;
	list-style-image : url(../images/li_puce.gif);
	margin-right : 40px;
}

UL.Faq LI.FaqSummary
{
	border-bottom : 2px solid #4781a5;
	list-style-image : none;
	list-style-type : none;
	margin-top : 10px;
	padding-bottom : 10px;
}

UL.Faq LI.FaqSummary SPAN.Title
{
	font-weight : 600;
	font-size : 14px;
	color : #4781a5;
}

UL.Faq LI.FaqItem,
UL.Faq LI.ListItem
{
	border-bottom : 1px dashed #4781a5;
	margin-top : 10px;
	padding-bottom : 10px;
}

UL.Faq LI.FaqItem SPAN.Question,
UL.Faq LI.ListItem A 
{
	font-weight : 600;
	color : #4781a5;
	text-decoration : none;
}

UL.Faq LI.ListItem A:hover 
{
	text-decoration : underline;
}


UL.Faq LI.FaqSummary SPAN.Description, 
UL.Faq LI.ListItem SPAN 
{
	font-style : italic;
}

