I have search for the solution , in css .
And I haven't find any suggestion on the different threads.
So After some tests, I want to post my css thrick.

First, we will use the list-item display, cause the browser let you print any list image ;)
And now you can imagine the css thrick :



Code:
	 display:list-item; 
	 list-style-image:url('images/print/myImage.png');  
	 list-style-position:
...