body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color : #040B6D;
	/* background-image:url(../images/magasin-bg.jpg);
	background-repeat:no-repeat;
	background-position : center top; */
	}
img#bg {
position:fixed;
top:0;
left:0;
width:100%;
}
#content {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	height: 600px;
	margin-top: -300px;
	margin-left: -250px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #8E91C9;
}
a,a:visited,a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color : #A30D0D;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color : #A30D0D;
	text-decoration: underline;
}
