body
{
	background-color : black;
	width: 760px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 30px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	font-family : Verdana, "Arial black", Arial, Times, Serif;
	font-size : 0.8em;
}

p
{
	margin : auto;
	text-align: center;
	color : white;
}

a
{
	color : white;
	text-decoration : none;
}

a:hover
{
	text-decoration : underline;
}

a img
{
	border : 0px;
}

.lien_site:hover
{
	
}

.inverse
{
	font-weight : bold;
	color : black;
	background-color : white;
}