html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#e4dbfe;
	background-attachment: scroll;
	background-color: black;
	background-image: url(../image-pianiste/pianiste-revait-humanite.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
		

	scrollbar-face-color: #37107b;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #000000;

	
	
}

h1 {
	margin:0.5em 0;
	font-family: georgia, serif;
	font-size: 1.5em;
	color: #5c5cfe;
}

h2 {
	margin:0 0 0.5em;
	font-family: georgia, serif;
	font-size: 1.25em;
	color: #5c5cfe;
}


p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	padding:0;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:760px;
	/*background:#000000; */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:0;
	margin-left: 95px;
	padding-top: 205px;
	/* background:#ddd url("../bottom.jpg") 50% 10px no-repeat; */
	
	/*border-bottom:6px double gray;*/
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	margin-left: 95px;
	/*padding-top: 1em;*/
	padding-right: 1em;
	padding-bottom: 5em;
	/*padding-left: 1em;*/

}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	/*border-top:6px double gray;*/
	background-attachment: scroll;
	/*background-color: #ddd;*/
	background-image: url(../image-pianiste/bottom-pianiste.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 130px;
	vertical-align: bottom;
	font-size: 10px;
	color: #487595;	
}
	div#footer p {
		padding:1em;
		margin:0;
		margin-left: 95px;
	}
a {
	color: #00fdcc;
}
a:hover {
	color: #6719f7;
}
a:active {
	color: #1b7f95;
}
