html, body, input, table
{
	font-family: "Arial Unicode MS", sans-serif;
}

table
{
	border-collapse: collapse;
	float: left;
	margin: 0 2ex 0 0 ;
}
td
{
	border: 1px solid #000;
	margin: 0
	padding: 0;
}

dl
{
	margin: 0;
	padding: 0em 0.2ex;
	text-align: center;
}
dt, dd
{
	margin: 0;
	padding: 0;
}

/* Pour que les caractères d'espacement ne cassent pas la mise en page*/
dt
{
	white-space: pre;
}
dd
{
	font-family: monospace;
	color: #666;
}

/* Pour les caractères non valides, on les place en rouge */
.NA, dl.NA dt, dl.NA dd
{
	color: #f00;
}

/* Pour les caractères non valides, on les place en rouge */
.NC, dl.NC dt, dl.NC dd
{
	color: #fa0;
}

/* Pour les caractères sélectionné, on les place en vert */
dl.Selected, dl.Selected dt, dl.Selected dd
{
	background: #ff8;
}

td:hover
{
	background: #def;
	border: 1px solid #000;
}

.Controls
{
	clear: both;
	border: 1px dotted: #f00;
	margin: 0;
	padding: 0.25em 0 0 0;
}
.Controls *
{
	-moz-border-radius: 1ex;
}
.Controls a
{
	float: left;
	margin: 0.25em 0.5ex;
	width: 4ex;
	height: 2em;
	line-height: 2em;
	text-decoration: none;
	text-align: center;
	background: #369;
	color: #fff;
	border: 1px solid #000;
}
.Controls a:hover
{
	background: #47a;
}
.Controls form
{
	float: left;
	margin: 0;
	padding: 0;
}
.Controls label
{
	display: block;
	margin: 0.25em 0.5ex;
}
.Controls input
{
	text-align: center;
	padding: 0.4em;
	font-size: 1em;
	height: 1.2em;
	line-height: 1.2em;
	border: 1px solid #000;
	background: #fff;
	color: #000;
}
.Controls input:focus
{
	background: #eee;
}

#Legend dl
{
	text-align: left;
	padding: 1ex 0.5em;
}
#Legend dd
{
	margin: 0 0 0 2ex;
	font-family: sans-serif;
}
