/* Start of CMSMS style sheet 'Print' */
/*
Sections that are hidden when printing the page. We only want the content printed.
*/


body {
font:normal 11pt Tahoma, Arial, Helvetica, sans-serif;
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}

/* This affects every tag */
* {
border:0 !important; /* again no borders on printouts */
}

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,
.noprint
 {
display:none !important; 
}

#top { width:auto; height:110pt; !important;}
#top h1 #logo { position:absolute; margin:0 0 0 10px; !important;}
#top #mentions { position:absolute; margin-top:60pt; margin-left:110pt; text-align:center; font-size:8pt; font-weight:normal; color:#B5A5D4; width:450pt; }
#top h1#baseline { position:absolute; margin-top:10pt; margin-left:160pt; width:300pt; text-align:center; font-size:14pt; font-weight:bold; }

.float_gauche { float:left; margin-right:15px; margin-bottom:10px;}
.float_droite { float:right; margin-left:15px; margin-bottom:10px;}

/* 
remove all width constraints from content area
*/
div#content,
div#main {
display:block !important;
width:100% !important;
border:0 !important;
padding:1em !important;
}

/* hide everything else! */
div#header,
div#header h1 a,
div.breadcrumbs,
div#search,
div#menu_vert,
div#footer,
div#menu_vert,
div#news,
div.right49,
div.left49,
div#sidebar,
#top #tools,
#bottom,
#footer,
#navigation_form,
.expand_collapse_all
  {
   display: none !important;
}

.HideOnLoad {display: block !important; }

img {
 float:none; /* this makes images cause a pagebreak if it doesnt fit on the page */
}

a { color:#0178ba; }
#content h2 { font-size:16pt; letter-spacing:.05em; margin-bottom:15pt; font-weight:bold; color:#017fbc; !important;}
#content h3 { font-size:13pt; letter-spacing:.08em; margin:18pt 0 8pt; font-weight:bold; color:#06057c; !important;}
#content h4 { font-size:11pt; font-weight:bold; margin:12pt 0 -5pt; color:#0178ba; !important;}

h2 a.glossary, h2 a.glossary:visited { color:#017fbc; }
h3 a.glossary, h3 a.glossary:visited { color:#06057c; }
h4 a.glossary, h4 a.glossary:visited { color:#0178ba; }

#content ol { list-style: decimal inside; !important;}
#content li { margin-left:0; margin-bottom:0.5em; !important;}
#content ul { padding-left:1.1em; padding-bottom:0.5em; margin-left:0; !important;}
#content p  { margin-bottom:-3pt; !important;}
#content .souligne { text-decoration: underline; }

/* FAQ */
body.frequently-asked-questions h3 { font-size:1.2em; font-weight:normal; letter-spacing:0; }
body.frequently-asked-questions h3 a { text-decoration:none; }

/* Glossaire */
body.glossary dt { margin-top:0.5em; }
body.glossary dt a { font-size:1.2em; text-decoration:none; }
body.glossary dd { padding:0.5em 0 0.5em 0; margin-left:0; }

a.glossary, a.glossary:visited { color:#000; text-decoration:none; border-bottom:0; }

/* News & events */
body.news-events h3 { padding-top:10pt; }

/* sitemap */
body.site-map ul#sitemap li a { font-weight:bold; text-decoration:none; }
body.site-map ul#sitemap li ul li a { color:#000; font-weight:normal; text-decoration:none; }
body.site-map ul#sitemap li { list-style-type:none; }
body.site-map ul#sitemap li ul { padding-top:5pt; }

/* End of 'Print' */

