/* Menu principal */
nav.main {
	position: fixed;
	left: 270px;
	top: 134px;
	width: auto;
	height: auto;
	z-index: 100;
}
nav.main ul li ul {
	line-height: 20px;
	margin-left: 3px;
	border-left: 1px solid #fff;
}

/* Premier niveau */
nav.main ul li {
	position: relative;
	float: left;
	height: 22px;
	background: transparent url(../images/menus/art.png) no-repeat 0 0;
}
nav.main ul li a {
	margin: 0;
	padding: 0;
}
nav.main ul .art { width: 42px; }
nav.main ul .art:hover { background-position: -42px 0; }

nav.main ul .litterature {
	width: 118px;
	background-image: url(../images/menus/litterature.png)
}
nav.main ul .litterature:hover { background-position: -118px 0; }

nav.main ul .design {
	width: 76px;
	background-image: url(../images/menus/design.png)
}
nav.main ul .design:hover { background-position: -76px 0; }

/* sous-menus */
nav ul li ul {
	position: absolute;
	width: 100%;
	top: 20px;
	display: none;
}

nav li:hover ul ul { display: none; }
nav li:hover ul { display: block; }
nav.main ul li ul li:hover { background-position: 0 -20px; }
nav.main ul li.recent { background: transparent url(../images/menus/recent.png) no-repeat 0 0; }
nav.main ul li.romans { background: transparent url(../images/menus/romans.png) no-repeat 0 0; }
nav.main ul li.nouvelles { background: transparent url(../images/menus/nouvelles.png) no-repeat 0 0; }
nav.main ul li.theatre { background: transparent url(../images/menus/theatre.png) no-repeat 0 0; }
nav.main ul li.identite { background: transparent url(../images/menus/identite.png) no-repeat 0 0; }
nav.main ul li.edition { background: transparent url(../images/menus/edition.png) no-repeat 0 0; }
nav.main ul li.prepresse { background: transparent url(../images/menus/prepresse.png) no-repeat 0 0; }
nav.main ul li.webdesign { background: transparent url(../images/menus/webdesign.png) no-repeat 0 0; }
nav.main ul li.cdrom { background: transparent url(../images/menus/cdrom.png) no-repeat 0 0; }
nav.main ul li.downloads { background: transparent url(../images/menus/downloads.png) no-repeat 0 0; }
nav.main ul li.paintings { background: transparent url(../images/menus/paintings.png) no-repeat 0 0; }
nav.main ul li.drawings { background: transparent url(../images/menus/drawings.png) no-repeat 0 0; }
nav.main ul li.sculptures { background: transparent url(../images/menus/sculptures.png) no-repeat 0 0; }
nav.main ul li.documents { background: transparent url(../images/menus/documents.png) no-repeat 0 0; }




/* Menu annexe */
nav.second {
	position: fixed;
	left: 143px;
	top: 74px;
	width: 103px;
	height: 94px;
	z-index: 101;
}
nav.second ul li.logo {
	position: relative;
	float: right;
	height: 94px;
	width: 103px;
	background: transparent url(../images/logo.png) no-repeat 0 0;
	z-index: 102;
}
nav.second ul li.logo:hover { background-position: 0 -94px; }

nav.second ul li ul {
	position: relative;
	float: right;
	width: 73px;
	margin: -20px 55px auto auto;
	z-index: 103;
}
nav.second ul li ul li {
	display: block;
	overflow: hidden;
	height: 20px;
	z-index: 104;
}

/* sous-menus */
nav.second ul li.info { background: transparent url(../images/menus/info.png) no-repeat 0 0; }
nav.second ul li.email { background: transparent url(../images/menus/email.png) no-repeat 0 0; }
nav.second ul li.myspace { background: transparent url(../images/menus/myspace.png) no-repeat 0 0; }
nav.second ul li.facebook { background: transparent url(../images/menus/facebook.png) no-repeat 0 0; }
nav.second ul ul {
	position: absolute;
	width: 100%;
	top: 20px;
	display: none;
}
nav.second ul li ul li:hover { background-position: 0 -20px; }
