@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@umontreal.ca>
					Conseiller de formation pratique en gestion de l'information numrique
					EBSI
	=====================================================================
*/

/* ==================================
         Mise en page générale
   ==================================*/
	body{
    	font-family: Georgia, "Times New Roman", Times, serif;
    	font-size: 10pt;
	}
	
	h1{
		margin-top:24pt;
		margin-bottom:0;
		
		font-size: 16pt;
		color:#000000;
	}
	
	h2{
		margin-top:10pt;
		margin-bottom:0;
		
		font-size: 13pt;
	}
	
	h3{
		margin-top:10pt;
		margin-bottom:0;		
		
		font-size: 11pt;

		padding-left:0.5em;
	}
	
	h2, h3, h4{
		color:#333333;
	}

    p, li {
	margin-top:	4pt;
	margin-bottom: 4pt;
	}	 

   
/* ==================================
                 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 table{
		/* Table Font Sizes with CSS and IE : http://aguirre.uark.edu/item/table-font-sizes-with-css-and-ie/category/web-design */
		font-family:   Georgia, "Times New Roman", Times, serif;
		font-size : 100%;
	}  

	/* ==== CONTENU ==== */

	/* ==== BABILLARD ==== */
	#babillard{
		display: none;
	}
	
	/* === BAS DE LA PAGE === */
	.navigation{
		display  :  none;
	}
	
	/* ==================================
            PIED DE PAGE
   ==================================*/
	#pied-page {
		display: none;
	}