#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	text-indent: -999em;
	text-decoration: none;
}

#topleft {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(../images/design/beta.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#topleftVendu {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(../images/design/vendu.png) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

