.table {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFAFF;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #888888;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	list-style-type: square;
	list-style-position: outside;
	width: 800px;
	text-align: center;
	vertical-align: top;
	background-position: right top;
	font-style: normal;
	clear: both;
	float: none;
	height: auto;
	padding: 1px;
}
.backg {
	background-color: #FAFAFA;
	background-position: center center;
}
.petit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.normal {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	color: #0F0F0F;
}
.gras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}
.machine {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	border-right-style: 5;
	border-left-style: 5;
}
.grasinverse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFD19C;
	padding: 2px;
}
.bouton {
	background-image: url(/logos/bouton.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
.grasinverse2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CDE2FF;
	padding: 2px;
}
.grasinverse3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCCFF;
	padding: 2px;
}
.normalinverse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFD19C;
	padding: 2px;
}
