body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	background-color: #FBFBFB;
}
	
* html body { /* hack pour IE */
	text-align: center;
}

#contenant {
	width: 752px;
	margin: 0px auto;
	padding: 3px;
	margin-top: 0px;
	border: 1px solid #E1E1E1;
	border-top: 0px;
	background-color: #FFFFFF;
}

* html body #contenant{ /* hack pour IE */
	text-align: left;
	width: 760px;
}

/* DÉBUT CODE CSS POUR LA BANNIÈRE */
#banniere {
	background-color: #FFFFFF;
}

#logoUqam, #logoEsg, #titreFaculte, #btnChercher {
	position: relative;
	border: 0px;
	z-index: 2;
}

#btnChercher {
	vertical-align: middle;
}
/* fin menu haut */
div#menuHaut {
	clear:both;
	position:relative;
	float: right;
	margin-top:-87px;
	margin-bottom: 0px;
	margin-right: 0px;
	z-index: 4;
}
* html body div#menuHaut{ /* hack pour IE */
	margin-top:-71px;
	margin-right: -2px;
}

*:first-child+html div#menuHaut{ /* hack pour IE */
	margin-top:-71px;
	margin-right: -2px;
}

div#menuHaut ul#ligne1 {
	list-style-type: none;
	padding: 0px;
	font-size: 90%;
	color: #0A55A3;
	font-weight: bold;	
}

div#menuHaut ul#ligne1 li {
	display: inline;
	padding: 0px 4px 0px 1px;
	margin-left:0px;
	border-right: 1px solid #0A55A3;
}

* html body div#menuHaut ul#ligne1 li {
	padding: 0px 3px 0px 3px;
}

*:first-child+html div#menuHaut ul#ligne1 li {
	padding: 0px 3px 0px 3px;
}

div#menuHaut ul#ligne1 li.dernier {
	border-right: none;
}

div#menuHaut ul#ligne1 li a {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: #0A55A3;
}

div#menuHaut ul#ligne1 li a:hover {
	color: #0A55A3;
	text-decoration: underline;
}

div#menuHaut ul#ligne2 {
	margin-top: -10px;
	list-style-type: none;
	padding: 0px;
	font-size:75%;
	color: #0A55A3;
	font-weight: bold;	
}

* html body div#menuHaut ul#ligne2{ /* hack pour IE */
	font-size:75%;
}

div#menuHaut ul#ligne2 li {
	display: inline;
	padding: 0px 7px 0px 7px;
	margin-left:0px;
	border-right: 1px solid #0A55A3;
}

div#menuHaut ul#ligne2 li a {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: #0A55A3;
}

div#menuHaut ul#ligne2 li a:hover {
	color: #0A55A3;
	text-decoration: underline;
}
/*fin menu haut */



/* début menu horizontal pour les langues et bouton chercher */
div#menuHoriBanniere {
	position:relative;
	float: right;
	text-transform : uppercase;
	margin-top:-37px;
	margin-bottom: 0px;
	margin-right: -8px;
	z-index: 4;
}

* html body div#menuHoriBanniere{ /* hack pour IE */
	clear:both;	
	margin-right: -6px;
	margin-top:-22px;
	margin-bottom: -11px;
}

*:first-child+html div#menuHoriBanniere{ /* hack pour IE */
	clear:both;	
	margin-right: -6px;
	margin-top:-22px;
	margin-bottom: -11px;
}



div#menuHoriBanniere ul {
	font-weight: inherit;
	font-size:inherit;
	list-style-type: none;
	padding: 0px;
	font-size:75%;
	color: #0A55A3;
	font-weight: bold;	
}

* html body div#menuHoriBanniere ul{ /* hack pour IE */
	font-size:75%;
}

div#menuHoriBanniere ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: inherit;
	font-size:inherit;
	font-size:75%;
	display: inline;
	padding: 0px 7px 0px 7px;
	margin-left:0px;
	border-right: 1px solid #0A55A3;
}

div#menuHoriBanniere ul li.dernier {
	padding: 0px 7px 0px 7px;
	border-right: 0px solid #0A55A3;
}

div#menuHoriBanniere ul li.chercher {
	color: #0A55A3;
	font-size:75%;
	border-right: 0px solid #0A55A3;
	text-align:right;
	padding-right: 15px;
}

div#menuHoriBanniere ul li.chercher a{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: inherit;
	font-size: inherit;
	font-size:100%;
	background-image: url(https://unites.uqam.ca/wn/atous/ico_loupe.gif);
	background-repeat: no-repeat;
	background-position: 0px -5px;
	padding-left: 20px;
}

div#menuHoriBanniere ul li a {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: inherit;
	font-size: inherit;
	font-size:100%;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: #0A55A3;
}

div#menuHoriBanniere ul li a:hover {
	color: #0A55A3;
	text-decoration: underline;
}
/*fin menu horizontal pour les langues et bouton chercher */

/* position de l'image du titre de la section */
#titreSection{
	border: 0px;
	position: relative;
	margin-top: -5px;
	z-index: 4;
}
* html body div#titreSectionDiv {
	margin-top:0px;
	margin-bottom:0px;
}

/* début css pour le fil d'Ariane */
div#chemin{
	padding-bottom: 2px;
	border-bottom: 1px solid #000000;	
}

div#chemin div {
	width: 747px;
	padding-left: 5px;
	background-color: #D7D7D7;
	font-size : 60%;
	color: #1D529A;
	font-weight: bold;
	margin-top: -1px;	
}

* html body div#chemin div { /* hack pour IE */
	width: 752px;
	margin-top: 0px;
	padding-bottom: 0px;	
}

div#chemin div  a{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: inherit;
	font-size: inherit;
	font-size:100%;
	font-weight: normal;
	color: #1D529A;
	text-decoration: none;
}

div#chemin div  a:HOVER{
	color: #1D529A;
	text-decoration: underline;
}

div#chemin div span.actif {
	color: #221E1F;
	font-weight: normal;	
}
/* fin css pour le fil d'Ariane */

/* FIN CODE CSS POUR LA BANNIÈRE */


/* DÉBUT CODE CSS POUR BAS DE PAGE */
#basDePage {
	clear: both;
	margin: 0;
	background-color: #FFFFFF;
	padding-top: 2px;
	border-top: 1px solid #000000;		
}

* html body #basDePage {

            padding-top:1px;

}




#info {
	font-family:  Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size : 60%;
	color: #FFFFFF;
	font-weight: bold;	
}

#info a{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: inherit;
	font-size: inherit;
	font-size:100%;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#info a:HOVER{
	color: #FFFFFF;
	text-decoration: underline;
}
.fondCouleurCorp{
	/* Corporatif */
	background-color: #0A55A0;
}
.fondCouleurCom {
	/* Faculté Communication */
	background-color: #E69202;
}
.fondCouleurEduc{
	/* Faculté Éducation  */
	background-color: #F36621;
}
.fondCouleurScHu{
	/* Faculté ScHumaines */
	background-color: #6AB135;
}	
.fondCouleurGes{
	/* Facutlé Gestion */
	background-color: #AD2113;
}	


.fondCouleurArt{
	/* Facutlé Arts */
	background-color: #888888;
}


.fondCouleurArtold{
	/* Facutlé Arts */
	background-color: #E92269;
}	
.fondCouleurSc{
	/* Facutlé Sciences */
	background-color: #40B239;
}	
.fondCouleurScPoold{
	/* Faculté ScPolitique OLD */
	background-color: #3E7BBA;
}
.fondCouleurScPo{
	/* Faculté ScPolitique */
	background-color: #336699;
}
.fondCouleurFinan{
	/* Campagne de Financement*/
	background-color: #DC7727;
}	
.fondCouleurRecru{
	/* Recrutement Bureau Diplomés */
	background-color: #009BE2;
}
.fondCouleurForm{
	/* Formation continue */
	background-color: #02B2E3;
}


.fondCouleurPubrose{
	/* Pub rose */
	background-color: #EB017A;
}


.fondCouleurPubvert{
	/* Pub vert */
	background-color: #A1CD3A;
}


.fondCouleurFondation{
	/* Fondation */
	background-color: #A1958A;
}

.fondCouleurMode{
	/* Mode */
	background-color: #000000;
}


#uqamMiseJour{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #818181;
	font-size: 60%;
	padding-left: 5px;
}
#uqamMiseJour a{
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: inherit;
	font-size: inherit;
	font-size: 100%;
	color: #818181;
	text-decoration: none;
}
#uqamMiseJour a:HOVER{
	color: #818181;
	text-decoration: underline;
}
.miseAJour{
	font-weight: normal;	
}
/* FIN CODE CSS POUR BAS DE PAGE */
