/* CSS Document */
/* ==========================================

	FEUILLE DE STYLES INTRANET
	Conférence des recteur et des principaux des universités du Québec
	Auteurs : 
		Bruno Génier
	Dernière mise à jour : avril 2006

============================================*/

		
	@media screen {
		.printOnly {
			display:none;
			}
	}
	
	@media print {
		#p7PMnav,
		.spip-admin-boutons { 
			display:none;
			}
		body,
		#entete {
			color:#000000;
			background: none; 
			}
		#entete h1 {
			background: none; 
			width: auto; 
			height: auto;
			}
			
		#entete h2 { position:static; margin: 0; background: none; color:black;}
		#cadre { width: auto; background: none; }
		#contenu { width:auto; margin: 1em 0;}
		#colGauche { display:none;  }
		#logoRubrique, 
		#logoArticle {
			position:static;
			float:right;
			}
		#scrollup {
			overflow: auto!important;
			position: static!important;
			height:auto!important;
		}
		.scrollup {
			position:static!important;
			top: auto!important;
			font-family:Verdana, Arial, Helvetica, sans-serif!important;
			font-size:1em!important;
		}
		.scrollup a {
			color:#000000;
		}

		.noPrint{ 
			display:none!important;
		}
  }

