﻿.TB150px
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	background-color:Transparent;
	background-image:url(../images/layout_bg.png);
	border:solid 1px red;
	width:150px;
}
.TB300px
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	background-color:Transparent;
	background-image:url(../images/layout_bg.png);
	border:solid 1px red;
	width:300px;
}
.TB300x50px
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	background-color:Transparent;
	background-image:url(../images/layout_bg.png);
	border:solid 1px red;
	width:300px;
	height:50px;
}
a.LinkBt:Link
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	padding:2px 10px 0px 10px;
	border: solid 1px red;
	height:25px;
}
a.LinkBt:Visited
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	padding:2px 10px 0px 10px;
	border: solid 1px red;
}
a.LinkBt:Hover
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#FF0000;
	text-decoration:underline;
	padding:2px 10px 0px 10px;
	border: solid 1px white;
}
a.LinkBt:Actif
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
	padding:2px 10px 0px 10px;
	border: solid 1px red;
}