/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText-1 { font-family: Verdana, Arial, sans-serif; font-size: 1px; }

BODY {
  background: #e7e4c3;
  color: #000000;
  margin: 0px;
}

#body2 {
background: #cdcdcd;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #5e5e5e;
  text-decoration: underline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

.infoBoxContentsgbleu2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #1a2d5e;
  font-weight: bold;  
}


.infoBoxContentsbleu {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #1a2d5e;
  font-weight: normal;  
}


.infoBoxContentsgbleuclair {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #2161f1;
  font-weight: bold;  
}


.infoBoxContentsgrouge {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #b91464;
  font-weight: bold;  
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


