body
{
	background:url("image/body.png") fixed;
	font-family: "comic sans ms";
	text-align: justify;
}

#bloc_page
{
    width: 1250px;
    margin: auto;
}

header
{
	display:inline-block;
	margin-bottom:80px;
}
 #banniere
 {
	    height:272px;
		width:1250px;
		margin-top:25px;
		margin-bottom:25px;
		overflow:hidden;
		border: 3px grey outset;
		border-radius: 15px;
		box-shadow:5px 5px 5px 5px #1c1a19;
 }

article, aside
{
    display: inline-block;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
    vertical-align: top;
	padding: 20px;
	box-shadow:5px 5px 5px 5px #1c1a19;
    border-radius: 10px;
}
article
{
	width:1250px;
}
footer
{
	height:120px;
	margin-top:25px;
	margin-bottom:25px;
	border-radius: 10px;
	text-align:center;
	box-shadow:5px 5px 5px 5px #1c1a19
}
a
{
	text-decoration:none;
	color:black;
}
a:hover
{
  cursor:  pointer;
}