@charset "UTF-8";
/* CETTE FEUILLE NE DOIT ÊTRE MODIFIÉE EN AUCUN CAS 
   ----------------------------------------------- */
/* Pour procéder à une modification visuelle sur votre site, 
   modifiez le fichier "departement.css"  */

/* Auteur :	Arnaud d'Alayer <arnaud.dalayer [at] umontreal.ca>
		  			Conseiller de formation pratique en gestion de l'information numérique
			  		École de bibliothéconomie et sciences de l'information */

/* Modifié par Lise Desjardins */ 

/* ===== ENTÊTE ===== */

#entête {
	display:none;
}
	
/* ===== CENTRE DE LA PAGE ===== */
	
/* == == BANDEAU DE LA FACULTÉE == == */
	
/* === = BANDEAU NOM DU DÉPARTEMENT == == */
	
/* === = MENU DU DÉPARTEMENT == == */
#bandeau-département {
	display:none;
}
	
#menu-gauche {
	display:none;
}
	
/* ===== MENU DE NAVIGATION DE GAUCHE ===== */

#contenu a:link {
	text-decoration:underline; 
	color:#000000;
} 

#contenu a:visited {
	text-decoration:underline; 
	color:#000000;
}

/* ===== CONTENU ===== */

/* ===== BABILLARD ===== */

#babillard {
	display:none;
}
	
/* ===== BAS DE LA PAGE ===== */

.navigation {
	display:none;
}
	
/* ===== PIED DE PAGE ===== */
#pied-page {
	display:none;
}
