
/* Police et couleur par défaut
-------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 75%;
	font-weight:normal;
	}

/* Headings
-------------------------------------------------------------- */

/* On utilise h1 pour afficher le logo du site, il ne faut donc pas le paramétrer ici */
h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding:0;
}

h3 {
	font-size: 1em;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0 0 1em 0;
	padding:0;
}


h4 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 0em 0;
	padding:0;
}

/* Text elements
-------------------------------------------------------------- */

p           { font-size: 1.0em; margin: 0 0 1em 0; text-align: justify; }

/* Default links */
a			{ position: relative; z-index: 1; }
a           { color: #000; text-decoration: none; font-weight: bold; }
a:focus, 
a:hover     { color: #000; text-decoration: underline; }
a:visited   { }
a img			{ border:0; }

#header a           { color: #fff; }
#header a:focus, 
#header a:hover     { color: #fff; }

strong { color:#FC0000; }

.cnil { font-size:11px;}

.warning { font-size:11px; color:#FC0000;}
/* */