Normal
<div style="width:300px; border:1px solid red; text-indent:0">mot mot<br>mot mot</div>
.identifiant{text-indent:5px}
<div style="width:300px; border:1px solid red; text-indent:5px; ">mot mot<br>mot mot</div>
.identifiant{text-indent:1em}
<div style="width:300px; border:1px solid red; text-indent:1em; ">mot mot<br>mot mot</div>
.identifiant{text-indent:-5px}
<div style="width:300px; border:1px solid red; text-indent:-5px; overflow:hidden">mot mot<br>mot mot</div>
Sur un bloc inline :<br>
.identifiant{text-indent:-5px}<br>
<span style="width:300px; border:1px solid red; text-indent:-5px; ">mot mot<br>mot mot</span>
Normal
