.identifiant{overflow:visible; }
<div style="font-weight:normal; display:block; width:100px; height:100px; background-color:red; overflow:visible; ">mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot</div>
.identifiant{overflow:hidden; }
<div style="font-weight:normal; display:block; width:100px; height:100px; background-color:red; overflow:hidden; ">mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot</div>
.identifiant{overflow:scroll; }
<div style="font-weight:normal; display:block; width:100px; height:100px; background-color:red; overflow:scroll; ">mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot</div>
.identifiant{overflow:auto; }
<div style="font-weight:normal; display:block; width:100px; height:100px; background-color:red; overflow:auto; ">mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot mot</div>
.identifiant{overflow:visible;}
