@font-face { /* Définition d'une nouvelle police nommée ActionMan */
    font-family: 'Action_Man';
    src: url('../font/Action_Man.ttf') format('truetype');
}

*
{
	font-size: 1em;
	color: gray;
	font-family: 'Action_Man', Calibri, sans-serif;
}

body
{
	background: white url("../img/fond1.jpg") fixed no-repeat top right;
}

p
{
	font-size:1.3em;
}

section p
{
	padding: 0 15px 0 0;
}

a
{
	text-decoration: none;
}

a:hover
{
	color: black;
	text-shadow: 0px 0px 5px blue;
}

a:active
{
	color: black;
	text-shadow: 0px 0px 10px red;
}


