Ok, my problem is resolved ! ??
Here is the code I added on my file “single.php” :
<?php
$attachments = get_children(array('post_parent'=>$post->ID));
$nbImg = count($attachments);
echo 'There are '.$nbImg.' pictures on this post.';
?>
Thx for your ideas ! ??