Cette image png fait 600 par 600.
Le code CSS du sélecteur #bordure1 :
{
border-image-source:url("border2.png");
border-image-width:20px;
border-image-repeat:stretch;
border-image-slice:20;
}
Le code du sélecteur #bordure2 :
{
border-image-source:url("border2.png");
border-image-width:40px;
border-image-repeat:stretch;
border-image-slice:40;
}