/* CSS Document */
body {
  font-family:Arial, Helvetica, sans-serif;
}
.HomePage {
   background-image: url(../images/template/bkg-homepage.jpg);
   background-repeat: no-repeat;
   background-position: center top;
   height: 700px;
}

#head {
   background-image: url(../images/template/content-head.gif);
   background-repeat: no-repeat;
   background-position: center top;
   height: 41px;
}
.head, a.head:link, a.head:active, a.head:focus, a.head:visited {
  font-family:Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration:none;
}
a.head:hover {
  text-decoration:underline;
}
.footer, a.footer:link, a.footer:active, a.footer:focus, a.footer:visited {
  font-family:Arial, Helvetica, sans-serif;
  color:#7AA2AD;
  font-size: 10px;
  text-decoration:none;
}
a.footer:hover {
  text-decoration:underline;
}
.menu {
  font-family:Arial, Helvetica, sans-serif;
  color:#0084BB;
  font-size: 12px;
  font-weight: bold;
  text-decoration:none;
}
.menu_highlight {
  font-family:Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-decoration:none;
}
.submenu {
  font-family:Arial, Helvetica, sans-serif;
  color: #0099CC;
  font-size: 12px;
  font-weight: bold;
  text-decoration:none;
}
.submenupetit {
  font-family:Arial, Helvetica, sans-serif;
  color: #0099CC;
  font-size: 10px;
  font-weight: normal;
  text-decoration:none;
}
.submenu_highlight {
  font-family:Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-decoration:none;
}
.menu_left_bar {
  background-color: #8CC63F;
  background-repeat: repeat-y;
}
.tbl_menu_highlight {
  background-image: url(../images/template/menu-highlight.gif);
  background-repeat: no-repeat;
  height:23px;
}
.tbl_menu {
	height:23px;
}
.sitemap_item, a.sitemap_item:link, a.sitemap_item:active, a.sitemap_item:focus, a.sitemap_item:visited {
  font-family:Arial, Helvetica, sans-serif;
  COLOR: 006699;
  font-size: 12px;
  text-decoration:none;
}
a.sitemap_item:hover {
  text-decoration:underline;
}
