/* Corps de la page */
body
    {
    background-color    : white;
    color		: #444;
    margin		: 0;
    padding		: 0;
    font-family	        : sans-serif;
    }


/* Liens */
a
    {
    text-decoration	: none;
    }
a:link
    {
    font-weight	: bold;
    }
a:hover
    {
    text-decoration	: underline;
    }
a:visited
    {
    color		: grey;
    }

/* Titre et sous-titre  de la page*/
h1.title
    {
    text-align	: center;
    margin-top	: 1.5em;
    }
h2.subtitle
    {
    text-align      : center;
    padding-top	: 1em;
    color		: #999;
    font-size	: 150%;
    font-weight	: normal;
    }

/* Titres, sous-titres, etc... */
h1
    {
    margin-left     : 1.5em ;
    }
h2
    {
    margin-left     : 4em;
    }
h3
    {
    margin-left     : 6em;
    }

/* Le gras devient gris %% */
#body b
    {
    font-weight	    : normal;
    color	    : black;
    }

/* Images */
img
    {
    border          : 0px;
    margin-right    : 10px;
    }

/* Paragraphes */
p
    {
    margin-left     : 0.5em;
    }
