/* Texte standard */
td.standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: normal;
}

/* Utilisé par le pied de page */
td.footer_bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight: normal;
	color: #000000;
}
a.footer_bar { color: #000000; text-decoration: none; }
a.footer_bar:hover { color: #0080FF; text-decoration: underline; }

td.footer_c {
	font-family: Tahoma;
	font-size : 9pt;
	font-weight: normal;
	color: #000000;
}
a.footer_c { color: #000000; text-decoration: none; }
a.footer_c:hover { color: #000000; text-decoration: underline; }

/* Utilisé par les boutons */
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight: normal;
	color : #000000;
}
input.button:hover {
	color : #00A0FF;
}

/* Utilisé par recherche et listing */
td.search_results_items {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: normal;
}
td.search_results_cats {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight: normal;
}
a.search_results { color: #0000A0; text-decoration: none; }
a.search_results:hover { color: #30C0FF; text-decoration: underline; }

/* Utilisé par messages d'erreur */
p.error_msg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold;
}

/* Utilisé par les fiches hardware */
p.document {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold;
	color : #808080;
}
td.version {
	font-family: Tahoma;
	font-size : 8pt;
	font-weight: bold;
}
td.name {
	font-family: Arial;
	font-size : 35pt;
	font-weight: bold;
}
td.sub_name {
	font-family: Arial;
	font-size : 18pt;
	font-weight: bold;
}
td.hw_type {
	font-family: Arial;
	font-size : 14pt;
	font-weight: normal;
}
td.man_type {
	font-family: Arial;
	font-size : 22pt;
	font-weight: bold;
}
td.manual_no {
	font-family: Tahoma;
	font-size : 12pt;
	font-weight: bold;
}
img.preview {
	border: 2px dotted #545565;
	border-color: #0080FF;
}