/* navigation */
#commander{
	position: absolute;
	top: 18px;
	left: 25px;
}
/*______________________________ Communs 1 */
#menu_niveau2,
#menu_niveau3{
	position: absolute;
	right: 0;
	height: 18px;
	/*background-color: #fff;*/
}
/*______________________________ Niveau 1 */
#menu_niveau1{
	position: absolute;
	right: 0;
	background: url(../image/menu_break.gif) no-repeat left 10px;
	padding-left: 10px;
}
#menu_niveau1 h1{
	cursor: pointer;
	height: 35px;
	padding-bottom: 20px;
}
.menu_block{
	float: left;
	background: url(../image/menu_break.gif) no-repeat right 10px;
	padding-right: 10px;
}
h1#menu1{
	width: 180px;
	background: url(../image/menu_edition_off.gif) no-repeat center 10px;
}
#menu_niveau1 .menu_block h1#menu1.active{
	background: url(../image/menu_edition_on.gif) no-repeat center top;
}
h1#menu2{
	width: 210px;
	background: url(../image/menu_collection_off.gif) no-repeat center 10px;
}
#menu_niveau1 .menu_block h1#menu2.active{
	background: url(../image/menu_collection_on.gif) no-repeat center top;
}
#menu_niveau1 h1#menu3{
	width: 175px;
	background: url(../image/menu_auteur_off.gif) no-repeat center 10px;
}
#menu_niveau1 .menu_block h1#menu3.active{
	background: url(../image/menu_auteur_on.gif) no-repeat center top;
}


/*______________________________ Niveau 2 */
#menu_niveau2{
	z-index: 100;
	top: 50px;
}
/* sous-menu auteur */
#smenu3{
	padding-top: 2px;
	padding-bottom: 10px;
	/*border: 1px solid #000;*/
}
#smenu3 li{
	background: none;
	padding: 0 6px;
	display: inline;
	font-weight: bolder;
	font-size: 14px;
	color: #ccccc6;
}
#smenu3 li a{
	font-weight: bold;
	text-decoration: none;
}
#smenu3 li.dark a{
	color: #93948b;
}
#smenu3 li.active a,
#smenu3 li a:hover{
	color: #f58233;
}
/*______________________________ Niveau 3 */
#menu_niveau3{
	z-index: 101;
	top: 70px;
}

