body {
    background : #FFFFCC url(img/fondVague.gif) repeat-y fixed left;
    padding-left : 120px;
    color : blue;
    }
a img { border : none; }

h1 { text-align : center; }

li { color : blue; }

a {
    text-decoration : none;
    font-family : verdana;
    font-weight : 600;
    font-size: 70%;
    color : purple;
    }
a:hover {text-decoration : underline; }

/** Le soleil de retour **/
a#back {
    display : block;
    width:32px;
    height:31px;
    margin-left : -120px;
    background : url(img/back.gif);
    }
a#back:hover {
    background : url(img/BackAnim.gif);
    }

a#back span {
    display : none;
    }
p {
    text-indent : 2em;
    text-align : justify;
    }

dt {
    font-weight : bold;
    padding-top : 20pt;
    }

dt {
    padding-bottom : 20pt;
    }


#diapo_petit { position : absolute; top : 500px; left : 420px; }
