/* -------------------------------------------------------------- 

	* cReset.css - Reset all CSS
 
	* @version: 2.0
	* @type:    Screen
	* @year:    2008
	* @author:  Google Blueprint - PG

--------------------------------------------------------------- */


/* Resets default browser CSS.
--------------------------------------------------------------- */

	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, code,
	del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
	  margin:0;
	  padding:0;
	  border:0;
	  line-height:inherit;
	  font-weight:inherit;
	  font-size:100%;
	  font-style:inherit;
	  font-family:inherit;
	  vertical-align:baseline;
	}
		
	body {
  	line-height:1.25em; 
	}	
		
	*:focus {
	outline: none;
	}
	
	/* Remove annoying border on linked images. */
	a img { border:none; }

	/* tables still need 'cellspacing="0"' in the markup */
	table { border-collapse:separate; border-spacing:0; margin-bottom:15px }
	caption, th, td { text-align:left; font-weight:normal; }
	table, td, th { vertical-align:top; }
	
	/* remove the blockquote " " */
	blockquote:lang(en) { quotes: '"' '"' }
	blockquote:lang(fr), q:lang(fr) { quotes: "\00AB\0000a0" "\0000a0\00BB" }
	blockquote:before, q:before { content: open-quote; } 
	blockquote:after, q:after { content: close-quote; }
	blockquote { margin:0.5em 0 0.8em 0; }
	blockquote.inline { display:inline; }

	