/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */




/***************VERTICAL**********************/
/*****ALL*****/

#vertical-nav ul {
    list-style-type: none; /* get rid of the bullets */
    padding:0;             /* no padding */
    margin:0;              /* no margin for IE either */
}

#vertical-nav ul li {
    margin: 0;
    padding: 0;
    display:block;
    /*margin-top: 1px; /* lines */
}

#vertical-nav ul ul li a,#vertical-nav ul li{
    background-color: #330000;
}
#vertical-nav ul li a {/* niveau 0*/
    display: block;
    padding: 3px 3px 3px 23px;
    margin:0;
	font-size:14px;
    text-decoration: none;
    height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
    background-color: #330000;
	font-variant:small-caps
}
#vertical-nav ul li .open, #vertical-nav .activesubsub, #vertical-nav .subopen {
    font-weight: bolder;
    text-decoration: underline;
    color:#d89094; /*couleur des liens cliqués*/
}
#vertical-nav .final{
color:#d89094;/*couleur des liens cliqués*/
}

#vertical-nav ul ul li a {
    margin-left: 20px;
	font-variant:normal;
	color: white;

}

#vertical-nav ul ul ul li a {
  margin-left: 40px;     /* indent level 2 */
  	font-variant:normal;
	font-size:12px;

}

#vertical-nav a {
  color:#999999;
}
#vertical-nav a:hover {
  color:#666666;
}
#vertical-nav ul li ul li a {
   /* border-top-width: thin;
    border-bottom-width: thin;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;*/
    margin-bottom:0px;
    margin-top:0px;
}
#vertical-nav ul li ul li {
    margin-bottom:0px;
    margin-top:0px;
}
/*Début du menu déroulant concernant la partie "service atelier" : ce menu n'est pas géré par Magento en natif car il ne concerne pas des catégories de produits mais des pages statiques*/

dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;width:193px;background-color:#330000;height:250px;
}
dl#menu dt { /*Niveau 0*/
cursor: pointer;
display: block;
    padding: 3px 3px 3px 23px;
    margin:0px;
	font-size:14px;
    text-decoration: none;
    height:15px;           /* hint for IE, alternatively remove whitespace from HTML */
    border-top:1px solid white;
	font-variant:small-caps;
	color:#999999;
}
dt a{text-decoration:none;}
dl#menu li a { 

display: block;
border: 0 none;
 list-style-type: none; /* get rid of the bullets */
     padding: 3px 3px 3px 46px;         
	font-variant:normal;
	color:#fff;
}

dl#menu dt a{
text-decoration:none;
font-variant:small-caps;
}
#vertical-nav {padding:0; margin:0; border:1px solid #330000;}