html,body {
  background-color:#B99762;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.content {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 780px;
  height: 100%;
  background-color:#EAE2CE;
  text-align:justify;
}

.bandeau {
  height:120px;
}

.menu {
  width:140px;
  height:100%;
  font-size:10pt;
  font-weight:bold;
  font-family:serif;
  background-color:#6D6642;
}

.logoCell {
  height:140px;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#EAE2CE;
  text-align:center;
}

.menuItemCell {
  height:25px;
  padding-left:5px;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#EAE2CE;
}

.menuItemCell a:link {
  color:#EAE2CE;
  text-decoration:none;
}

.menuItemCell a:visited {
  color:#EAE2CE;
  text-decoration:none;
}

.menuItemCell a:active {
  color:#EAE2CE;
  text-decoration:none;
}

.menuItemCell a:hover {
  color:#EAE2CE;
  text-decoration:underline;
}

.mainContent {
  font-size:12pt;
  font-family:serif;
  color:#6D6642;
  padding-left:10px;
  vertical-align:top;
}

li {
  font-size:12pt;
  font-family:serif;
  color:#6D6642;
}

th {
  font-size:12pt;
  font-family:serif;
  color:#6D6642;
  font-weight:normal;
  vertical-align:top;
  text-align:left;
}

.tdTxt {
  font-size:12pt;
  font-family:serif;
  color:#6D6642;
  vertical-align:top;
}

.tdTxt a:link {
  font-weight:bold;
  color:#6D6642;
  text-decoration:none;
}

.tdTxt a:visited {
  font-weight:bold;
  color:#6D6642;
  text-decoration:none;
}

.tdTxt a:active {
  font-weight:bold;
  color:#6D6642;
  text-decoration:none;
}

.tdTxt a:hover {
  font-weight:bold;
  color:#6D6642;
  text-decoration:underline;
}

h2:first-letter {
  font-size:36pt;
}

.img1 {
  float:right;
  margin:10px;
}

.spacer2 {
  float:left;
  width:1px;
  height:220px;
}

.img2 {
  float:left;
  clear:left;
  margin:10px;
}

.spacer3 {
  float:right;
  width:1px;
  height:220px;
  clear:right;
}

.img3 {
  float:right;
  clear:right;
  margin:10px;
}

.footNote {
  font-size:10pt;
}

img {
  border-width:0;
}

h2 {
  padding-top:10px;
}

.thumbTable {
  width:100%;
  text-align:center;
}
