#conseiller_titre{
	background:url('../img/titre_conseiller.png') top left no-repeat;
	border-bottom: 1px solid #aaa;
	height:39px;
	margin-bottom:5px;
	padding-bottom:5px;
}

#mentions_titre{
	/*background:url('../img/titre_mentions.png') top left no-repeat;*/
	font-size:2.5em;
	font-weight:bold;
	color:#888;
	border-bottom: 1px solid #aaa;
	height:39px;
	margin-bottom:5px;
	padding-bottom:5px;
}


.surtitre{font-size:1.5em; font-weight:bold;color:#666;margin:0 0 10px 0;}

.surtitre2{font-size:1.2em;font-weight:bold;color:#666;margin:0 0 10px 0;}

.fin {margin-bottom:20px;}

#pubagc {margin:20px 0; }


#faq {
	width:210px;
	overflow:hidden;
	background:url('../img/blocFAQ.jpg') 0 0 no-repeat;	
	height:249px;
	position:relative;
}
#faq_cadre{
	position:relative;
	background:transparent;
	/*height:212px;*/
	}

#faq_cadre .faqitem {
	float:left;
	width:170px;
	height:212px;
	padding:37px 20px 0 20px;
}

.faqitem .tte {height:25px;}

.gauche, .droite {
	width:9px;
	height:13px;
	float:left;
	cursor:pointer;
}
.gauche {background:url('../img/flechegauche.png') 0 0 no-repeat;}
.gauche:hover, .droite:hover{background-position:0 -13px;}	
.droite {background:url('../img/flechedroite.png') 0 0 no-repeat;}

#faq .numero{
	width:152px;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:1.3em;
	float:left;
	}
	
#faq .faqitem h3 {
	padding:0;
	float:none;
	clear:both;
	color:#0099FF;
	font-weight:bold;
	font-size:1.3em;
	margin:10px 0;
	
}	

#contact #id_ville {width:530px;}


.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
.ac_results strong {font-weight:normal;}
.ac_odd {
	/*background-color: #eee;*/
}

.ac_over {
	background-color: #aaa;
	color: white;*/
}
