.sqsbchart {
  position:relative;
  text-decoration: none;
  z-index:200001;
}

.sqsbchart:hover {
  z-index:210000;

}

.sqsbchart img {
  display: none;
}

.sqsbchart:hover img {
  display: block;
  position: absolute;
  border: 1px solid #ffe;
  background-color: #ffe;
  color: #000;
  font-family: Arial, "Arial MT", "MS Sans Serif", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3em;
  text-align: center;
  top: 0px;
  left: -125px;
  z-index: 250000;

}

hr#sqsbhr {
	display: block;
}

tr#sqsbevenrow {font-family: Arial; font-weight:bold; color:#000000; font-size: 12px; text-decoration:underline}
	
tr#sqsboddrow{font-family: Arial; font-weight:bold; color:#000000; font-size: 12px; text-decoration:underline}
td#chiffre{font-family: Arial; font-weight:bold; color:#0000E1; font-size: 12px; text-decoration:underline;padding-bottom: 6px;padding-right: 6px;}
/* For K2 Compatibility 
   - Prevents Overflowed tooltips from being hidden
   - sb-php line prevents tooltips from being hidden by other sidebar elements
*/

.columns-three .secondary {
  overflow: visible;
}

#stock-quotes {
  z-index: 250000;
}
