/* 
Created on : 11 juil. 2009, 12:26:52
Author     : GENGOUL Thierry
*/

td.border-topl { 
    width: 16px; 
    height: 16px; 
    background: url(border/border-topl.jpg) no-repeat;
} 
td.border-topr { 
    width: 16px; 
    height: 16px; 
    background: url(border/border-topr.jpg) no-repeat;
}
td.border-botl { 
    width: 16px; 
    height: 16px; 
    background: url(border/border-botl.jpg) no-repeat;
} 
td.border-botr { 
    width: 16px; 
    height: 16px; 
    background: url(border/border-botr.jpg) no-repeat;
} 
td.border-top { 
    height: 16px; 
    background: url(border/border-top.jpg) repeat-x;
}
td.border-bot { 
    height: 16px; 
    background: url(border/border-bot.jpg) repeat-x;
}
td.border-l { 
    width: 16px; 
    background: url(border/border-l.jpg) repeat-y;
}
td.border-r { 
    width: 16px; 
    background: url(border/border-r.jpg) repeat-y;
}
td.border-center { 
    background-color: white; 
    border: 4px solid white; 
}

