#outils {
	width: 450px;
	float: left;
	position: relative;
	padding-top: 24px;
	padding-bottom: 0px;
	text-align: right;
	text-decoration: none;
}
#outils img {
	text-decoration: none;

}
/* INFOBULLES */
a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0; 
    position: relative; 
    z-index: 500; 
    text-decoration:none;
}
a.tooltip:hover em {
	font-style: normal;
	display: block;
	position: absolute;
	top: 38px;
	left: 20px;
	padding: 5px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width:140px;
	background-color: #49484C;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
a.tooltip:hover em span {
	position: absolute;
	top: -7px;
	left: 5px;
	height: 7px;
	width: 11px;
	background: transparent url(images/infobulle/pointe.gif);
	margin:0;
	padding: 0;
	border: 0;
}
