/* faire un don */

a#donation {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 150px;
	width: 110px;
	background: url(../images/faireUnDon.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
	z-index: 50;
}
/*a#donation:hover {
   filter:alpha(opacity=80);
   -moz-opacity:0.8;
   -khtml-opacity: 0.8;
   opacity: 0.8;
}*/

a#donation:hover {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 150px;
	width: 110px;
	background: url(../images/faireUnDonOuvert.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
	z-index: 50;
}
