body, html {
    margin: 0px;
    padding: 0px;
	text-align: center;
}



/* Font settings for page elements */
body, ul, td, th, p, h1, h2, h3, h4, input, textarea, select {
	color: #226a9c;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
}

p
{
    text-align: justify;
}


A:visited, A:link, A:hover, A:active
{
        color:#a0ed16;
        text-decoration:none;
        font-weight:bold;
}

/*
bleus du plus fonce au plus pale:
226a9c
4c94c6
72acd6
bleu du logo: 5dbaff
gris: a6a7a4
vert: a0ed16
*/