/* un bar dans la lune - Stéphane Dupas */

#lune {
	position:absolute;
	z-index:0;
	width:950px;
	height:500px;
	top:0;
	left:50%;
	margin-left:-475px;
}

/* Images pour Boissons d'illustrations */
a:hover #blog {
	background-image: url(../img/un-blog-dans-la-lune.png);
	background-position: 0 100px;
}
a:hover #unblogdanslalune {
	position:absolute;
	top:-85px;
	left:0;
	background-image:url(../img/un-blog-dans-la-lune.png);
	background-position: 0 -15px;
	width:320px;
	height:85px;
}
a:hover #onim {
	/*NON W3C*/
	/*behavior: url('../iepngfix.htc');*/
	/**/
	background-image: url(../img/les-poemes-de-lane-onim.png);
	background-position: 0 100px;
}
a:hover #lespoemesdelaneonim {
	position:absolute;
	top:-85px;
	left:100px;
	background-image:url(../img/les-poemes-de-lane-onim.png);
	background-position: -100px -15px;
	width:220px;
	height:85px;
}
a:hover #peintures {
	background: url(../img/jus.gif);
	position:absolute;
	bottom:0;/*-2px*/
	left:0;/*2px*/
	width:320px;
	height:150px;
}
a:hover #fond-croquis {
	/*NON W3C*/
	/*behavior: url('../iepngfix.htc');*/
	/**/
	background: url('../img/fond-croquis.png');
	position:absolute;
	bottom:0;/*-2px*/
	left:0;/*2px*/
	width:500px;
	height:100px;
}
a:hover #croquis-imaginaires {
	/*NON W3C*/
	/*behavior: url('../iepngfix.htc');*/
	/**/
	background: url('../img/croquis-imaginaires.png');
	position:absolute;
	top:-12px;
	left:0px;
	width:200px;
	height:125px;
}
a:hover #nus {
	/*NON W3C*/
	/*behavior: url('../iepngfix.htc');*/
	/**/
	/*background: url('../img/nus2.png');*/
	position:absolute;
	bottom:-2px;
	left:2px;
	width:80px;
	height:180px;
}

/**/
#eternite {
	position:absolute;
	left:0;
	top:100px;
	background-image: url('../img/logo-eternite.gif');
	background-repeat:repeat-x;
	background-position:center;
	width:100%;
	height:42px;
}
