/* -------------------------------------------------------------- 

	* cPrint.css - Base Framework CSS
 
	* @version: 2.0
	* @type:    Print
	* @year:    2008
	* @author:  CyberGénération - PG

--------------------------------------------------------------- */

	body {line-height:1.2em; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; color:#000; background:none; font-size:10px;}

/* Layout
-------------------------------------------------------------- */
	
	#printHeader			{ background:none; display:block; width:100%; border-bottom:1px solid #ccc; } 
	#printHeader img	{ float:none }
	 
	#pageContainer, #pageContent { background:none; }
	
	hr { background:#fff; color:#fff;display:block;width:100%;height:1px;margin:1em 0 2em;padding:0;border-bottom:solid 1px #999;}
	hr.bottomSpacer {  margin:2em 0 1em; }

/* Text
-------------------------------------------------------------- */

	h1,h2,h3,h4,h5,h6 { font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
	code { font:11px "Courier New", Monaco, Courier, monospace; } 
	
	h1 { font-size:3em; }
	h2 { font-size:2em; }
	h3 { font-size:1.5em; }
	h4 { font-size:1.2em; margin-bottom:0.5em; }
	h5 { font-size:1em; margin-bottom:0.5em; }
	h6 { font-size:1em; }	
	
	img { float:left; margin:1.5em 1.5em 1.5em 0; }
	a img { border:none; }
	p img.top { margin-top:0; }
	
	blockquote {
	  margin:1.5em;
	  padding:1em;
	  font-style:italic;
	  font-size:11px;
	}
	.small  { font-size:11px; }
	.large  { font-size:13px; }
	.quiet  { color: #999; }
	.hide   { display:none; }

/* Links
-------------------------------------------------------------- */
	a:link, a:visited {background: transparent;font-weight:700;text-decoration: underline;}
	
/* UnsIFR for print (THX Suzie)
-------------------------------------------------------------- */	
	.sIFR-flash {display: none !important;height: 0;width: 0;position: absolute;overflow: hidden;}
  .sIFR-alternate {visibility : visible !important;display: block !important; position: static  !important;left : auto !important;top : auto !important;width : auto !important;height : auto !important;}
  