need to get postthumnails from a post whithin a category custom post type

$args =
array(
‘post_type’ => ‘Projet’,
’ma_taxonomy’ => ‘construction’
)

query_posts($args)