#popupAccueil {
	position: absolute;
	top: 40%;
	right: 13%;
	background: #E1E4ED;
	width: 465px; /* ie5win fudge begins */
	border:ridge 4px #fff;
	height:auto;
	z-index:60;
}

a.lienpopup {
	text-decoration: none;
	font-size:11px;
	font-weight: bold;
	color:#333;
	outline: none;
	vertical-align:middle;
	}
	
a.lienpopup:visited {
	color:#333;
	}
a.lienpopup:active {
	color:#333;
	}
a.lienpopup:hover {
	color:#333;
	text-decoration: none;
	}
