body
{
	background: url("images/neige.png") fixed repeat-x bottom left, url("images/background.jpg") fixed;
	background-color: #2137a6;
}

@media all and (max-device-width: 900px)
{
	body
	{
		background: url("images/background.jpg") fixed;
		background-color: #2137a6;
	}
}
.headpage
{
	position: relative;
	margin: auto;
	padding-left: 10px;
	width: 800px;
}

.blocpage
{
	background-color: #6db506;
	color: white;
	margin: auto;
	padding: 10px;
	padding-bottom: 10px;
	width: 750px;
	border-radius: 15px;
}

.image
{
	margin: auto;
	text-align: center;
	max-width: 600px;
}

.contact
{
	text-align: center;
	font-size: 1.2em;
}

.avertissement
{
	font-size: 0.8em;
	text-align: center;
	margin: 0px;
}
.italic, h1
{
	font-style: italic;
}

h1
{	
	font-family: "Just Me Again Down Here", serif;
	font-size: 3.5em;
	font-weight: normal;
	text-align: center;
	color: #304b0a;
}

.license
{
	font-size: 0.7em;
	text-align: center;
	color: #304b0a;
	background-color: #b5de7a;
	margin: auto;
	margin-top:10px;
	padding: 5px;
	width: 570px;
	border-radius: 10px;
}

a
{
	color: #f9d875;
}

a:visited
{
	color: #c1c1c1;
}

.renard_tete
{
	position: absolute;
	top: 0px;
	right: 1px;
	margin-left: 100px;
}
