@charset "utf-8";
/* Mélodie Lounge Musique */
*{
	margin:0;
	padding:0;
	border:none;
}
html, body{
	width:100%;
}
body{
	font:9pt Candara, Arial, Helvetica, sans-serif;
	padding-bottom:15px;
	border-top:3px solid #efd589;
	background:#be5c28 url(img/bg.jpg) center top no-repeat;
}
#page{
	width:400px;
	margin:0 auto;
	padding-bottom:15px;
	background:#fff url(img/pagebg.gif) center bottom no-repeat;
}
#page h1{
	width:100%;
	height:120px;
	text-indent:-9999px;
	background:url(img/logo.gif) center no-repeat;
}
#page dt{
	padding-left:15px;
	font-size:200%;
	color:#c90;
	border-bottom:1px dashed #ddd;
}
#page dd{
	margin:15px 0;
}
#pherbario, #plco2, #plco1{
	display:block;
	width:240px;
	margin:0 auto;
	padding:116px 2px 2px 2px;
	text-decoration:none;
	color:#6e3517;
}
#pherbario:hover, #plco2:hover, #plco1:hover{
	background-color:#efd589;
}
#pherbario:active, #plco2:active, #plco1:active{
	background-color:#f90;
}
#pherbario{
	background:url(img/herbario.jpg) 2px 2px no-repeat;
}
#plco2{
	background:url(img/loungeco_v2.jpg) 2px 2px no-repeat;
}
#plco1{
	background:url(img/loungeco_v1.jpg) 2px 2px no-repeat;
}
#credits{
	width:600px;
	margin:15px auto;
	font:8pt Arial, Helvetica, sans-serif;
	text-align:center;
	color:#f90;
}
#credits a{
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #fff;
}