html, body {
  background: #ffffff;
}

hr {
  border: 0;
  height: 1px;
  width: 100%;
  color: #000000;
  background-color: #000000;
  /*color: #6da821;
    background-color: #6da821;*/
}

p {
  color: #555555;
  font-family: Comic Sans MS, Verdana, Arial, Helvetica, Sans-serif;
  font-size: 11pt;
}

li {
  color: #555555;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 11pt;
}

h1 {
  color: #bb2211;
  font-family: Comic Sans MS, Verdana, Arial, Helvetica, Sans-serif;
  font-size: 15pt;
  font-weight: bold;
}

h2 {
  color: #aa2211;
  font-family: Helvetica, Sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

.textBaseColorLight {
  color: #888888;
  font-family: Comic Sans MS, Verdana, Arial, Helvetica, Sans-serif;
}

.produitId {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.produitNom {
  color: #bb2211;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 18px;
}

.produitPrixCAD {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 15px;
}

.produitPrixUSD {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 10pt;
  color: #888888;
}

.produitInfo {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 14px;
  /*text-align: justify;*/
}
a.produitInfo {
  color: #000000;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}
a.produitInfo:visited{
  color: #000000;
}
a.produitInfo:hover{
  color: #bb2211;
}

.produitAge {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 14px;
}

.produitDimensions {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 14px;
}

.produitTaux {
  color: #888888;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
}

.ouNousTrouver {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
}

a {
  color: #000066;
  font-weight: normal;
  text-decoration: none;
}
a:visited {
  color: #000066;
}
a:hover {
  color: #bb2211;
}

a.produit {
  color: #000066;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
a.produit:visited {
  color: #000066;
}
a.produit:hover {
  color: #bb2211;
}

a.produitNavigation {
  color: #888888;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
a.produitNavigation:visited {
  color: #888888;
}
a.produitNavigation:hover {
  color: #bb2211;
}

a.langueTraduction {
  color: #444466;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
}
a.langueTraduction:visited {
  color: #444466;
}
a.langueTraduction:hover {
  color: #bb2211;
}

div.avis {
  background: #dddddd;
  padding-bottom: 1px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
}

