* {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
}

p {
	font: "Palatino Linotype";
	font-size: 15px;
}

.bg {
	background-color: #3C3C3C;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
	text-align: center;
	position: static;
	background-position: center;
}

body {
	background-color: #3C3C3C;
	text-align: center;
	background-position: center;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#headerhome {
	background-image: url('img/anomaly_v3.5.png');
	background-position: center;
	width: 1057px;
	height: 290px;
	text-align: center;
	margin-bottom: auto;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}

.lienhome {
	text-decoration: none;
	font: "Palatino Linotype";
	font-size: 20px;
	width: 1057px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#block_content {
	background-color: #3C3C3C;
	background-image: url('img/content_bg_body.png');
	background-position: center;
	background-repeat: repeat-y;
}
	
#block_content_shadow_up {
	text-align: center;
	background-image: url('img/content_bg_ombre_haut.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 65px;
	
}
	
#block_content_shadow_down {
	text-align: center;
	background-image: url('img/content_bg_ombre_bas.png');
	background-repeat: no-repeat;
	background-position: center;
	height: 65px;
}