#sandbox_titre{
	color:#666;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
	padding-bottom:5px;
}

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

#formulaire label {font-weight:normal;}

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

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

#info a{
	display:block;	
	background:url('../img/client_coordonnees.png') 0 0 no-repeat;
	text-indent:-999px;
	overflow:hidden;
	width:530px;
	height:52px;
}
#info a:hover{background-position:0 -52px;}

#sinistre a{
	display:block;	
	background:url('../img/client_sinistre.png') 0 0 no-repeat;
	text-indent:-999px;
	overflow:hidden;
	width:530px;
	height:52px;
}
#sinistre a:hover{background-position:0 -52px;}

#compte a{
	display:block;	
	background:url('../img/client_compte.png') 0 0 no-repeat;
	text-indent:-999px;
	overflow:hidden;
	width:530px;
	height:52px;
}
#compte a:hover{background-position:0 -52px;}

.middle{
	position:relative;
	background:url('../img/location_middle.png') top left repeat-y;
	padding:10px 10px 5px 10px;
	margin:0;
}	
.bottom{background:url('../img/location_bottom.png') top left no-repeat;
	height:4px;
	margin-bottom:10px;
}	

#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;
	
}	

#blocd_ass_i{
	height:183px;
	background:url('../img/Assuranceloyer.jpg') 0 0 no-repeat;
	margin:10px 0 0 0;

}

#blocd_ass_p{
	height:183px;
	background:url('../img/Assuranceproprietaire.jpg') 0 0 no-repeat;
	margin:10px 0 0 0;

}


.errorlist{color:red}


.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;*/
}