body {
  background-color: #FFFFFF;
  background-image: url("images/bg_page.jpg");
  background-repeat: repeat-x;
  font-family: tahoma, arial, sans-serif;
  margin: 10px 0px;
  padding: 0px;
  text-align: center;
}

.fr-en {
  background-position: top right;
  background-image: url("images/fr-en.gif");
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 720px;
}

.fr-en div {
  height: 25px;
  position: relative;
  left: 285px;
  top: 3px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 130px;
}

.fr-en a {
  color: #FFFFFF;
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
}

.fr-en a:hover {
  text-decoration: underline;
}

.main {
  background-color: #FFFFFF;
  background-image: url("images/nav_bg.jpg");
  background-repeat: repeat-y;  
  border: 1px solid #000000;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 760px;
}

.m_content {
  padding: 0px 0px 0px 0px;
}

.m_footer {
  background: #FFFFFF;
  background-image: url("images/nav_bg.jpg");
  background-repeat: repeat-y;
  padding: 0px;
  font-size: 65%;
  font-weight: bold;
}

.m_footer div {
  margin: 3px 10px;
  padding: 2px 5px 0px 40px;
} 

.m_footer_by {
  float: right;
  text-align: right;
}

.m_footer_by a {
  color: #6E90AB;
}

.m_footer_copy {
  color: #6E90AB;
  float: left;
}

.m_header {
  padding: 0px;
}

.m_navigation {
  font-size: 10pt;
  font-weight: bold;
  padding: 4px 10px 4px;
  text-align: center;
}

.m_navigation a {
  background: #EFEFEF;
  border: 1px solid #333333;
  border-bottom: 3px solid #333333;
  color: #6E90AB;
  padding: 2px 5px;
}

.m_navigation a:hover {
  background: #707A83;
  color: #EFEFEF;
  text-decoration: none;
}