A:link {text-decoration : underline; color : #000000}
A:visited {text-decoration : underline; color : #000000}
A:active {text-decoration : none}
A:hover {text-decoration : none; color : #000000}

A.blanc:link {text-decoration : underline; color : #FFFFFF}
A.blanc:visited {text-decoration : underline; color : #FFFFFF}
A.blanc:active {text-decoration : none}
A.blanc:hover {text-decoration : none; color : #FFFFFF}

/* Styles pour remplacer les font */

body {
	color: black;
	background: url(bg.png);
        font-family: Arial, Helvetica, sans-serif;
}

.menu {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

li.menu {
	margin-left: -1em;
}

li.menu:first-line {
	line-height: 1.5;
}

.theme-head {
	background-color: #666666;
	color: white;
}

.titre-info {
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	color: #666666;
}
h1 {
	font-size: 18pt;
	font-weight: normal;
	/* font-family: serif; */
}

h2 {
	font-size: 16pt;
	font-weight: normal;
}

h3 {
	font-size: 13pt;
}


/* Pour le code de programme (XML, etc..) */
code, pre, tt {
	color: maroon;
}

/* Pour la ligne de commande */
code.commande, pre.commande, tt.commande {
	color: green;
}

/* Pour les cles dans les tableaux et listes de definition */
dt, td.table_id {
	font-weight: bold
}

/* Le menu  (vient en grande partir du nouveau site mod_perl */

/* dark blue border color for menu-boxes */
td.menu-border { background-color: #666666; }
/* light gray/white bg-color for non-selected menu-items */
td.non-sel-bg {
	background-color: #eeeeee;
	padding: 0.3ex 0.3em;
}

a.menu:link, a.menu:visited {
	color: #525d76;
    text-decoration: none;
}

a.menu:active, a.menu:hover {
	color: #999999;
    text-decoration: none;
}

/* light blue bg-color for menu-titles */
td.menu-title-bg { background-color: #666666; }
div.menu-title {
    padding: 3px;
    color: white;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #666666;
    text-align: center;
}

/* instead of using space.gif */
.smallbr {
    font-family: helvetica, arial, verdana, sans-serif;
    font-size: 1px;
    line-height: 1px;
}
