/* La barre de liens à gauche */

@import url(base.css);

div#plan {
   background: #ddd;
   border: outset #ddd 1px;
}

div#plan a:hover { background: #eee; border: outset #ddd 1px; }
div#plan a:focus { border: inset #ddd 1px; }

/* Les petites images */
div#plan h3 { height: 48px; line-height: 48px; }
h3#association { background: url(images/gnome-fish.png) no-repeat; }
h3#bureau { background: url(images/gnome-ccdesktop.png) no-repeat; }
h3#activites { background: url(images/gnome-multimedia.png) no-repeat; }
h3#documents { background: url(images/gdict.png) no-repeat; }
h3#liens { background: url(images/gnome-globe.png) no-repeat; }

/* Le reste de la page */

body {
   background: white url(images/cof-filigrane.png) 60% 2em no-repeat fixed;
}

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

table#trombi img { border: ridge #eee 2px; }

