Image de base <img src="../images/style_css/carre10x10.gif" align="middle"><br>
.identifiant{background-repeat:repeat}
<div style="width:200px; display:block; height:50px; background-repeat:repeat; background-image:url(../images/style_css/carre10x10.gif); border:1px solid green; "> </div>
.identifiant{background-repeat : repeat-y; }
<div style="width:200px; display:block; height:50px; background-repeat:repeat-y; background-image:url(../images/style_css/carre10x10.gif); border:1px solid green; "> </div>
.identifiant{ background-repeat : repeat-x; }
<div style="width:200px; display:block; height:50px; background-repeat:repeat-x; background-image:url(../images/style_css/carre10x10.gif); border:1px solid green; "> </div>
.identifiant{ background-repeat : no-repeat; }
<div style="width:200px; display:block; height:50px; background-repeat:no-repeat; background-image:url(../images/style_css/carre10x10.gif); border:1px solid green; "> </div>
Image de base 
.identifiant{background-repeat:repeat}
