/* -------------------------------------------------------------- 

	* screen.css - TGiWP 1.0 - Base Framework CSS
 
	* @type:    Print
	* @year:    2010
	* @author:  PG

--------------------------------------------------------------- */

	body {
	  line-height:1.2em;
	  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;   
	  color:#000;
	  background:none;
	  font-size:11px;
	}

/* Layout
-------------------------------------------------------------- */
	
	 
	#container, #content { 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;
	}
	/*
	a:link:after, a:visited:after {
	  content: " (" attr(href) ") ";
	  font-size: 11px;
	}
	*/


/* -------------------------------------------------------------- 

	* screen.css - Guide Organisateur
 
	* @type:    Print
	* @langue:  Commun

-------------------------------------------------------------- */
	
	h1					{ text-transform:uppercase; font-size:1.5em; font-weight:normal; padding-bottom:0.3em; margin-bottom:0.7em; border-bottom: }
	h2					{ padding-bottom:0; margin-bottom:0.5em; font-size:2em }
	h3					{ padding-bottom:0; margin-bottom:0.5em; font-size:1.5em }
	h4					{ margin-top:1.5em; font-weight:bold; color: }
	
	#footer 			{ margin-top:30px; padding-top:5px; border-top:1px solid #000 }	
	.box				{ margin-top:15px; padding-top:15px; border-top:1px solid #000 }
	#logo_header		{ background:url(img/logo_print.png) no-repeat; display:block; width:255px; height:40px}
	
		
/* Show/hide
--------------------------------------------------------------- */	
	
	#header a,
	#topMenu,
	#mainMenu,
	.debug,
	img,
	#footer ul,
	.searchform-params,
	#sidebar,
	#topBanner,
	#bottomBanner,
	#logo_footer_satq,
	#logo_footer_festivals  { display:none }
	

