.table {
border-width: 1px;
 border-style: dashed ;
  border-color: blue ;
}

.tdSouligneBas {
border-bottom-width: 1px;
 border-bottom-style: dashed ;
  border-bottom-color: blue ;
}

.tdBordureGauche {
border-left-width: 1px;
 border-left-style: dashed ;
  border-left-color: blue ;
}

.tdBordureSouligneDrt {
border-right-width: 1px;
border-bottom-width: 1px;
 border-right-style: dashed ;
  border-bottom-style: dashed ;
  border-color: blue ;
}

