/* ---------------------------------- MenuA --------------------------- */
#menuA	{		  position: absolute;
		  float: left;
		  left: 65px;		  width: 150px;		  height: 200px;	}
	
#menuA h3 {
            position: absolute;
            float: left;
            left:0 ;
            top:5px ;
            width: 180px;
            height: 20px;
            background: transparent url(../images/tit_gammes.gif) no-repeat;
}

#menuA h3 span {
            display: none;
}