/**
 * 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)
 */

#menu { /*padding:0 20px;*/ font-size:0.9em; font-family:Verdana; width:175px; display:block;position: relative;}


/*****************UNIVERS*************************************/
#nav-univers { /*padding:0 20px;*/ font-size:0.9em; font-family:Verdana; width:175px;}
#nav-univers li { position:relative; text-align:left; }
#nav-univers li.over { z-index:999; }
#nav-univers li a{ color:#000000!important;text-decoration:none;!important}
#nav-univers li a:hover{ text-decoration:underline!important;}
#nav-univers li.active{ line-height:1.3em; text-decoration:none;font-weight:bold !important;}
#nav-univers span { cursor:pointer; white-space:nowrap; }
#nav-univers li ul span {white-space:normal; }
#nav-univers ul li {
	/*margin-left:5px;*/
}
#nav-univers ul li.active a {font-weight:bold !important;}
.AccordionContent ul li.active a { font-weight:bold;}
/**************************/
#nav-designer { line-height:13px;}
#nav-designer li {
	display:inline;
	background:url(../images/designer-separator.gif) no-repeat 100% 50%;
    padding-right:12px;
    padding-left:4px;
	color:#999;
	font-weight:normal;
	font-size:9px;
}
#nav-designer li.first {
	padding-left:0px;
}
#nav-designer li.last {
	background:none;
}
.linkall-designers { color:#000000!important; font-size: 11px; text-align: right;}
/**************************/
#nav-type-produit { line-height:13px;}
#nav-type-produit li {
	display:inline;
	background:url(../images/designer-separator.gif) no-repeat 100% 50%;
	margin:0;
	padding:0;
    padding-right:12px;
    padding-left:0px;
	color:#999;
	font-weight:normal;
	font-size:9px;
	line-height:10px;
}
#nav-type-produit li.first {
	padding-left:0px;
}
#nav-type-produit li.last {
	background:none;
}
/***************************************************************/
.menutitre {
	/*background: url('../images/menu_titre.gif') no-repeat;*/
	text-align:left;
	font-size:0.9em;
	font-family:Verdana;
	display:block;
	padding-bottom:3px;
	
	
	/*color: #000000;
	font-family: "Trebuchet MS",helvetica,sans-serif;
	margin: 0;
	cursor: pointer;
	font-size: 12px;*/
}
.stretcher {
	text-align:left;
	font-size:11px;
	line-height: 27px;
	
}

.stretcher a {
	/*background: transparent url('../images/menu_etoile.gif') no-repeat 8px 2px;*/
	/*padding-left:15px;*/	
	color: #000000;
	text-decoration: none;
	display:block;
	line-height:1.5em;
}

.stretcher a:hover {
	color: #000000;
	text-decoration:underline;
}
div#content {
	/*background: url('../images/menu_fond.gif') repeat-y;
	width:168px;*/
	font-weight:normal !important;
	list-style:none !important;
	display:block;
	}
/*********MENU-FETRA***********/
#menu{
    position:relative;
    /* solve a Opera7/IE display bug */
    z-index:50;
    margin:0;
    padding:0;
    }
    
#menu span{
    display:none;
    }
#menu li.active ul li.active a {font-weight:bold !important;}
#menu li.active a { font-weight:bold !important;}
#menu li.active ul li a { font-weight:normal !important;}
#menu ul{
    margin:0;
    padding:0;
    width:150px;
    }
    
#menu li ul{
    visibility:hidden;
    }
            
#menu li ul{
    margin-left:80px; /* be careful */
    margin-top:0px;
	background:#ffffff;
	border-left: 2px #000000 solid;
	position:absolute;
    }
#menu a{
    text-align:left;
    color:#00000O;
    display:block;
     width:175px;
	 font-size:1.00em;
	 font-family:Verdana;
    /* border-bottom: 1px #000 solid;*/
    text-decoration:none;
    margin:0;
    padding:1px 0 0 1px; /* em units can creat little graphic bug in mozilla */
    }
#menu a:hover{ text-decoration:underline;}

.texte-violet {color:#61244e; font-weight:bold;}

.AccordionContent ul li {
	width: 145px;
	line-height:15px;
	font-size:11px;
	font-family: Verdana, Arial;
	color:#6a6666;
}
.AccordionContent ul li a {
	color:#6a6666;
}
.AccordionContent ul li ul li {
	width: 135px;
	padding-left: 10px;
	padding-right: 0px!important;
	font-size:0.92em;
	}