/*PAGE CD*/

#milieu {
	height: 640px; /*480px;*/
	min-height: 640px;
}

/**** bibliotheque ****/

#bibliotheque {
	position: absolute;
	top: 50px;
	left: 50px;
	height: 400px;
	width: 800px;
	padding: 10px;
	color: black;
	text-align: left;
	font-size: xx-small;
	overflow: auto;
	/*background-color: #DDDDDD;*/
	/*border: 1px solid #CCCCCC;*/
}

#bibliotheque .zoneannee {
	margin: 0;
	height: auto;
	width: auto;
	display: block;
	text-align: center;
}

#bibliotheque p {
  text-indent: 0;
  font-size: 2em;
  font-weight: bold;
}

#bibliotheque .zone2 {
	/*float: left;*/
	height: 150px;
	width: 150px;
	color: black;
	text-align: center;
	font-size: xx-small;
	letter-spacing: 0.1em;
	display: inline-block;
	background: white url(img/back-deg-1px.png) repeat-x top left;
	margin: 10px;	
}

*+html #bibliotheque .zone2 {
	display: inline;
}

#bibliotheque .zone2 a span.lienref {
	font-variant: small-caps;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 2px;
}

#bibliotheque .zone2 span {
	display: block;
}

/****** page cd normale ******/

#disque {
	color: black;
	position: absolute;
	top: 25px;
	left: 5px;
	height: 16px;
	width: 80px;
	padding: 2px;
	text-align: left;
	background-color: #AEBFE2;
	border: 1px solid #CCCCCC;
}

#facebooklike {
	color: black;
	position: absolute;
	top: 25px;
	left: 162px;
	height: 18px;
	width: 142px;
	padding: 1px;
	text-align: right;
	/*background-color: #AEBFE2;
	border: 1px solid #CCCCCC;*/
}

#pochette {
	position: absolute;
	top: 55px;
	left: 5px;
	color: black;
	text-align: left;
	height: 300px;
	width: 300px;
	/*background-color: #DDDDDD;*/
	border: 1px solid #CCCCCC;
}

#infos {
	position: absolute;
	top: 25px;
	left: 315px;
	height: 80px;
	width: 280px;
	text-align: left;
	color: black;
	font-variant: small-caps;
	font-size: 1em;
	/*letter-spacing: 0.1em;*/
	background-color: #AEBFE2;
	border: 1px solid #CCCCCC;
	border-bottom: none;

}

#infoartiste {
	padding: 5px;
	text-indent: 0;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
}

#tracks {
	position: absolute;
	top: 105px;
	left: 315px;
	height: 251px; /*+1 pour la bordure qui manque*/
	width: 280px;
	color: black;
	text-align: left;
	overflow: auto;
	background: white url(img/back-deg-1px.png) repeat-x top left;
	border: 1px solid #CCCCCC;
	border-top: none;
}

#tracks p {
	color: black;
	padding: 5px;
	text-indent: 0;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	line-height: 200%;
	text-align: left;
}

#tracks a.videobutton {
	position: relative;
	text-decoration: none;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon-video.png);
	background-repeat: no-repeat;
	float: right;
}

#tracks a.videobutton:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: url(../img/icon-video2.png);
}

#tracks a.videobutton span { display: none;}

#tracks a.videobutton:hover span {
	display: inline; /* on affiche l'infobulle */
	position: absolute;
	z-index: 125;
	top: -15px; left: -16.5em; width: 15.5em;
	border: 1px solid black;
	background-color: #eeeeee; color: black;
	font-variant: normal;
	font-size: 11px;
	letter-spacing: 0em;
	word-spacing: 0;
	text-align: left;
	line-height: 150%;
	font-weight: normal;
	padding: 2px;
	border-radius: 5px;
}

#tracks a.listenbutton {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon-vinyl.png);
	background-repeat: no-repeat;
	float: right;
	text-decoration: none;
}

#tracks a.listenbutton:hover {
	z-index: 25; /* on définit une valeur pour l'ordre d'affichage */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../img/icon-vinyl2.gif);
}

#tracks a.listenbutton span { display: none;}

#tracks a.listenbutton:hover span {
    display: inline; /* on affiche l'infobulle */
    position: absolute;
	z-index: 125;
	top: -15px; left: -19em; width: 18em;
	border: 1px solid black;
	background-color: #eeeeee; color: black;
	font-variant: normal;
	font-size: 11px;
	letter-spacing: 0em;
	word-spacing: 0;
	text-align: left;
	line-height: 150%;
	font-weight: normal;
	padding: 2px;
    border-radius: 5px;
}

#tracks a.mp3button {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon-save.png);
	background-repeat: no-repeat;
	float: right;
	text-decoration: none;
}

#tracks a.mp3button:hover {
	z-index: 25; /* on définit une valeur pour l'ordre d'affichage */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../img/icon-save2.png);
}

#tracks a.mp3button span { display: none;}

#tracks a.mp3button:hover span {
	display: inline; /* on affiche l'infobulle */
	position: absolute;
	z-index: 125;
	top: -15px; left: -21em; width: 18em;
	border: 1px solid black;
	background-color: #eeeeee; color: black;
	font-variant: normal;
	font-size: 11px;
	letter-spacing: 0em;
	word-spacing: 0;
	text-align: left;
	line-height: 150%;
	font-weight: normal;
	padding: 2px;
	border-radius: 5px;
}

#gallery {
	margin: 0px 0px;
	position: absolute;
	top: 25px;
	left: 605px;
	height: 200px;
	width: 310px;
	overflow: hidden;
	/*white-space: nowrap;*/
	background: white url(img/back-deg-1px.png) repeat-x top left;
	border: 1px solid #CCCCCC;
}

/*html>body #gallery {
	overflow: -moz-scrollbars-horizontal;
	margin: 0 auto;
}*/

#gallery span {
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	display: table-cell; /*display: inline-block;*/
}

/*#gallery img {
	margin: 0px;
	padding: 0px;
}*/

#boutons {
	position: absolute;
	top: 235px;
	left: 605px;
	height: 20px;
	width: 310px;
	/*float: left;*/
	/*display: inline;*/
	text-align: center;
}

#iconmenu {
	position: relative;
	margin: auto!important;
	margin: 0px;
	top: 3px;
	/*padding-left: 50px;*/
	width: 220px;
	height: 20px;
	/*background: url(pattern.gif);*/
	text-align:center;
}

#iconmenu li {
	position: absolute;
	background: url(img/menu_css2.png) 0 0 no-repeat;
	height: 20px;
	display: block;
	list-style: none;
	text-align: center;
}

#iconmenu #panel1 { left: 0px}
#iconmenu #panel2 { left: 50px; background-position: -50px 0;}
#iconmenu #panel3 { left: 145px; background-position: -145px 0;}

#iconmenu #panel1 a {width: 50px; height: 20px; display: block;}
#iconmenu #panel2 a {width: 95px; height: 20px; display: block;}
#iconmenu #panel3 a {width: 75px; height: 20px; display: block;}

#iconmenu #panel1 a:hover { background: url(img/menu_css2.png) -0px -20px no-repeat;}
#iconmenu #panel2 a:hover { background: url(img/menu_css2.png) -50px -20px no-repeat;}
#iconmenu #panel3 a:hover { background: url(img/menu_css2.png) -145px -20px no-repeat;}

#informations {
	position: absolute;
	top: 260px;
	left: 605px;
	height: 375px; /*225px;*/
	width: 310px;
	color: black;
	overflow: auto;
	background: white url(img/back-deg-1px.png) repeat-x top left;
	border: 1px solid #CCCCCC;
}

#informations p {
	color: black;
	padding: 5px;
	text-align: justify;
	text-indent: 10px;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	line-height: 1.5em;
}

#informations ul {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#informations ul li {
	font-size: 0.8em;
	text-indent: 0px;
	text-align: left;	
}

#rubalbums {
	position: absolute;
	top: 365px; /*335px;*/
	left: 5px;
	height: 16px;
	width: 586px;
	padding: 2px;
	text-align: left;
	font-weight: bold;
	text-indent: 0px;
	background-color: #AEBFE2;
	border: 1px solid #CCCCCC;
}

#albums {
	position: absolute;
	top: 395px; /*365px;*/
	left: 5px;
	height: 220px; /*120px;*/
	width: 570px; /*590px;*/
	padding: 10px;/**/
	color: black;
	text-align: left;
	font-size: xx-small;
	overflow: auto;
	background: white url(img/back-deg-1px.png) repeat-x top left;
	border: 1px solid #CCCCCC;
}

#albums p {
	color: black;
}

.zone {
	margin: 0;
	float: left;
	height: 110px;
	width: 114px;
	color: black;
	text-align: center;
	font-size: xx-small;
	letter-spacing: 0.1em;
	display: inline;
}

.lienimage {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.zone a 		{ text-align: center; display: block; }
.zone a:link	{ text-align: center; }
.zone a:visited	{ text-align: center; }
.zone a:hover	{ text-align: center; }
.zone a:active	{ text-align: center; }

/*#gallery img:hover {
	position: fixed;
	top: 20px;
	left: 20px;
	height: 300px;
	visibility: visible;
}*/

a.infobulle {
	position: relative; 
	z-index: 24;
	text-decoration: none;
}

a.infobulle:hover {
	background: none; /* correction d'un bug IE */
	z-index: 25; /* on définit une valeur pour l'ordre d'affichage */
}

a.infobulle span { display: none; z-index: 124; }

a.infobulle:hover span {
	z-index: 125;
	display: inline; /* on affiche l'infobulle */
	position: absolute;
	top: 5em; left: 1em; width: 19em;
	border: 1px solid white;
	background: black;
	color: white;
	font-size: 11px;
	font-variant: normal;
	text-align: justify;
	font-weight: normal;
	padding: 2px;
  border-radius: 5px;
}

