/*
 * Basiques
 *
 *
 */

BODY
{
    background-color:white;
    color:#336;
    font-size:10pt;
    font-family:sans-serif;
}

h1
{
    font-variant:small-caps;
    text-align:right;
    background-image:url('../illus/logo-white.png');
    background-repeat:no-repeat;
    background-position:50% 0%;
    padding-top:55px;
    font-family:Courier, serif;
    letter-spacing:2px;
}

h1+p
{
    font-style:italic;
}


h1+p:first-letter
{
    font-size:120%;
}

h2, h3, h4, h5, h6
{
    padding-left:20px;
    background-repeat:no-repeat;
    background-position:0% 50% ;
    color:#949ff1;
}

h2
{
    margin-bottom:.1em;
    margin-top:1em;
    background-image:url('../illus/smalls/puce-orange-01.png');
}

h3
{
    margin-top:0.7em;
    margin-bottom:.2em;
    background-image:url('../illus/smalls/puce-orange-02.png');
}

h4, h5, h6
{
    background-image:
    url('../illus/smalls/puce-orange-03.png');
}

a, a:visited
{
    text-decoration:underline;
    color:#335;
}

a:hover, a:active
{
    color:#949ff1;
}


/*
 *
 *
 *
 */

div#top
{
    font-style:italic;
    margin:0;
    padding:0;
    background-image:url('../illus/bg/top.jpg');
    background-repeat:no-repeat;
    background-position:100% 0%;
    background-color:#fafbfd;
    border-bottom: 1px solid #bbc;
    padding-top:50px;
    text-align:right;
    padding-right:5px;
}

