#tVetements { margin: 0px; }

#vTechnik { background: url('../img/vetements/v-techniques.jpg') no-repeat 0% 0%; width: 25%; height: 267px; padding: 10px; text-align: center; cursor:pointer; }
#vHomme { background: url('../img/vetements/v-hommes.jpg') no-repeat 0% 0%; width: 25%; height: 267px; padding: 10px; text-align: center; cursor:pointer; }
#vFemme { background: url('../img/vetements/v-femmes.jpg') no-repeat 100% 0%; width: 25%; height: 267px; padding: 10px; text-align: center; cursor:pointer; }
#vBaggage { background: url('../img/vetements/v-baggages.jpg') no-repeat 0% 0%; width: 25%; height: 267px; padding: 10px; text-align: center; cursor:pointer; }


.tdTitre { background: url('../img/bg_vetements.png') repeat-x; height: 47px; padding: 5px; }
.tdTitre a { text-decoration: none; font-weight: bold; font-size: 1.5em; }
.tdTitre a:hover { text-decoration: underline; color: #002A3F; }

.tdTable { border: 1px dotted #F0F3F5; }

.trCatVetement {  background-color: #FFF; }
.trCatVetementActive {  background-color: #F6F7F8; }


.trCatVetement a, .trCatVetementActive a { text-decoration: none; }


.trCatVetement img, .trCatVetementActive img { margin: 3px; padding: 0; }

.trCatVetement span, .trCatVetementActive span { padding: 3px; }

.cursor {  cursor: hand; }