body {
    background-color: #fff;
    color: #FFF;
    margin: 0;
    padding: 0;
    }

li {
    list-style: none;
    }

p {
    font-size: 14px;
    color: #222;
    }

a {
    color: #FFF;
    }

a:hover {
    color: #C00;
    }

div#galerie {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    }

div#galerie a {
    float: left;
    margin: 0;
    padding: 0;
    }
        
a {
    text-decoration: none;
    }
        
a:hover {
    background: none; /* correction d'un bug IE */
    }
        
a span {
    display: none;
    }
        
a:hover span {
    display: inline;
    position: absolute;
    top: 0px;
    left: 380px;
    width: auto;
    height: auto;
    }
    
a:hover span p.nom {
    position: absolute;
    float: right;
    top: 480px;
    font-size: 11px;
    margin-left: -230px;
    padding-right: 15px;
    width: 200px;
    color: #999;
    text-align: right;
    }

div#petite_navigation {
    position: absolute;
    top: 530px;
    left: 90px;
    height: 90px;
    }

.intro {
    position: absolute;
    top: 0;
    left: 380px;
    }

/*****************/
/** NAVIGATION  **/

ul.level1 {
    position: absolute;
    margin-top: 515px;
    left: 120px;
    }

li.fleches.droite {
    position: absolute;
    padding: 0;
    margin-left: 10px;
    margin-top: 22px;
    }

html>body li.fleches.droite {
    margin-left: 55px;
    margin-top: 22px;
    }

li.fleches.gauche {
    position: absolute;
    margin-left: -10px;
    margin-top: 22px;
    }

html>body li.fleches.gauche {
    margin-left: 30px;
    margin-top: 22px;
    }

ul.logo a {
    position: absolute;
    margin-right: 0;
    }

li.fleches {
    z-index: 100;
    }

