a {
	text-decoration: none;
	color: #000000;
	background-color: inherit;
	
}
a:hover {
	color: #000000;
	background-color: inherit;
}

a img {
	border: none;
}

a.infobulle em {
    display:none;
}

a.infobulle:hover {
    position: relative;
    z-index: 9;
}
a.infobulle:hover em {
    display: block;
    position: absolute;
    top: 45px;
    left: -5px;
    padding: 5px;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid black;
    background: #FB9D00;
    padding: 3px;
    width:auto;
}
a.infobulle:hover span{
	position: absolute;
	top: -7px;
	left: 15px;
	height: 7px;
	width: 11px;
	background: transparent no-repeat url(infobulle.gif);
}

#lien{
    background: #A8DBFF;
	width: 100%;
	padding: 0px;
	text-align: center;
}

#compteur{
	background: #D3D3D3;
	width: 100%;
	padding: 0px;
	text-align: center;
	margin-top: 30px;
}