/* Default styles reset */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
  margin: 0; padding: 0;
}
a img,:link img,:visited img { 
  border: none; 
}
a {
  text-decoration: underline;
  color: #fff;
}
a:hover {
  text-decoration: underline;
  color: #fff;
}
object:active, div:active {
  outline: none;
}
object:focus, div:focus {
  -moz-outline-style: none;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: PrestigeEliteStd, Courier, "Courier New", fixed;
  font-size: 20px;
  color: #a4a4a4;
}
body
{
  background: #000;
}

.contents {
  margin: 0 auto;
  padding: 234px 23px 10px;
  width: 1106px;
  min-height: 630px;
  visibility: hidden;
  overflow: hidden;
}
.footer {
  margin: 0 auto;
  padding-bottom: 20px;
  width: 1106px;
}
#header {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.picture {
  float: left;
  display: block;
  margin: 0 5px 5px 0;
}
.picture img {
  display: block;
}
.intro_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
* html .intro_container {
  position: absolute;
}
.text_container {
  width: 1106px;
  height: 0px;
  overflow: hidden;
}
p.text {
  display: none;
}

.small { 
  font-size: 17px; 
  line-height: 18.5px; 
}
.addr { 
  font-size: 20px; 
  line-height: 28px;
}

.words_digit img {
  background-repeat: no-repeat;
  background-position: 0 0;
}
.words_digit_active img,
.words_digit:hover img {
  background-position: 0 -26px;
}
.words_digit_1 img {
  background-image: url(../images/words_1.gif);
}
.words_digit_2 img {
  background-image: url(../images/words_2.gif);
}
.words_digit_3 img {
  background-image: url(../images/words_3.gif);
}
.words_digit_4 img {
  background-image: url(../images/words_4.gif);
}
.words_digit_5 img {
  background-image: url(../images/words_5.gif);
}
.words_digit_6 img {
  background-image: url(../images/words_6.gif);
}
.words_digit_7 img {
  background-image: url(../images/words_7.gif);
}

#about {
  padding-bottom: 12px;
}

.lang_select {
  padding: 336px 380px;
  width: 388px;
  margin: 0 auto;
}
.lang_select a {
  display: block;
  text-align: center;
  width: 194px;
  height: 264px;
  float: left;
  background-position: 0 0;
  position: relative;
}
.lang_select a:hover {
  background-position: 0 -264px;
}
.lang_select span {
  display: none;
}
.lang_select a#lang_fr {
  background-image: url(../images/flag_fr.jpg);
}
.lang_select a#lang_en {
  background-image: url(../images/flag_en.jpg);
}
.lang_select a .screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 194px;
  height: 264px;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}

