body {
  background-color: #C2C2C2;
  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 {
  color: #FF0000;
  text-decoration: underline;
}


.main {
  background-color: #FFFFFF;
  border: 1px solid #333333;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 760px;
}

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

.m_footer {
  background-image: url("images/footer.jpg");
  border: 1px solid #333333;
  padding: 0px;
  font-size: 65%;
  font-weight: bold;
}

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

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

.m_footer_by a {
  color: #FFFFFF;
}

.m_footer_copy {
  color: #FFFFFF;
  float: left;
}

.m_header {
  padding: 0px;
}

.m_navigation {
  background-image: url("images/navBackground.jpg");
  border: 1px solid #333333;
  color: #777777;
  font-size: 10pt;
  font-weight: bold;
  padding: 6px 10px 6px;
  text-align: center;
}

.m_navigation a {
  color: #FFFFFF;
  padding: 2px 4px;
}

.m_navigation a:hover {
  color: #BD1718;
  text-decoration: none;
}