/* STYLES NÉCESSAIRES POUR LE LAYOUT */
body {
  position:absolute;
  left:50%;
  top:50%;
  width:769px;
  margin:-202px 0 0 -280px;
	padding:0;
  background-color:#FFF;
	font-family:"Myriad Roman", Tahoma, sans-serif;
  font-size:12px;
  color:#000;
}

a {
  text-decoration:none;
}

a:visited {
  color:#000;
}

h1 {
  display:none;
}

h2 {
  display:none;
}

p {
  display:none;
}

dl {
  margin:0;
	padding:0;
}

dl dt a,
dl dd a {
  display:block;
  font-size:10px;
  color:#000;
}

dl dt a strong {
  display:none;
}

#montrealTitle,
#torontoTitle,
#laChicagoTitle {
  position:absolute;
  margin:0;
  padding:0;
}

#montrealTitle {
  left:0;
  top:0;
	z-index:3;
	width:547px;
	height:191px;
	background:transparent url(../images/layout/splash_montreal.png) top left no-repeat;
}

#montrealTitle:hover,
#montrealTitle.hover {
  z-index:10;
	background:transparent url(../images/layout/splash_montreal_hover.png) top left no-repeat;
}

#montrealTitle a {
  position:absolute;
  top:65px;
	left:20px;
  width:523px;
  height:33px;
}

#torontoTitle {
	top:113px;
  left:20px;
  z-index:2;
	width:646px;
	height:187px;
	background:transparent url(../images/layout/splash_toronto.png) top left no-repeat;
}

#torontoTitle:hover,
#torontoTitle.hover {
  z-index:10;
	background:transparent url(../images/layout/splash_toronto_hover.png) top left no-repeat;
}

#torontoTitle a {
  position:absolute;
  top:73px;
	left:0;
  width:641px;
  height:28px;
}

#laChicagoTitle {
  top:228px;
  left:-157px;
  z-index:1;
	width:715px;
	height:189px;
	background:transparent url(../images/layout/splash_lachicago.png) top left no-repeat;
}

#laChicagoTitle:hover,
#laChicagoTitle.hover {
  z-index:10;
	background:transparent url(../images/layout/splash_lachicago_hover.png) top left no-repeat;
}

#laChicagoTitle a {
  position:absolute;
  top:76px;
	left:55px;
  width:657px;
  height:30px;
}

#montrealDef,
#torontoDef,
#laChicagoDef {
  position:absolute;
  margin:0;
  padding:0;
  font-weight:bold;
	color:#000;
}

#montrealDef {
  top:100px;
	left:453px;
	z-index:100;
}

#torontoDef {
  top:217px;
	left:23px;
	z-index:100;
}

#laChicagoDef {
  top:336px;
	left:474px;
	z-index:100;
}

#footer {
  display:none;
}