/* couleur de fond de la page */
body {
  background: #1D758A url('http://www.detailler.fr/informatique-detailler.jpg') repeat-y top center;
  color:#000;
}

/* Taille de police */
body, td, th {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}

/* Couleur des liens */
a:link,
a:visited,
a:active {
  color: #000;
  text-decoration: none;
}

/* Couleur des liens au passage de la souris */
a:hover {
  text-decoration: underline;/*hidden*/
  color: #000;
}

/* largeur de la page */
.page {/*hidden*/
  width: 950px;
}

/* Couleur de bordures de page */
.border {
  background-color: #FFFFFF;
}

/* couleur de fond du centre de page (logo y compris) */
.center {
  background-color: #E3E3E3;
}

/* couleur de fond du centre de page (sans 

les logos) */
.centerData {
  background-color:transparent;
}

/* arborescence de la catégorie */
.tree {/*hidden*/
  margin-bottom: 5px;
}

/* couleur de fond de l'arborescence */
.tree .path {
  background-color:#1D7589;
color:#FFF;
}

.tree .path a:link,
.tree .path a:visited,
.tree .path a:active {
  color: #FFF;
text-decoration:none;
}

/* titres de rubrique */
.listTitle {
  text-align:center;
  font-size: 16px;
  font-weight: bold;
  background-color: #FFF;
color: #333;
  border-top:1px solid #666;
border-bottom:1px solid #666;
}

/* bloc de produit du top des ventes */
.topProduct {
  border-right:1px dotted #000000;/*hidden*/
  background-color:#FFF;
  margin-bottom:10px;/*hidden*/
  border:1px dashed #666;
}

/* présentation du nom dans ce bloc */
.topProduct a {
  color: #333;
  text-decoration:underline;
}

.topProduct a:hover {
  color: #3FB7CF;
  text-decoration:none;
}

.topProduct .name,
.topProduct .name a {
  font:	bold 14px arial, helvetica, sans-serif;
  background-color: #3FB7CF;
color:#FFF;
  border-bottom:1px 

solid;/*hidden*/
  border-bottom-color: #666;
  margin:1px;/*hidden*/
  text-decoration:none;
}

/* présentation du prix dans ce bloc */
.topProduct .price {
  font-size: 14px;
  color: #1D7589;
}

/* présentation de la photo dans ce bloc 

*/
.topProduct .photo {
  float:left;
  padding:5px;/*hidden*/
  border:0px;/*hidden*/
  background-color:#FFFFFF;
  margin-right:5px;
  margin-top:5px;
}

/* description dans ce bloc */
.topProduct .description {
  border-top:1px solid #999;/*hidden*/
  background-color:#FEF2F3;
  color:#333;
  font-style:italic;
  padding:3px;
}

/* couleur de fond des liens en pied de page */
.bottom {
  background-color: #1D7589;
  margin-bottom:5px;/*hidden*/
color:#FFF;
}

.bottom a:link {
color:#FFF;
}

/* alignement du logo du bas */
.footer {
text-align:right;
}
