html
{
  background-color: #888888;
	font: 0.8125em Verdana, sans-serif; 
	letter-spacing: 0.02em; 
	line-height: 1.6; color: #333; 
	font-size: 11px; 
  color: #000000;
  }
body
{
  background-color: #888888;
	font: 0.8125em Verdana, sans-serif; 
	letter-spacing: 0.02em; 
	line-height: 1.6; color: #333; 
	font-size: 11px; 
  scrollbar-base-color: #000000;
  scrollbar-highlight-color: #f0f0f0;
}

h1
{
  text-align: center;
  color: #ffffff;
  background-color: #000069;
  font-size: 20pt;
  font-variant: small-caps;
}
h2
{
  text-align: center;
  color: #333333;
  font-size: 16px;
}
a
{
	text-decoration: none;
  	color: #000069;
  	background: #eaeaea;
}
.right
{
	float: right;
	border: solid 5px white;
}
.left
{
	float: left;
	border: solid 5px white;
	margin-right: 20px;
}
a:hover
{
	background-color: #ffff4c;
}

blockquote {
	text-align: justify;
  background-color: #ffffcc;
  padding: 5px;
	font-size: 11px; 
	line-height: 1.6; color: #333; 
-moz-box-shadow: 0 0 1em gold;
-webkit-box-shadow: 0 0 1em gold;
-moz-border-radius: 1ex;
-webkit-border-radius: 1ex;
width: 300px;
clear: both;
margin-right: 2em;
float: right;

}

cite{
	text-align: right;
	font-style: normal;
  background-color: #ffffff;
  padding: 5px;
  margin-left: 20px;
-moz-box-shadow: 0 0 1em black;
-webkit-box-shadow: 0 0 1em gold;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
table
{
  background-color: #dddddd;
}

th
{
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  background-color: #000069;
}

td
{
  text-align: justify;
  vertical-align: top;
	line-height: 1.6; 
	font-size: 11px; 
	padding: 1ex;
	padding-left: 2em;
	padding-right: 2em;
}

td.nb
{
	background: #e7e7e7 url('http://www.montrealenlumiere.com/images/2010/volets/nuit_blanche/carte_vieux.gif') no-repeat;
	padding: 0ex;
}
td.nb img
{
	padding: 0ex;
}
td.poster a
{
	padding: 0ex;
	text-decoration: none;
	border: 0px solid red;
	font-size: 0px; 
}
td.poster a img 
{
	padding: 0ex;
	border: 1px solid #CCC;
}
td.poster a:hover img 
{
	padding: 0ex;
	border: 1px solid #ffff4c;
}

td.donate a img
{
	text-decoration: none;
  	background: #dddddd;
	border-bottom: 2px solid #dddddd;
}
td.donate a:hover img
{
	text-decoration: none;
  	background: #ffff4c;
	border-bottom: 2px solid #ffff4c;
}
