#catalogue {
 width: 100%;
 margin-left: auto; margin-right: auto;
}
#catalogue td {
 width: 33%;
 text-align: center;
}
#categorie {
 width: 100%;
 margin-left: auto; margin-right: auto;
}
#categorie td {
 width: 50%;
 vertical-align:top;
 text-align: center;
}
#categorie ul {
 list-style-type: disc;
 list-style-image : url(http://www.bj-sports.be/images/puce.gif);
 list-style-position: inside;
}
#categorie a:link { font-size: 22px; color: #f07d2f; text-decoration: none; }
#categorie a:visited { font-size: 22px; color: #f07d2f; text-decoration: none; }
#categorie a:hover { font-size: 22px; font-weight: bold; color: #ffb533; text-decoration: underline; }
.maintitre {
 font-family: "luxi sans", "trebuchet ms", "bitstream vera sans", sans-serif;
 font-size: 26px;
 color: #3093cc;
 font-weight: bold;
 text-align: center;
}
.backhome {
 float: right;
 margin-right: 150px;
}
