#page  
{
  position: absolute;

  width: 800px;        /* selon la largeur voulue */
  height: 600px;       /* selon la quantite de texte */

  color:black;
  overflow: hidden; 
  background-repeat:no-repeat;
}

body.accueil {
  background-color: white;
  background-image:url(/800/images/fond-accueil.jpg);
  background-repeat:no-repeat;
  color:black;
}

body.boutique {
  background-color: white;
  background-image:url(/800/images/fond-boutique.jpg);
  background-repeat:no-repeat;
  color:black;
}

body.mesproduits {
  background-color: white;
  background-image:url(/800/images/fond-mesproduits.jpg);
  background-repeat:no-repeat;
  color:black;
}

body.contact {
  background-color: white;
  background-image:url(/800/images/fond-contact.jpg);
  background-repeat:no-repeat;
  color:black;
}

body.commande {
  background-color: white;
  background-image:url(/800/images/fond-commande.jpg);
  background-repeat:no-repeat;
  color:black;
}

.centrebody {
  margin-left: -400px;
  left: 50%;
  margin-top: -300px;
  top: 50%;
  width: 800px;        /* selon la largeur voulue */
  height: 600px;       /* selon la quantite de texte */
  position: absolute;
  text-align: left;
}

.bold {
  font-weight: bold;
}

.normal {
  font-size: 0.4cm;
  font-family: Garamond, 'Times New Roman', serif;
  line-height: 1.1;
}
.normalp {
  font-size: 13;
  font-family: Garamond,'Times New Roman', serif;
  line-height: 1.1;
}
.italicp {
  font-size: 13;
  font-family: Garamond, 'Times New Roman', serif;
  line-height: 1.1;

  font-style: italic;
}
.fdetail {
  font-style: italic;
}
.nondispo {
  font-style: italic;
  color: gray;
}
.titrep {
  font-size: 13;
  font-family: Garamond,'Times New Roman', serif;
  line-height: 1.1;
  font-weight: bold;
}

tr.trtitle {
  background-color: #660000;
  height: 4px;
}
tr.trsep {
  background-color: #b69756;
  height: 4px;
}
tr.trempty {
  height: 13px;
}

td.on {
  color: #bb0000;
  cursor: pointer;
}
td.off {
}

td.rt {
  text-align: right;
}

table {
  font-size: 10;
}

table.cmd {
  border: 1px solid black;
  border-collapse:collapse;
  width: 550px;
 background:url(/800/images/trans.png)
}
tr.cmd {
}
tr.cmdon {
  color: #bb0000;
}

th.cmd {
  border: 0px;
  border-bottom: 1px solid black;
  text-align: left;
  padding-left: 10px;
}

th.port {
  border: 0px;
  border-bottom: 1px solid black;
  text-align: right;
  padding-left: 10px;
  vertical-align: bottom; padding-right: 10px; 
}
td.cmd {
  padding-left: 10px;
  font-size: 13;
  font-family: Garamond,'Times New Roman', serif;
  line-height: 1.1;
  cursor: pointer;
}
td.cmdn {
  padding-left: 10px;
  font-size: 13;
  font-family: Garamond,'Times New Roman', serif;
  line-height: 1.1;
}

td.cmdon {
  color: #bb0000;
  cursor: pointer;
  padding-left: 10px;
  font-size: 13;
  font-family: Garamond,'Times New Roman', serif;
  line-height: 1.1;
}

select {
  border: 0px solid black;
  font-size: 8pt;
}

a:link { text-align: right; font-weight: normal; color: #330000; text-decoration: none; }
a:visited { font-weight: normal;color: #330000; text-decoration: none; }
a:hover { font-weight: bold;color: #990000; text-decoration: none; }
a:active { font-weight: bold;color: #990000; text-decoration: none; }

table.outher {
  border: 0px;
  width: 550px;
  background-color:transparent;
  table-layout: fixed;
  font-size: 10pt;
}

th.outher {
  border: 0px;
  text-align: right;
  padding-left: 10px;
  vertical-align: bottom; padding-right: 10px; 
}

.prix {
  font-size: 12pt;
}

table.tfixed {
  table-layout: fixed;
}

.bimg {
  border: 0px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

