html { 
  margin:0;
  padding:0;
  background: url(bg.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

html {
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
}
a:focus {
	outline:0;
} 

h1 {
    font-family: 'Finger Paint', cursive;
	font-weight: 900;
	color:#444;
	font-size:51px;
	text-align:center; 
	margin:0 auto;
}
h2 {
    font-family: 'Finger Paint', cursive;
	font-weight: 900;
	text-align:center;
	color:#444;
	font-size:36px;
	text-decoration:none;
}

h2 a, h2 a:hover, h2 a:active {
    font-family: 'Finger Paint', cursive;
	font-weight: 900;
	text-align:center;
	color:#fff;
	font-size:36px;
	text-decoration:none;
}

h2 strong {
	background-color:#109bc5;
	padding:2px 10px 2px 10px;
}

p, a, a:hover, a:active {
	text-align:center;
	color:#444;
	font-size:16px;
}


