/* Default CSS Stylesheet for a new Web Application project */

#tblLogin
{
	color: #777777;
	background-color: white;
}

#aLostPasswd
{
	color: black;
}

#aSession
{
	font-size: 10pt;
	font-family: Arial;
}

A:link
{
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

A:visited
{
	font-size: 10pt;
	color: #efdf9a;
	text-decoration: none;
}

A:active
{ 
	font-size: 10pt;
	text-decoration: none;
}

A:hover
{
	font-size: 10pt;
	color: #bbaa55;
	text-decoration: underline;
}

body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

A:link.lienPublic 
{ 
     font-size: 10pt; 
     color: #a20222; 
     font-family: Arial; 
} 
 
A:visited.lienPublic 
{ 
     font-size: 10pt; 
     color: #cda598; 
     font-family: Arial; 
} 
 
A:active.lienPublic 
{ 
     font-size: 10pt; 
     font-family: Arial; 
} 
 
A:hover.lienPublic 
{ 
     font-size: 10pt; 
     color: #bbaa55; 
     font-family: Arial; 
}

#UtilisateurConnecte
{
	font-weight: normal;
	font-size: 10pt;
	color: #ffffff;
	line-height: 18pt;
	font-style: normal;
	font-family: Arial;
}

.colTblNouvelle
{
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	border-right-style: none;
	border-left-style: none;
}
#aUOttawa
{
	font-weight: normal;
	font-size: 12px;
	font-family: Arial;
}