.identifiant{background:green url(background.gif)}
<div style="width:200px; height:50px; background: green url(../images/style_css/background.gif)"> </div>
.identifiant{background: green url(../images/style_css/background.gif) no-repeat fixed 10px 20px; }
<div style="width:200px; height:50px; background:green url(../images/style_css/background.gif) no-repeat fixed 10px 20px; "> </div>
.identifiant{background:green; }
<div style="width:200px; height:50px; background:green; "> </div>
.identifiant{background:green url(background.gif)}
