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

a img {
	border: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}


body {
   margin: 0; /* pour éviter les marges */
   text-align: center; /* pour corriger le bug de centrage IE */
}



#pagewidthcenter{
		
     margin-left: auto;
     margin-right: auto;
     width: 500px;
     margin-top:70px;
     }


