/* Ce CSS et toutes les images associees : (c) Cyberlude inc. 2008 -- Tous droits reserves
   Interdit de reproduction sans autorisation ecrite de Cyberlude
   (Alexandre Ayotte)
*/
#FIX_NAV08 { 
  text-align:left;
  position:fixed;
  _position:absolute;
  top:0px;
  left:0px;
  _top:0;
  _left:0;
  }
a.NAV_IMA { text-decoration: none; border:none; }
a.NAV_IMA:LINK { text-decoration: none; border:none; }
a.NAV_IMA:VISITED { text-decoration: none; border:none; }
a.NAV_IMA:HOVER { text-decoration: none; border:none; }

a.NAV08 {
  font-family: Verdana, "Arial Narrow", Arial, sans-serif;
  color: #ffff33;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  white-space: nowrap;
  font-size: 12px;
  background: #000;
  margin-bottom: 2px;
  margin-right: 10px;
  padding: 2px 10px 2px 10px;
  border: solid 1px #000;
  }
a.NAV08:LINK    { border: solid 1px #000; }	
a.NAV08:VISITED { border: solid 1px #000; }
a.NAV08:HOVER   { border: solid 1px #ffff33; }

* { 
  margin: 0px;
  padding: 0px;
  }
html,body {
  /*
  font-family: garamond condensed, "times new roman", times, serif;
  font-size: 10pt;
  */
  font-family: Verdana, "Arial Narrow", Arial, sans-serif;
  font-size: 10px;
  background: #FDFDFD url(bgPattern.jpg) repeat-x top;
  text-align: center;
  }
#container {
	width: 850px;
	margin: auto;
    padding-top: 62px;
    padding-bottom: 32px;
    text-align: left;
    }
#realpage {
	width: 850px;
    height: auto;
	background: #FFF;
    border: solid 1px #999;
    padding: 18px;
    }
#realpage td {
  vertical-align: top;
  }
  
#realpage a:LINK {
  text-decoration: none;
  color: #000;
  }
#realpage a:VISITED { color: #000; text-decoration: none; }
#realpage a:HOVER   { text-decoration: underline; }

/*-----from previous CSS-------*/
.petitTech {
  font-size: 0.85em;
  color: #666;
  }

.half { font-size: 0.4em; }
  
.hiddenTech {
  font-size: 7px;
  color: efefef;
  text-align: left;
  }

.miniscreenR {
  margin: 4px 0 8px 12px;
  float: right;
  clear: both;
}
.pDERN, .pPUSH {
  margin-bottom: 24px;
  }


.bigR2 {
  margin: 24px 24px 0 0;
  text-align: right;
  font-family: garamond condensed, "times new roman", times, serif;
  font-size: 1.6em;
  color: #080;
  }
.bigM2 {
  margin: 24px 0 0 0;
  font-size: 1.6em;
  }
.bigL2 {
  margin: 24px 0 0 24px;
  font-family: garamond condensed, "times new roman", times, serif;
  text-align: left;
  font-size: 1.6em;
  color: #080;
  }

.datemodif {font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 9px; color: #777777 }