@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
   ==================================*/
	* {
		margin : 0px;
		padding: 0px;
		border : 0px;
	}
   
   
/* ==================================
                 ENTÊTE
   ==================================*/
	
	
/* ==================================
            CENTRE DE LA PAGE
   ==================================*/
	#centre{
		text-align : left;
	}
	
	/* ==== BANDEAU DE LA FACULTÉE ==== */
	#bandeau-faculté a:link{
		color : #000000; 
		text-decoration : none; 
	} 
	#bandeau-faculté a:visited{
		color : #000000; 
		text-decoration : none; 
	} 

	/* ==== BANDEAU NOM DU DÉPARTEMENT ==== */
	
	/* ==== MENU DU DÉPARTEMENT ==== */
	
	/* ==== MENU DE NAVIGATION DE GAUCHE ==== */

	/* ==== CONTENU ==== */
	#contenu ul, #contenu ol, #contenu dl {
		margin-left:2.5em;
	}
	
	#contenu blockquote {
		margin: 0.5em 2.5em 0.5em 2.5em;
	}
	
	/* Styles repris du site Web de l'EBSI */
	#contenu dt {
		margin-top : 1.5em;
		font-weight: bold;
	}

	
	#contenu li, #contenu dd {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	
	
	#contenu table {
		border-collapse:collapse;
	}
	#contenu th{
		font-weight: bold;
		text-align: left;
	}
	#contenu td, #contenu th{
		padding : 0.2em;
	}
	
	
	#contenu img, #babillard img{
		border : 0;
		vertical-align:middle;
	}
	
	
	#contenu hr {
		margin-top : 1em;
		margin-bottom : 1em;
		height: 1px;
		
		width:100%;
	}
	
	#contenu input, #contenu textarea, #contenu select {
		border : 1px solid black;
	}
	#contenu input, #contenu textarea{
		padding:2px;
	}
	
	#contenu *.citation cite{
		display : block;
	}
	
	/* ==== BABILLARD ==== */
	
	/* === BAS DE LA PAGE === */

/* ==================================
            PIED DE PAGE
   ==================================*/
