body
{
	
	background: url('images/fond2.jpg') top center fixed;
	font-family: 'Trebuchet MS', 'Comic Sans MS', serif;
	color: black;
	word-wrap: break-word;
	overflow: auto;
	
}

#bloc_page
{
	width: 95%;
	
	margin: auto;
	
}

header
{
	position:relative;
	background: white;
	width:100%;
	
	border-radius:10px/20px;
}
#logo
{
	display: inline-block;
	position:absolute;
	right:5%;
	top:7.5%;
	border-radius:5px;
	box-shadow: 5px 5px 5px black;
	border: 2px black groove;
	width: 250px;
	height: 130px;
}
#back_header
{
	display: inline-block;
	position: relative;
	left:2.5%;
	opacity:0.8;
	width:95%;
}

h1
{
	display: inline-block;
	position: absolute;
	left:30%;
	top:45%;
	font-weight: normal;
	font-family: 'Comic Sans MS', serif;
	font-size: 1.5em;
}

p
{
	display: inline-block;
	position: absolute;
	left: 45%;
	top:55%;
}

a
{
	text-decoration: none;
	color: rgba(63,23,128,1);
}

a:visited
{
	text-decoration: none;
	color: rgba(63,23,128,1);
}

@media all and (max-width: 1024px)
{
	#bloc_page
	{
		width:auto;
	}
	#logo
	{
		
		width:200px;
		height:104px;
	}