/* ---------------------------------- */
/*           P R O D U I T            */
/* ---------------------------------- */

p.pr_logo {
   font-size:1.3em;
   color    : #880018;
   font-weight: bold; 
   margin-bottom: 10px;   
}

.texte1 {
   font-size:1.1em;
   padding: 5px;
   text-align: justify; 
}


table.produit_menu {
   width        : 100%;
   margin-bottom: 10px;
   background   : #880018;
   text-align    : center;
}

table.produit_menu a {
   color          : white;
   text-decoration: none;
   text-transform: uppercase;
   font-weight   : bold;
}

table.produit_menu a:hover {
   color: red;
}

p.produit_demo {
   padding    : 2px;
   background:  #880018;
}

p.produit_demo a {
   color : white;
   text-decoration: none;
}


div#produit_image {
  display     : none;
  position    : absolute;
  width       : 850px;
  margin-left : auto;
  margin-right: auto;
  margin-top  : 0;
  background  : white;
  border      : 1px solid black;
  color       : red;
  font-weight : bold;
  text-align  : center;
  cursor      : pointer;
}

div#produit_image img {
  width       : 850px;
}

