  span span{
                position:absolute; 
				z-index:3;
                margin-top:10px;
                margin-left:-22px;
                color:#09c;
                color:white;
                background:rgba(0,0,0,.9);
                background:#333333;
                padding:15px;
                border-radius:3px;
                box-shadow:0 0 2px rgba(0,0,0,.5);
                transform:scale(0) rotate(-12deg);
                transition:all .25s;	 
                opacity:0; 
			
            }


            span:hover span, a:focus span{
                transform:scale(1) rotate(0); 
                opacity:0.9;	 
            }
			
	.Bulle{
		min-height:250px;
		min-width:261px;
		margin-left:-219px;
		margin-top:0;
		border-radius:10px;
		box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
		right:0;
		z-index:3
		
		
	}
	
	.Rond{
		background: #277EBE;

		border-radius: 50%;

		height: 40px;

		width: 40px;

		left: 0;

		margin-top: -40px;

		position: relative;

		margin-left: 180px;
		
	}
	