html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body {
	margin: 0;
	padding: 0;
	font: normal arial, sans-serif;
	background: #972028 url(../img/AnHB-manuscrit-ballade-Helene.jpg);
	color: #f38f33;
	width: 100%;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main, header, #top_logo_1, nav, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}

.white {
	color: rgb(255, 255, 255);
}
#top_logo_1 {
	width: 980px;
	position: relative;
	height: 100px;
	background: transparent;
	padding: 35px 25px;
	color: #FFFFFF;

}

#accueil_footer {
	text-align: center;
	font-size: 11px;
	color: #f38f33;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	height: 25px;
	padding-top: 5px;
}
a {
	color: rgb(255, 255, 255); text-decoration: none;
}
a:hover {
	text-decoration: none;
}