/*****************************************************************************
 * $Id: eo.i18n.css,v 1.1 2003/11/28 23:47:07 evermann Exp $ 
 *
 * CSS style for i18n.kde.org
 *
 *****************************************************************************/

BODY, P, TD, TH, TR, TABLE, UL, OL, LI, DD, DL, DT, H1, H2, H3, H4, H5, H6 
     { 
	     font-family: arial, helvetica, sans-serif; 
	   }

PRE, CODE, TT
     { 
	     font-family: courier, serif;  
	   }

A:link     { text-decoration: none; color: #333388; }
A:visited  { text-decoration: none; color: #333388; }
A:active   { text-decoration: none; color: #ff0000; }
A:hover    { text-decoration: none; color: #6600ff; }

table.menu {
	width: 148px;
	border-style: none;}
	
td.titreMenu {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #E6E2E6;
	text-align: center;
	padding: 0;}

td.contenuMenu {
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	background-color: white;
	width: 100%;}

table.doc {
	width: 100%;
	border-style: none;}
	
td.titreModule {
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid;
	background-color: #E6E2E6;
	text-align: center;
	padding: 0;}	
	
td.titreColonne {
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	background-color: #E6E2E6;
	text-align: center;
	padding: 0;}

	
td.titreDerniereColonne {
	border-right: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;	
	border-top: black 1px solid;	
	background-color: #E6E2E6;
	text-align: center;
	padding: 0;}
	
td.docPremiereColonne {
	border-left: black 1px solid;
	border-bottom: grey 1px solid;	
	text-align: center;
	padding: 0;}
	
td.docColonne {
	border-left: grey 1px solid;
	border-bottom: grey 1px solid;	
	text-align: center;
	padding: 0;}
	
td.docDerniereColonne {
	border-right: black 1px solid;
	border-left: grey 1px solid;
	border-bottom: grey 1px solid;	
	text-align: center;
	padding: 0;}
	

	
	