I followed this example : http://bost.ocks.org/mike/map/
to display this topojson file :
https://github.com/max-l/topojson-experiments/blob/master/qc-map.json
the map is always empty, I tried setting the proper center d3.geo.albers().center(-71,45) and many other things without success.
I noticed that Github is able to render it (with leaflet)
https://github.com/max-l/topojson-experiments/blob/master/qc-map.json
which makes me assume it is valid topojson..