/* La barre de liens à gauche */

@import url(base.css);

div#plan {
   background: #aef;
   border: solid black 2px;
}

div#plan a:hover { background: #8cd; }
div#plan a:focus { background: #9de; }
div#plan h3 { padding: 3px 1em 3px 3px; }

/* Le reste de la page */

div#contenu {
    left: 18em;
}

body {
   background: white;
}

h1#bandeau {
   border: solid black 2px;
}

div#contenu a:hover {
   text-decoration: underline;
   color: #91d;
}

div#plan {
   position: static;
   margin-top: 2em;
}

