/**
 * Définitions CSS communes à toutes les pages
 *
 * @category   css
 * @version    1.0
 * @copyright  Copyright (c) 2007 Creactis, Yann Voumard
 * @license    All rights reserved
 */

html {
        height: 100%;
    }

body {
        background-image: url(../img/skin/background.gif);
        background-position: 0px 0px;
        margin: 0px;
        height: 100%;
    }

h1, h2, p, table, a, li {
        font-family: Verdana;
        color: #666666;
    }

h1 {
        font-size: 20px;
        font-weight: normal;
    }

h2 {
        font-size: 12px;
        font-weight: bold;
    }

p, a, li {
        font-size: 12px;
        line-height: 18px;
    }

a:hover {
        text-decoration: none;
    }

hr {
        background-color: #FFFFFF;
        color: #FFFFFF;
        border: 0px;
        border-bottom: 1px dashed #C8C8C8;
    }