rotation d'écran dans CSS

 @media screen and (orientation:portrait) { … }
 @media screen and (orientation:landscape) { … }
wvn