Hi,
I'm going to tell you but you changed to other template and fit your look now for the table.
Also, the slideshow module, it will look better if in
www.sos-adversaire.fr/prono-foot/modules...deshow/css/style.css:
1. find this code:
div.ot-navigator ul.navigator{
margin: 0;
padding: 0;
position: absolute;
}
and change it to:
div.ot-navigator ul.navigator{
margin: 0;
padding: 0;
position: absolute;
list-style: none outside none;
}
2. find this code:
div.ot-navigator ul.navigator li div.nav-item {
float: left;
padding: 18px 15px;
}
change it to:
div.ot-navigator ul.navigator li div.nav-item {
float: left;
padding: 10px 15px;
}
3. find this code:
div.ot-navigator{
position: absolute;
top: 0;
right: 0;
}
and change it to:
div.ot-navigator{
position: absolute;
top: 0;
right: 0;
overflow: hidden;
}