table {
	width: 100%;
	border-spacing:1px;
	font-size: 0.9em;
	background-color:#F5F5F5;
	color: #039;
	margin: 0x 0 0 0px;
}
table#pixel, table#zoom1 {
	width: 80%;
	margin: 15px 0 0 20px;
}
table p {
	font-size: 1em;
	line-height:1.3em;
}
thead th {
	text-align: center;
	background: #F5F5F5;
	color: #f60;
	font-size: 1em;
	border: 1px solid #fff;
	width: 100px;
	height: 25px;
	font-weight: bold;
}
thead th a {
	font-size: 1.2em;
	font-weight: bold;
	color: #f60;
}
tbody tr {
	background: #FFF;
}
tbody tr td {
	height: 20px;
	padding : 4px;
	background: #FFF;
	border: none;
	vertical-align: middle;
	font-family: verdana, arial, sans-serif;
	color: #666;
	font-size: 1.1em;
	text-align: left;
}
tbody tr td:hover {
	background: #DDF7FF;
}
#pixel tbody tr:hover td {
	background: #DDF7FF;
}
#zoom1 tbody tr td:hover {
	background: none;
}
#zoom1 tbody tr td {
	padding: 10px;
}
td p.spe {
	text-align: center;
}
tbody td[headers|="image"], tbody td[headers|="pixel"] {
	text-align: right;
}
/*Tableau carte memoire*/
table#cartemem {
	width: 90%;
	margin: 15px 0 0 20px;
}
}
table#cartemem p {
	font-size: 1em;
}
table#cartemem thead th {
	border-top: 1px solid #fff;
	border-left: none;
	border-right: 1px solid #fff;
	border-bottom: none;
}
table#cartemem thead th#col1 {
	width: 40%;
}
table#cartemem thead th#col2 {
	width: 60%;
}
#cartemem tr td.li1, #li1spe {
	background: #F5F5F5;
	color: #666;
	font-size: 0.9em;
	text-align: center;
	height: 10px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
#cartemem tr td.li1 p {
	margin-top: -10px;
}
th.li1spe {
	border: none;
	background: #fff;
}
#cartemem tbody tr:hover td {
	background: #DDF7FF;
}
tbody tr#li1spe td:hover {
	background: #fff;
}
tbody tr#li2 td {
	text-align: center;
	font-weight: bold;
}
#cartemem tbody tr.chiffre td {
	text-align: right;
}
#cartemem tbody tr.chiffre td.spe {
	text-align: center;
}
