body {
  min-height: 100vh;
  width: 100vw;
  max-width: 100%;
  background-color:#F0F0F0;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: Palatino Linotype, Avenir, Verdana, Arial, Helvetica, sans-serif;
  color: #BB9451;
}
.container {
  max-width: 1080px;
  width: 100%;
  padding: 0;
  margin: auto;
  border-top: 0;
  border-right: 2vh solid #ffffff;
  border-left: 2vh solid #ffffff;
  border-bottom: 0;
  border-collapse: collapse;
  font-size: min(25px, 3vw);
  background-color: #ffffff;
}
.obj1 {
  width: 100%;
  height: 100%;
	background-color:#FFFFFF;
}

table, th, tr, td {
  font-size: 1em;
  border-style: solid;
  padding: 0;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  vertical-align: top;
  text-align: left;
}
.tableTitle, .tableContent, .tablePrice {
  width: 100%;
  font-size: 1em;
  padding: 0;
  margin: 0;
  border: 0;
}
th {
  background-color: #c3aa71;
  color: #ffffff;
  border-right: 1px solid #eacf76;
  font-weight: normal;
}
.tablePrice {
  border: 1px solid #c3aa71;
}
th, .tdToilettage1, .tdPrestation1, .tdPrestation2 {
  padding-top: 0.1em;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
  padding-right: 1em;
}
.tdHeader1 {
  font-size: 2em;
  text-align: center;
}
.tdHeader2 {
  border: 0.5em solid #c3aa71;
  background-color: #6e0619;
  font-size: 6em;
  text-align: center;
}
.tdBullet1 {
  width: 1.25em;
  vertical-align: top;
}
.tdDescription {
  width: 68.75em;
  vertical-align: middle;
}
.tdPrice {
  width: 30em;
  vertical-align: middle;
}
.tdToilettage1 {
  width: 25%;
}
.tdPrestation1 {
  width: 70%;
}
.tdPrestation2 {
  width: 30%;
  text-align: left;
}

.imgLogo {
  border: 0;
  width: 70%;
}
.imgHeader2 {
  border: 0;
  width: 100%;
}
.imgBullet1 {
  border: 0;
  width: 1.25em;
}

.text1 {
  font-size: 1em;
  color: #875925;
}

a.link1 {
  color: #BB9451;
}
a.link1:hover {
  color: #eacf76;
  text-decoration: none;
}

a.link2 {
  color: #895D24;
  font-size: 1.25em;
  font-weight: none;
}
a.link2:hover {
  color: #eacf76;
  font-size: 1.25em;
  font-weight: none;
  text-decoration: none;
}

.textBold1 {
  color: #875925;
  font-weight: bold;
}
.title1 {
  font-size: 2em;
  color: #c3aa71;
}
.title2 {
  font-size: 1.5em;
  color: #895D24;
  text-decoration: underline;
}



.rowSpace40 {
  height: 4em;
}
.rowSpace20 {
  height: 2em;
}
.rowSpace15 {
  height: 4em;
}
.rowSpace10 {
  height: 1em;
}
.rowSpace05 {
  height: 0.5em;
}
.rowSpace02 {
  height: 0.2em;
}
