.TabVertClairTopLeft
{
	width: 9px;
	height: 10px;
	background-image: url('Coin.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.TabVertClairTopRight
{
	width: 9px;
	height: 10px;
	background-image: url('Coin.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.TabVertClairBottomLeft
{
	width: 9px;
	height: 10px;
	background-image: url('Coin.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.TabVertClairBottomRight
{
	width: 9px;
	height: 10px;
	background-image: url('Coin.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.TabVertClairContent
{
	background-image: url('Fond.png');
	min-height: 100%;
}
