Nouvelles unités CSS3
pas mal ces nouvelles unités rélatives : vw, vh, vmin, vmax
"Length units representing 1% of the viewport size for viewport width (vw), height (vh), the smaller of the two (vmin), or the larger of the two (vmax)."
+ dinfos : http://katydecorah.com/css-ruler & http://caniuse.com/#feat=viewport-units pour vérifier la compatibilité navigateurs des propriétés CSS.