#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #AAA;
	padding: 2px;
	opacity: 0.9;
  width: 400px;

  color: #000;
  font-family: arial;
  font-size:   10px;
  font-weight: normal;
  text-align: left;
  line-height: 12px;
}

#tooltip h3, #tooltip div { 
  margin: 0; 
  padding: 2px 2px 10px 2px;

  color: #000;
  font-family: arial;
  font-size:   12px;
  text-align: left;

}

.tooltip_dispo0 {
	background-color: #FFD5D5;
}

.tooltip_dispo1 {
	background-color: #CCFFCC;
}

.tooltip_dispo2 {
	background-color: #FFD2ED;
}

.tooltip_dispo3 {
	background-color: #DDF4FF;
}

.tooltip_dispo4 {
	background-color: #FFEAC1;
}
