/* Régle pour le menubar */
/* Pour 4 section : 100/4= 25% */
/* Pour 5 section : 100/5= 20% */
/* Pour 6 section : 100/6= 16.65% */
/* Pour 7 section : 100/7= 14.27% */
/* Etc... */
#menubar dl {
width:20%; /* 16.65% */
}

/* Slider */
.slide img {
  -moz-transform: rotate(-10deg);
  margin-right: 20px;
}

/* Facebook */
dl#mbFBP_activity_feed, dl#mbFBP_like_box {
  display: none;
}

/* User Tags */
td#Categories IMG {
  display: none;
}

/* Set defaults for thumbnails legend (modifie le nombre de lignes sous les vignettes)*/
#content UL.thumbnails SPAN.thumbLegend {
  display: block;    /* display: none; if you don't want legend */
  height: 5em;        /* legend height (don't set auto to be Gecko friendly)*/
}
