/* UI */
.ui-autocomplete {
	font-size:10px;
	width:200px;
}

/* Tooltip */
.tooltip, .tooltip_400, .tooltip_500, .tooltip_small {
	background-color:#FFF;
	border-radius:10px;
	padding:10px;
	/*border:2px solid #2BC2EA;*/
	width:200px;
	z-index:9999;
	font-size:12px;
	line-height:18px;
}
.tooltip_400 {width:400px;}
.tooltip_500 {width:500px;}
.tooltip_small {
	width:150px;
	text-align:center;
	padding:5px;
}

/* Thème */
