.boite{
	background-color:#333333;
	padding:5px;
	height:13px;
	overflow:hidden;
	z-index:100;
}

/* pour le bouton fermer */
.boite img{
	float:right;
	cursor:pointer;
	display:none;
}

.bulle{ 
	filter:alpha(opacity=0);
	opacity:0;
	display:inline; 
	overflow:hidden;
	float:left;
	width:10px;
	margin-left:0px;
	}
	
.bulle img{
	margin-top:-10px;
}

.realisation{
	float:left;
	width:90px;
}

.minisite img{
	cursor:pointer;
}