/* CSS Bouton mon compte */

#btnMonCompte {
	margin: 0px;
	padding: 0px;
	height: 66px;
	width: 90px;
	position: absolute;
	right: 0px;
	overflow: hidden;
}

#btnMonCompte a span {
	width: 60px;
	position: absolute;
	margin-left: 36px;
	margin-top: 28px;
	z-index: 9;
}

#btnMonCompte a,
#btnMonCompte a:hover {
	padding: 0px;
	height: 66px;
	width: 35px;
	background-image: url(../gfx/bg_btn_monCompte.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	display: block;
	margin-left: 55px;
	position: absolute;
	z-index: 10;
	behavior: url("pngbehavior.htc");
}
