/* --------------------------------------------------------
    Print stylesheet
    Site: Creaform
    Created by: Stéphanie Léveillé - stephanie.leveille@leonarddg.com
    Filename: css/print.css
   -------------------------------------------------------- */


/* -------------->>> textes <<<---------------*/

a { color: #aaa; }

.contenu h3, caption { color: #000 !important;}


/* ------------->>> structure <<<-------------*/
#container { width: 100%; }

#header, #banner, #contentSideMenu, #footer
{ display: none; }

#content1Col { width: 90%; }
#content2Col1 { width: 70%; }
#content2Col2 { width: 20%; }

