/* CSS Document */
body {
  margin:0px;
  background-color:#fff;
}
#sp_container{
  background:#fff url(../images/splash/bg_bars.jpg) repeat-x;
  margin:0;
  padding:0 52px 0 52px;
  text-align:left;
  width:888px;
  height:645px;
  display:block;
  border:solid;
  border-color:#a1a5a6;
  border-width:1px 1px 1px 1px;
  z-index:5;
}

#top{
  margin:131px 0 0 0;
  display:block;
  background:url(../images/splash/positive.jpg) no-repeat;
  background-color:#d1e7f5;
  width:888px;
  height:253px;
  position:relative;
  float:none;
}
#top p {
  display:none !important;
}
#bottom{
  background:#fff url(../images/splash/energize-dynamisez.gif) 0 0 no-repeat;
  width:888px;
  height:101px;
  position:relative;
  top:0;
}
#bottom p {
  display:none !important;
}
#enter{
  background-color:#fff;
  height:48px;
  width:888px;
  padding:0;
  margin:0;
  display:block;
  position:relative;
}
#enter a.english{
  background:#fff url(../images/splash/english.gif) 0 0 no-repeat;
  display:block;
  height:48px;
  width:418px;
  margin:0;
  padding:0;
  float:left;
  overflow:hidden;
  text-indent:-1200px;
}
#enter a.francais{
  background:#fff url(../images/splash/francais.jpg) 0 0 no-repeat;
  display:block;
  height:48px;
  width:470px;
  float:right;
  margin:0;
  padding:0;
  overflow:hidden;
  text-indent:-1200px;
}
#enter a{
  background: no-repeat;
  position:relative;
  color:#3671a5;
  text-decoration:none;
  padding:0;
  margin:0;
}
#enter ul{
  display:inline;
  padding:0;
  margin:0;
  list-style:none;
}
#enter li{
  display:inline;
  color:#3671a5;
  font:bold  9pt Verdana,Arial,Helvetica,sans-serif;
}