/*---Couleurs des qualités d'items--*/	
.q  { color: #ffd100 !important }
.q0, .q0 a { color: #9d9d9d !important }
.q1, .q1 a { color: #ffffff !important }
.q2, .q2 a { color: #1eff00 !important }
.q3, .q3 a { color: #0070dd !important }
.q4, .q4 a { color: #a335ee !important }
.q5, .q5 a { color: #ff8000 !important }
.q6, .q6 a { color: #e5cc80 !important }
.q7, .q7 a { color: #ff0000 !important }
.q8, .q8 a { color: #ffff98 !important }
/*bubule tooltip @wowhead*/
.tooltip { z-index: 100000001 } /*viré le visibility*/
.tooltip a { text-decoration: none }
.tooltip a:hover { text-decoration: underline }
.tooltip table { border-spacing: 0; border-collapse: collapse }

.tooltip td, .tooltip th { background: url(http://static.wowhead.com/images/tooltip.png); font-family: Verdana; font-size: 12px; line-height: 17px; color: white }
.tooltip th { padding: 3px; height: 8px }
.tooltip td { padding: 8px 4px 1px 9px }

.tooltip b { font-size: 14px; line-height: 19px; font-weight: normal }
.tooltip div.indent { padding-left: 0.6em }

.tooltip td th, .tooltip td td { background: none }
.tooltip td th { padding: 0 0 0 4em; text-align: right; font-weight: normal }
.tooltip td td { padding: 0 }

.tooltip table.shrink b { font-size: 12px; line-height: 15px }
.tooltip table.shrink td, .tooltip table.shrink th { font-size: 10px; line-height: 14px }
/*sockets*/
.socket-meta   { padding-left: 26px; background: url(http://www.wowhead.com/images/socket_meta.gif) no-repeat left center }
.socket-red    { padding-left: 26px; background: url(http://www.wowhead.com/images/socket_red.gif) no-repeat left center }
.socket-yellow { padding-left: 26px; background: url(http://www.wowhead.com/images/socket_yellow.gif) no-repeat left center }
.socket-blue   { padding-left: 26px; background: url(http://www.wowhead.com/images/socket_blue.gif) no-repeat left center }


/*---Redim de l'image--*/
img.wowhead_icon {
border:0;
width:18px;
vertical-align:middle;
}
/*---------------script Tooltip------------------------*/
a.info{
    position:relative; 
    z-index:24;
    text-decoration:none;
	}

a.info:hover {color:white; z-index:25; background: none; /* correction d'un bug IE */}

a.info span.tooltip {display: none}

a.info:hover span.tooltip { 
    display:block;
    position:absolute;
    top:2em; left:2em;
	top:30px; left:30px;
	width:28em;
}
