/* La barre de liens à gauche */

@import url(base.css);

div#plan {
   background: #ddd url(images/v-gris.png) 0 0 repeat-x fixed;
   border: outset #ddd 1px;
}

/*
a:hover { background: #c0c0c0 url(images/h-gris.png) repeat-y; }
*/
a:hover {
   background: #ec7 url(images/h-jaune.png) 100% 0 repeat-y;
   color: black;
}

div#contenu a:hover { text-decoration: none; }
div#plan a:focus { background: #eee; }
div#plan h3 { padding: 3px; }

/* Le reste de la page */

body { background: white url(images/v-bleu.png) 0 0 repeat-x fixed; }

/* Le trombinoscope */
table#trombi img { border: groove #ddd 2px; }

