.faqTitltop > h2{
     background: none;
}


.faqContent{
    display: block;
    padding: 0 5px 20px 5px;
}

.faqContent .faqTitle{
    font-family : Tahoma;
    font-size: 24px;
    display: block;
    color: #fff;
    overflow: hidden;
    height: 37px;
    margin: 0px auto 5px auto;
    padding: 0;
    line-height: 37px;
    letter-spacing: 2px;
    font-weight: bold;
    background-color: #CCC;
    text-align: left;
}

.faqTitltop{
    display: block;
    height: 25px;
}
.faqTitlCommon {
    color: #B2955A;
    display: block;
    font-family: times new roman;
    font-size: 23px;
    font-weight: normal;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
}


.faqTitle span,
.faqTitlCommon span
{
    display: block;
    float: left;
    margin-left: 10px;
}


.faqGroupsContent{
    margin: 20px auto 30px auto;
    overflow: hidden;
    width: 545px;
}

.faqGroupsContentHidden{
    width: 550px;
    display: block;
}

a.faqGroupContent,
a.faqGroupContent:link,
a.faqGroupContent:active,
a.faqGroupContent:visited
{
    border: 1px solid #FFFFFF;
    color: #333333;
    cursor: pointer;
    display: block;
    float: left;
    font-family: Verdana;
    height: 165px;
    margin: 0 5px 5px 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: 140px;

}


.faqGroupContent span{
    display: block;
    margin: 20px 0 0;
    padding: 105px 10px 0;
    text-align: center;
}

.faqGoToContacts{

   background-color: #FAF9F5;
    border-bottom: 1px solid #B2955A;
    border-top: 1px solid #B2955A;
}
.faqGoToContactsContent{
    padding: 20px ;
    display: block;
    
}
.faqGoToContacts a,
.faqGoToContacts a:link,
.faqGoToContacts a:active
{
    color: #5E6A72;
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 0 10px;
    text-decoration: none;
}
.faqGoToContacts .response a,
.faqGoToContacts .response a:link,
.faqGoToContacts .response a:active
{
    font-size: 12px;
    padding: 0;
    text-decoration: underline;
}
.faqGoToContacts a:hover{
  text-decoration: underline;
}
.faqGoToContacts .arrow{
    margin-left: 7px;
    float: left;
}
.faqGoToContactsContent .question{
    display: block;
}

.response{
    display: none;
    margin: 0 10px 10px 30px;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    
}

.response p{
    padding-bottom: 10px;
}
.response li{
     list-style: circle outside url("../../../../img/puce.png");
    margin-left: 15px;
}

.actionsR{
    display: block;
    text-align: right;
}
.faqGoToContacts .actionsR a{
    display: inline-block;
    padding-left: 20px;
    color: #B2955A;
    font-weight: normal;
}
.arrowTop{
    padding-right: 10px;
}
.question .txt{
    float: left;
    padding-left: 10px;
    width: 610px;
}

.less,
.more
{
    display: block;
    float: right;
    width: 12px;
    height: 13px;
    line-height: 37px;
    margin-right: 10px;
    margin-top: 7px
}
.less{
    background: url(../img/less.png) top left no-repeat;
    display: none;
}
.more{
    background: url(../img/more.png) top left no-repeat;
    display: none;
}
.loadingAjax{
    width: 100%;
    display: block;
    height: 100px;
    background: url(../img/loading.gif) center center no-repeat;
}


/* block top faq */
ul#header_link_faq {
	margin: 0.4em 0.3em 0 0;
	list-style-type: none;
	float: left
}
#header_link_faq li {
	float: left;
	width: 66px
}
#header_link_faq a {
	display: block;
	height: 15px;
	color: #595a5e;
	padding-top: 19px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent
}
#header_link_faq #header_link_faq_li a { background-image: url('../img/icon_faq.png') }

#sides_link_faq{
    display: block;

}
#sides_link_faq a{
    display: block;
    padding-left: 25px;
    min-height: 20px;
    line-height: 20px;
    margin: 5px 0;
    background: url('../img/icon_faq.png') left center no-repeat ;
}
#footer_link_faq{
    display: inline-block;
    margin: 15px 0;
}
#footer_link_faq a{
    display: block;
    padding-left: 25px;
    min-height: 20px;
    line-height: 20px;
    background: url('../img/icon_faq.png') left center no-repeat ;
}
.faqAjaxContent{
	margin-bottom: 15px;
}
.faqAjaxContent .separ-g{
    display: none;
}

@media screen and (max-width: 769px) {
	
	.faqGroupsContent, .faqGroupsContentHidden {width:100%;}
	
	a.faqGroupContent, a.faqGroupContent:link,
	a.faqGroupContent:active, a.faqGroupContent:visited {
	height: 180px;
	margin: 0 5px 0 0;
	}
	
	.faqGroupsContent {margin: 0;}
	
	.faqGroupContent span{font-size: 15px; margin: 10px 0 0;}
	
	.question .txt {width: auto;float: none;}
	
	.response li {font-size:15px;}
	
	.faqGoToContacts .response a, .faqGoToContacts .response a:link, .faqGoToContacts .response a:active {font-size: 15px;}
	
	.faqTitlCommon {height:auto;}
}