/* mootools.tips */
.tool-tip {
  border: 1px solid #a9a9a9;
  background-color: #e2e2e2;
  -moz-border-radius: 8px;
  padding: 0px;
  margin: 0px;
  width: 210px;
  font-size: 11px;
  color: white;
}

.tool-tip .tool-title {
  padding: 3px 2px;
  background-color: #848484;
}

.tool-tip .tool-title span {
  font-size: 14px;
  font-weight: bold;
  color: white;
}


.tool-tip .tool-text {
  margin: 2px 0px 5px 0px;
  padding: 3px 8px;
  color:#6B6B6B;
}

.tool-tip .tool-text .sample {
  margin-top: 5px;
  padding: 3px;
  color: #6B6B6B;
  background-color: white;
}

.tool-tip .tool-text .sample strong {
  color: #6B6B6B;
}


/* Prototip.js
.prototip .tooltips {
  border: 1px solid #a9a9a9;
  background-color: #e2e2e2;
  -moz-border-radius: 8px;
  padding: 0px;
  margin: 0px;
  width: 210px;
  font-size: 11px;
}

.prototip .tooltips .title {
  padding: 3px 2px;
  background-color: #848484;
  color: white;
  font-size: 14px;
  font-weight: bold;
}


.prototip .tooltips .content {
  margin: 2px 0px 5px 0px;
  padding: 3px 8px;
  color:#6B6B6B;
}

.prototip .tooltips .content .sample {
  margin-top: 5px;
  padding: 3px;
  color: #6B6B6B;
  background-color: white;
}

.prototip .tooltips .content .sample strong {
  color: #6B6B6B;
}
*/

/* old
.tips {
  position:absolute;
  top:270px;
  left:500px;
  width:189px;
  padding-bottom:11px;
  font-size:11px;
  background: url(../images/tips_bas.gif) no-repeat bottom left;
  z-index:100;
}

.tips div {
  padding-top:10px;
  background: url(../images/tips_haut.gif) no-repeat;
}

.tips div p {
  margin:0;
  padding:0;
  padding-left:20px;
  padding-right:14px;
  width:155px;
  color:#6B6B6B;
  background: url(../images/tips_div_p.gif) repeat-y;
}



*/