/*
  $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
*/

/* CATEGORIES BOXES */
A.menu 
{
  color:#063c86;
  -- background:#a0a0a0;
  font-size:14px;
  text-decoration: none;
  padding-left: 20px;
  display:block;
  border: 0px solid #154a6d;
  line-height:20px;
  font-weight:500;
}

/*
A.menu:hover
{
  font-size:14px;
  display:block;
  border: 0px solid #154a6d;
  color: #063c86;
  background: #d4e4f4;
  text-decoration: none;
  padding-left: 20px;
}
*/

/* SOUS-CATEGORIES BOXES de niveau 2 */
A.sous_menu
{
  color: #bd3330;
  font-size:13px;
  text-decoration: none;
  -- background:#ebebeb;
  display:block;
  border: 0px dotted white;
  
  
  padding-left: 37px;
}

A.sous_menu:hover	/* LISTE DES PRODUITS */
{
  display:block;
  border: 0px dotted #154a6d;
  color: #ce3c1a;
  font-size:13px;
  background: #fcf5f4 ;
  text-decoration: none; 
}

#menuFocus /* LORSQU IL EST ACTIF Voir le fichier ../includes/boxes/categories.php */
{
  -- color:#FFFFFF;
  background:#d4e4f4;
  --font-weight:bold;

}

#sousmenuFocus /* LORSQU IL EST ACTIF Voir le fichier ../includes/boxes/categories.php */
{
  --font-weight:bold;
	color:ce3c1a;
}

