#texte a { 
	width: 300px;
	margin: auto;
	margin-top: 3px;
	text-align: center; 
	font-size: 15px; 
	display: block;
	text-decoration: none;
	color: #ffffff;
	background-image : url("photo/menuli.jpg");
	height: 20px;
	padding-top: 3px;
	padding-bottom:0px;
}

#texte a.aide { 
	width: 0px;
	margin: auto;
	text-decoration: none;
}

#texte a:hover { 
	background-image : url("photo/hovermenuli.jpg");
	color: #ffff00; 
        }
		
#texte div {
	background: #99ff99;
	}
