/*
  $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:white;
  -- background:#5C160A;
  font-family:arial;
  font-size:12px;
  text-decoration: none;
  -- padding-left: 5px;
  -- display:block;
  -- border: 0px solid #154a6d;
  -- line-height:20px;
  font-weight:500;
}

A.menu:hover
{
  font-size:12px;
  -- display:block;
  -- border: 0px solid #154a6d;
  color:blue;
  --background: #5C160A;
  text-decoration: none;
  -- padding-left: 5px;
}

A.menu_gauche 
{
  color:518DCC;
  font-family:arial;
  font-size:11px;
  text-decoration: none;
  padding-left: 10px;
  -- display:block;
  -- border: 0px solid #154a6d;
  -- line-height:20px;
  font-weight:800;
}

A.menu_gauche:hover
{
  font-size:11px;
  -- display:block;
  -- border: 0px solid #154a6d;
  color:blue;
  text-decoration: none;
  padding-left: 10px;
}

/* SOUS-CATEGORIES BOXES de niveau 2 */
A.sous_menu
{
  font-family:arial;
  color:#144594;
  font-size:10px;
  text-decoration: none;
  display:block;
  -- border: 0px dotted white;
  padding-left: 13px;
}

A.sous_menu:hover	/* LISTE DES PRODUITS */
{
  display:block;
  --border: 0px dotted #154a6d;
  color: #ce3c1a;
  font-size:10px;
  text-decoration: none;
  padding-left: 13px;
}

/* SOUS-CATEGORIES BOXES de niveau 2 */
A.sous_sous_menu
{
  font-family:arial;
  color:#144594;
  font-size:10px;
  text-decoration: none;
  display:block;
  -- border: 0px dotted white;
  padding-left: 18px;
}

A.sous_sous_menu:hover	/* LISTE DES PRODUITS */
{
  display:block;
  --border: 0px dotted #154a6d;
  color: #ce3c1a;
  font-size:10px;
  text-decoration: none;
  padding-left: 18px;
}

#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;
}

p.parag1 /* paragraphes centraux */
{
	-- color:blue;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	font-family:arial;
	font-size:12px;
}

p.parag2 /* paragraphes latéraux */
{
	margin-left:7px;
	margin-right:7px;
	margin-top:0px;
	margin-bottom:7px;
	font-family:arial;
	font-size:11px;
	font-weight:500;
}

a.menu_compte
{
	color:7C1A0F;
	font-family:arial;
	font-size:11px;
	margin-left:12px;
}

a.menu_compte:hover
{
	color:7C1A0F;
	text-align:left;
	font-family:arial;
	font-size:11px;
	margin-left:12px;
	font-weight:800;
	-- background: url(./images/puce_blanche.jpg) 0px 2px no-repeat;
	-- padding-left: 10px;
}

a.sous_menu_compte
{
	color:A0A0A0;
	font-family:arial;
	font-size:12px;
	margin-left:34px;
}

a.sous_menu_compte:hover
{
	color:7C1A0F;
	text-align:left;
	font-family:arial;
	font-size:12px;
	margin-left:24px;
	background: url(./images/puce_blanche.jpg) 0px 2px no-repeat;
	padding-left: 10px;
}

.actu
{
	font-family:arial;
	font-size:14px;
	color:white;
	font-weight:500
}
.warning
{
	color:E52E87;
	font-size:12px;
	font-weight:500;
}
