html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
/*  font-family: 'Open Sans', sans-serif;*/
}
HTML5 display-role reset for older browsers 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  zoom: 0;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}   



/**
*
*
* *******************************
* Author Pierre-Éric Chartrand  *
* admin@pierreericchartrand.com *
* *******************************
*
*
**/

html {
  min-height: 100%;
}
body {
  background: url('../img/Untitled-2.gif') repeat; 
  background-color: #DDDDDD; 
  margin: auto;
  min-height: 100%;
  line-height: normal;
}


#main {
  width: 80%;  
  float: left;
}



/* 
TAGS 
*/


h1, h2, h3, h4, h5 { 
  padding: 20px 0 10px 0;
  font-family: 'MerriweatherRegular';

}
h1 {font-size: 18pt;}
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}
h4 {font-size: 13pt;}

p {
  font-family: 'Verdana';
  padding: 10px 0 10px 0;
  line-height: normal;
}

ul, ol {font-family: 'Verdana';
  padding: 10px 0 10px 0;
  line-height: normal;}

ol {list-style: decimal}
ol li{list-style-type:decimal;}
ol li ol li{list-style-type: none; margin-left: 20px; }
ol li ol li ol li{list-style-type: lower-roman}


li {

  list-style: disc;
  margin-left: 40px; 
  padding: 1px 0 1px 0;
  vertical-align: middle;  
}

a {
  color: #0037FB;
}

a:hover {
  color: #0037FB;
  text-decoration: none;  
}

a:visited {
  color: #17365D;
}

strong {
  font-weight: bold;
}

footer {  
  line-height: normal;
  position: absolute; left: 0; width: 100%; bottom: 10px;
  text-align: center;
  font-family: 'MerriweatherRegular';
  margin: 20px 0 0 0;
}



/*
layout
*/


#ieMaxWidth{
  margin: auto;   
  max-width: 1500px; 
  width:expression("document.body.clientWidth > 1500? '1500px': '100%'");  /*12 nov */
}

#leftPadding{
  float: left;
}

#container{
  width: 260mm;
  margin: auto;
  margin-top: 20mm;
  margin-bottom: 20mm;  
}

#paperSheet { /* white centered paper sheet like division */

  /* colors */
  background-color: #FFFFFF;

  /* text */
  text-align: justify;
  color: black;
  font-family: Tahoma;

  /* 12 nov*/
  width: 75%;  
  max-width: 8.5in;
  min-height: 580px;
  padding: 20px 10px 10px 10px;
  float: right;
  margin: 15px 0 15px 0;

  /* box shadow */
  -webkit-box-shadow: #000 0px 0px 20px;
  -moz-box-shadow: #000 0px 0px 20px;
  box-shadow: #000 0px 0px 20px;  
  behavior: url('https://ig-fisc.ca/style/style/PIE-1.0.0/PIE.htc');
}

#logo{ /* header inside de paper sheet like divisoion */
  margin: auto;
  text-align: center;
  max-width: 688px;
}

#logo img{
  width: 100%;
}

#content{ /* contains main text of pag */
  padding: 40px 20px 40px 20px;  
  position: relative;
}


/* navigation */
nav {
  float: left;
  margin-top: 10px;
}

.tabFirst{
  background: url('../img/tabBetweenFirst.png') no-repeat;
  width: 60px;
  height: 36px;
}

.tabFirstOver{
  background: url('../img/tabBetweenFirstOver.png') no-repeat;
  width: 60px;
  height: 36px;
}

.tabLast{
  /*background: url('../img/tabBetweenLast.png') no-repeat;*/
  background: url('../img/tabLast.png') no-repeat;
  width: 60px;
  height: 36px;
}

.tabLastUnder{
  /*background: url('../img/tabBetweenLast.png') no-repeat;*/
  background: url('../img/tabLastUnder.png') no-repeat;
  width: 60px;
  height: 36px;
}

.tabBetweenOver{
  background-image: url('../img/tabBetweenOver.png');
  width: 60px;
  height: 36px;  
}

.tabBetweenUnder{
  background: url('../img/tabBetweenUnderUnder.png') no-repeat;
  width: 60px;
  height: 36px;  
}

.tabBetweenUnderOver{
  background: url('../img/tabBetweenUnder.png') no-repeat;
  width: 60px;
  height: 36px;  
}

.tabMid{  
  background-image: url('../img/tabCenterUnder.png');
  background-repeat: no-repeat;
  width: 60px;
  height: 140px;  
  line-height: 101px;
  text-align: left;  
  vertical-align: middle;
  padding-left: 2px;
}

.tabMidOver{  
  background: url('../img/tabCenter.png') no-repeat;  
  width: 60px;
  height: 140px;  
  line-height: 101px;
  text-align: left;  
  vertical-align: middle;
  padding-left: 2px;
}

.tabText{   
  text-align: center;
  vertical-align: middle;  
}

.clear{
  width: 100%;
  height: 20px;
}



/*
specific design
*/



#nousJoindreScript { /* post-it like button on top left if JavaScript is enabled*/
  left: 10px;
  top: 10px;
  position: fixed;
  z-index: 1000;
  display: none; /*javascript will display the control*/
}

#nousJoindre { /* post-it like button on top left if JavaScript is disabled*/
  position: fixed;
  left: 10px;
  top: 10px;
  z-index: 1000;
}

span.vcard {  /* footer sytling */
  margin: auto;   
  text-align: center;
  font-family: 'MerriweatherRegular';
}

.lvl0{ /* custom made first level off unordered list */

}

.lvl1{ /* custom made second level off unordered list */
  margin-left: 20px;
}

#mobileVersion{
  color: white;
  position: fixed;
  bottom: 0;
  right: 0;
}

#mobileVersion a{
  color: white;
}