/*
CSS pour le layout. L'usager ne peut avoir accès à ce CSS par Contribute
Ce CSS est celui loadé par défaut. 

Aide mémoire
margin: top right bottom left
*/
body {
	margin 	 : 0;
	padding  : 0;
}
img {
	border: 0px;

	}
body, p, ul, li,  div, ol, dl, table  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3E3E3E;
}
ul ul, ol ol, dd, td, tr, li {font-size: inherit;}
p {
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
/* les deux styles ci-dessous pour compenser le fait que DW utilise un div pour centrer dans les td /th */
/* a revérifier  ne fonctionne pas avec IE */
td div  {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
} 
th div  {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}	
caption, th, tr.tableHeading, td.tableHeading { 
  color: #FFFFFF; font-weight: bold;
  line-height: 110%;
  background-color: #0A3387;
 }
td a.lienOngletActif, td a.lienOngletInactif {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
td a.lienOngletActif, td a.lienOngletActif:visited, td a.lienOngletActif:hover {
	color: #FFFFFF;
} 
td a.lienOngletInactif, td a.lienOngletInactif:visited, td a.lienOngletInactif:hover {
	color: #333333;
} 
td a.lienOngletJeSuis {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
td a.lienOngletJeSuis, td a.lienOngletJeSuis:visited, td a.lienOngletJeSuis:hover {
	color: #FFFFFF;
} 
ol {
	padding-left: 1em; margin-left: 27px
}
ul {
	padding-left: 1em; margin-left: 20px
}
ul.subList {
	font-size:80%;
}
ul.navGauche {
	margin-top: 25px;
	margin-bottom: 20px;
	padding-left: 1em;
	margin-left: 5px;
}
ul.navGauche li {
	font-size: 90%;
}
/* cas special on ne veut pas identer le UL dans les tables */
td ul, ul.sansMarge {
	/*PADDING-LEFT: 1em; MARGIN: 5px*/
	margin: 0px 0px 0px 0px;
}
td, li {
	line-height: 1.2;
}
td ul li {
	margin-top: 10px;
}	
ol li { 
	margin-top: 4px;
	PADDING-RIGHT: 0;  
	PADDING-LEFT: 0; 
	PADDING-BOTTOM: 0; 
	MARGIN-LEFT: 0; 
	PADDING-TOP: 0; 
	list-style-position: outside;
}
ul li { list-style-image: url(http://www.polymtl.ca/jc/images/puce_ul_niv_1.gif);
	margin-top: 4px;
	PADDING-RIGHT: 0;  
	PADDING-LEFT: 0; 
	PADDING-BOTTOM: 0; 
	MARGIN-LEFT: 0; 
	PADDING-TOP: 0; 
	list-style-position: outside;
	list-style-type: disc; 
}
ul li li { list-style-image: url(http://www.polymtl.ca/jc/images/puce_UL_niv_2.gif);
	margin-top: 3px;
	margin-left: 10px;
}
/*Style pour liste entreprise */
ul.listeEntUL {
	margin-left: -40px;
	padding-left: 0;
}
/*/*/
ul.listeEntUL {
	margin-left: 0;
	padding-left: 0;
}
/* Okay, we can let NS4 see the rest.... */
li.listeEnt {
	list-style-image: url(/jc/images/spacer.gif);
	margin-top: 4px;
	PADDING-RIGHT: 0;  
	PADDING-LEFT: 0; 
	PADDING-BOTTOM: 0; 
	MARGIN-LEFT: 0; 
	PADDING-TOP: 0; 
	list-style-position: outside;
	list-style-type: none; 
}
li.listeEnt a {
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none;
}
li.listeEnt a:visited, li.listeEnt a:hover {
	color: #0A3387;
} 

/* style général pour les des liens */
a:link  {
	color : #0A3387;
}
/* unvisited link*/
a:visited  {
	color : #990000;
}
/* visited links*/
a:active  {
	color : #0A3387;
}
/* active links*/
a:hover  {
	color : #0A3387;
}
.backgroundPrincAccueil {
	background-image: url(http://www.polymtl.ca/jc/images/carriere_fond_accueil.gif); 
	background-repeat: no-repeat; background-color: #ffffff
}
.backgroundInterieur {
	background-image: url(http://www.polymtl.ca/jc/images/carriere_fond_interieur.gif); 
	background-repeat: no-repeat; background-color: #ffffff
}
.photoEnt {
	float: right;
	font-size: 12px;
}
.basdepage { 
	font-size: 12px; 
} 
.polyPortail { 
	font-weight: bold;
	font-size: 12px; 
}
td.miettePain p {  
	font-size: 90%
}
.nousJoindre {
	font-size: 90%
}
.nousJoindre a {
	font-size: 95%
}
