/* ------------------------------------------------------------------------ */
/* $Id: ipd.css,v 1.5 1998/11/27 15:21:18 beaufils Exp $ */
/* Bruno BEAUFILS <beaufils@lifl.fr> */
/* Site IPD - Les styles communs a toutes les pages */
/* ------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------ */
/* Les styles des tags HTML */
/* ------------------------------------------------------------------------ */
BODY
{
    background : white;
}

H1, H2, H3, H4, H5, H6, TH, ADDRESS
{
    font-family : sans-serif;
}

ADDRESS
{
    text-align : center;
}

/* ------------------------------------------------------------------------ */
/* Les styles crees pour le site */
/* ------------------------------------------------------------------------ */
.ipd-abstract
{
    text-align : justify;
}

.ipd-contents
{
    font-family : sans-serif;
}

.ipd-door
{
    text-align : center;
}

.ipd-keywords
{
    text-align : left;
    font-family : sans-serif;
}

.ipd-link
{
    font-family : sans-serif;
    font-weight : bold;
    background : yellow;
}

.ipd-news
{
}

/* FIXME: DL.ipd-news > DT */
.ipd-news-date
{
    font-family : sans-serif;
    font-weight : bold;
}

.ipd-news-text
{
    font-family : sans-serif;
    font-style : italic;
}

.ipd-url
{
    font-family : sans-serif;
    font-size : small;
    font-style : italic;
}

/* FIXME: DL.ipd-strat > DT */
.ipd-strat
{
    font-family : monospace;
    font-weight : bold;
}

.ipd-timestamp
{
    font-size : small;
    font-weight : bold;
}

.ipd-title
{
    text-align : center;
}

.ipd-tomenu
{
    font-family : sans-serif;
    font-size : small;
    text-align : right;
}

/* */
/* ------------------------------------------------------------------------ */
