/*
   =========================================== 

	SECTION CI-DESSOUS CONCERNE LES STYLES
	DES MENUS
                                             
   ===========================================
*/


/* Menu principal
----------------------------------------------- */

#menuPrincipal{
	float:left;
	padding:0;
	margin:0;
	position:absolute;
	width:947px;
}

#menuPrincipal ul { 
	margin:0;
	padding:0;
	list-style: none;
	float:right;
	display:inline;
}

#menuPrincipal li {
	float: left;
	height:31px;
	margin: 0 0 0 7px;
}


#menuPrincipal ul li:hover {
	background-color: #E1A93B;
}

#menuPrincipal ul li.last {
	margin: 0 20px 0 0;
}

#current {
	background-color: #E1A93B;
}

#menuPrincipal ul li a{ 
	padding:10px 5px 0 5px;
	margin: 0;
	display: block;
	font-family:Times,Arial,Helvetica,sans-serif;
	font-size:13px;
	color: #fff;
	text-decoration: none;

}



/* Menu principal -  sous-menu vertical
----------------------------------------------- */

#menuPrincipal ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menuPrincipal ul ul,
div#menuPrincipal ul li:hover ul ul,
div#menuPrincipal ul ul li:hover ul ul
{display: none;}

div#menuPrincipal ul li:hover ul,
div#menuPrincipal ul ul li:hover ul,
div#menuPrincipal ul ul ul li:hover ul
{display: block;}

#menuPrincipal ul ul {
	position: absolute;
	z-index: 500;
}

#menuPrincipal ul li div.n2 ul{
	padding:0;
	margin: 0;
	width: 110px;
	top: 31px;
	text-align: left;
	background-color:#484944;
}

#menuPrincipal ul li div.n2 ul li{ 
	padding:0;
	margin: 0;
	width: 110px;
	background-image: none;
	display: block;
	border-bottom:1px solid #CCCDC7;
}

#menuPrincipal ul li div.n2 ul li.first{ 
	border-top:1px solid #CCCDC7;
}

#menuPrincipal ul li div.n2 ul li a{ 
	padding-top:10px;
	margin:0;
	text-decoration:none;
}









/* Menu Section (marge de gauche)
----------------------------------------------- */

#menuSec {
	padding: 0px;
	margin: 0px;
	position:relative;
	background-position: left top;
	background-image: url(../styles/imgs/background-gauche.gif);
	background-repeat: no-repeat;
	width: 186px;
	height: 200px;
}

#menuSec ul {
	margin: 0 1px 0 1px;
	padding:5px 0 5px 0;
	list-style: none;
}

#menuSec ul li{
	margin:0;
	padding: 2px 0 2px 0;
}

#menuSec ul li.first{
	margin:0;
	padding: 35px 0 12px 16px;
	font-weight:bold;
	font-size:12px;
	color: #E1A93B;
}

#menuSec ul li.last {
	margin:0;
	padding: 0 0 35px 0;
}

#menuSec ul li a{
	display: block;
	padding:0 0 0 16px;
	margin:0;
	color: #ffffff;
	text-align:left;
	text-decoration:none;
	background-position: right middle;
	background-image: url(../styles/imgs/menu-gauche-puce.gif);
	background-repeat: no-repeat;
}

#menuSec ul li a:hover {
	background-color: #5F6257;
}

#menuSec ul li a.current {
	background-color: #5F6257;
}



