.acceuil
{
	color: White;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 18px;
	line-height: 40px;
}

.copyright
{
	padding-left:10px; 
	padding-right:10px; 
	padding-top:0px; 
	padding-bottom:0px;
	line-height: 1.4em;
	border-bottom: 1px solid white;
	color: white;
	width: 120px;
	text-align: right;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	cursor: default;
}


.Normal {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.4em;
	border-bottom: 1px solid white;
	color: white;
	width: 100px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	cursor: pointer;
}

.Select {
	padding-left:10px; 
	padding-right:10px; 
	padding-top:0px; 
	padding-bottom:0px;
	line-height: 1.4em;
	border-bottom: 1px solid white;
	background-color: White;
	color: Black;
	width: 100px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	cursor: pointer;
}

.Over {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1.4em;
	border-bottom: 1px solid white;
	background-color: Silver;
	color: Black;
	width: 100px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	cursor: pointer;
}

.Empty {
	border-bottom: 1px solid white;
	cursor: default;
}

.Delim {
	width: 5px;
	cursor: default;
}
.TRLine {
	border-bottom:1px solid white;
	cursor: default;
}