/* Tooltips */
.tooltip-me {
    position: relative;
}

* html .tooltip-me { /* version IE6 : prochainement... */
	display: none;
	visibility: hidden;
}

.tooltip-me .content {
	background-color: #ffffff;
}

.tooltip-me p.tooltip-me-me {
    margin: 0;
}

.tooltip-me .north {
    background-image: url(../images/toolbox/tp-north.png);
    background-repeat: repeat-x;
    height: 20px;
    margin-left: 32px;
    margin-right: 20px;
}

.tooltip-me .west {
    background-image: url(../images/toolbox/tp-east.png);
    background-repeat: repeat-y;
    padding-left: 30px;
}

.tooltip-me .east {
    background-image: url(../images/toolbox/tp-west.png);
    background-repeat: repeat-y;
    background-position: right;
    padding-right: 20px;
    padding-left: 2px;
}

.tooltip-me .south {
    background-image: url(../images/toolbox/tp-south.png);
    background-repeat: repeat-x;
    height: 20px;
    margin-left: 32px;
    margin-right: 20px;
}

.tooltip-me .nw {
    background-image: url(../images/toolbox/tp-nw.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 32px;
    height: 20px;
    top: 0px;
}

.tooltip-me .ne {
    background-image: url(../images/toolbox/tp-ne.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0px;
    right: 0;
}

.tooltip-me .sw {
    background-image: url(../images/toolbox/tp-sw.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 32px;
	left: 0;
    height: 21px;
    bottom: -1px;
}

.tooltip-me .se {
    background-image: url(../images/toolbox/tp-se.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 21px;
    right: 0;
    bottom: -1px;
}

.tooltip-me .arrow {
    background-image: url(../images/toolbox/tp-arrow-west.png);
    background-repeat: no-repeat;
    height: 21px;
    position: absolute;
    top: 34%;
    width: 32px;
}

.tooltip-me .left-arrow, .tooltip-me .right-arrow, .tooltip-me .top-arrow , .tooltip-me .bottom-arrow  {
  position:absolute;
  background-repeat:no-repeat;
}

.tooltip-me .left-arrow, .tooltip-me .right-arrow, .tooltip-me .top-arrow , .tooltip-me .bottom-arrow  {
  height:21px;
  width:32px;
}

.tooltip-me .top-arrow , .tooltip-me .bottom-arrow  {
  width:21px;
  height:32px;
}

.tooltip-me .left-arrow {
  background-image:url(../images/toolbox/tp-arrow-west.png);
  margin-top:-10px;
  left:0;
  top:25%;
}

.tooltip-me .right-arrow {
  background-image:url(../images/toolbox/tp-arrow-east.png);
  margin-top:-10px;
  right:-9px;
  top:50%;
}

.tooltip-me .top-arrow {
  background-image:url(../images/toolbox/tp-arrow-north.png);
  margin-left:-16px;
  left:50%;
  top:-9px;
}

.tooltip-me .bottom-arrow {
  background-image:url(/mages/toolbox/tp-arrow-south.png);
  margin-left:-16px;
  left:50%;
  bottom:-11px;
}

/* IE 6 FIX */
/*
* html .tooltip-me .north, * html .tooltip-me .south, * html .tooltip-me .east, * html .tooltip-me .west, * html .tooltip-me .nw, * html .tooltip-me .ne, * html .tooltip-me .sw, * html .tooltip-me .se {
	behavior: url(css/iepngfix.htc);
}
*/
