/* CSS Document */
/* 'fiche_produits' */
body{
  margin:0;
  padding: 0;
  background-color: #DEE;
}
table{
  font: 10px Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0 auto;
  text-align: left;
}
.texte{
  font-size: 11px;
}
.cp {
  color: #A6A6A6;
}
.textebold {
  font-weight: bold;
  font-size: 13px;
}
.legende {
  color: #666;
}
.legendebold {
  font-size: 11px;
  font-weight: bold;
  color: #666;
}
.titre {
  font-size: 18px;
  font-weight: bolder;
}
.nomproduit {
  font-size: 13px;
  font-weight: bold;
}
.modele {
  font-size: 13px;
  font-weight: bold;
}
.colonne {
  font-size: 11px;
  font-weight: bold;
}
.modele2 {
  font-size: 20px;
  font-weight: bold;
  color:#666;
}
.txtrouge {
  font-size: 11px;
  font-weight: bold;
  color:#F00;
}
.txtgris {
font-size: 11px;
}
.txtgrisbold {
  font-size: 11px;
  font-weight: bold;
}
.txtgrisbold12 {
  font-size: 12px;
  font-weight: bold;
  color:#666;
}
.download {
  font-size: 13px;
  font-weight: bold;
}
.rubrique {
  font-size: 14px;
  color: #A2B400;
  font-weight: bold;
}
.fichier {
  font-weight: bold;
  font-size: 11px;
}
.chapitre {
  font-size: 13px;
  font-weight: bold;
}
.page {
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

/* End of 'fiche_produits' */


