.list,.list1 {

list-style: none;
list-style-image: url('./images/puce.gif');

}

.list2 {

list-style-image: url('./images/puce2.gif');

}

.list3 {

list-style-type: circle;

}

table ul, table .list, table.list1, table .list2, table .list3 {

list-style: none;
list-style-image: none;

}