body {
     margin: 0; /* pour Ã©viter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
     width:100%;
	background-color : #111111;
}
.divcentral {
	text-align:left;
	width:800px;
	margin:20px auto 25px auto;
}
.margetop {
	margin-top:65px;
}

a {
text-decoration:none;
color:#FFFFFF;
border:none;
}

a:hover{
color:#ED8006;
}

a img{
border:none;
}

