html {
  height: 100%;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
    background-image: url("buissonniere_web.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: rgb(255, 224, 0);
}

p /* style de paragraphe */
{
	text-align: center;
	padding-top: 200px;
	font-size: 2em;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight: bold;
	color: black;
}

q /* style de paragraphe */
{
	text-align: center;
	padding-top: 200px;
	font-size: 2em;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-weight: regular;
	color: black;
}

a
{
	text-decoration: none;
	color: black;
}

a:hover /* le lien est survolÃ© */
{
    background-color: rgb(255, 224, 0);
	text-decoration: underline;
}

a:active /* le lien est cliquÃ© */
{
    color: black;
}


#bla /* espacement entre les mots */
{
word-spacing: 35px;
}

#bla2
{
word-spacing: 83px;
}