.TabVertTopLeft
{
	width: 9px;
	height: 10px;
	background-image: url('Coin.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.TabVertTopRight
{
	width: 9px;
	height: 10px;
	background-image: url('Coin.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.TabVertBottomLeft
{
	width: 9px;
	height: 10px;
	background-image: url('Coin.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.TabVertBottomRight
{
	width: 9px;
	height: 10px;
	background-image: url('Coin.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.TabVertContent
{
	background-image: url('Fond.png');
	min-height: 100%;
}
