#tooltip {
	position: absolute;
	z-index: 1000000;
  border-top: 1px solid #3B3B3B;
  border-left: 1px solid #3B3B3B;
  border-right: 1px solid #202020;
  border-bottom: 1px solid #202020;
	background-color: #272727;
	padding: 5px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	font-size: 1em;
	font-weight: normal;
	max-width : 350px; /**** new jerem ****/
}

#tooltip h3 { 
  color: #e2e2e2;
  font-weight: normal;
  font-size: 1em;
  font-variant: normal;
  margin-bottom: 4px;
  padding-left : 10px; 
  background: url("../interface/puces/carre_e2e2e2.gif") no-repeat 2px 5px;
}

