
/* Police et couleur par défaut
-------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 87%;
	}

/* Headings
-------------------------------------------------------------- */

/* On utilise h1 pour afficher le logo du site, il ne faut donc pas le paramétrer ici */
h2 {
	font-size: 1.28em;
	font-weight: normal;
	margin:0;
	padding:0;
}

h3 {
	font-size: 0.8em;
	font-weight: normal;
	margin:0;
	padding:0;
}

/* Text elements
-------------------------------------------------------------- */

p           { font-size: 1.0em; margin: 0 0 1em 0; text-align: justify; }
#footer { font-size:0.8em;}
/* Default links */
a			{ position: relative; z-index: 1; }
a           { color: #fff; text-decoration: none; font-weight: bold; }
a:focus, 
a:hover     { color: #fff; text-decoration: underline; }
a:visited   { }
#footer a           { font-weight: normal; }
/* */
