/* PAGE */
html {
	font-size: 100%; /* BUG IE */
}
body {
	margin: 0;
	padding: 10px 20px; /* REVOIR A LA BAISSE SI TROP D'ESPACEMENT */
	font-family: Georgia, Palatino, "Palatino Linotype", Times, serif;
	font-size: 1em;
	line-height: 1.25;
	color: #4B4B4B ;
	background: white;
}

/* BALISES TITRES */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; /* POUR RAPPROCHER OU ELOIGNER TITRE ET CONTENU */
}
h1, h2 {
	font-family: Georgia, Palatino, Times, Hoefler Text serif;
	/*font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;*/
	font-weight: normal; /* POUR EVITER LE GRAS PAR DEFAUT */
}
h1 {
	font-size: 3em;
	font-style: italic;
}
h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}

/* LISTES */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;
	list-style: none ;
}
ul {
	list-style: none;
}
li {
	margin: 0;
	padding: 0;
}

/* PARAGRAPHES */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

/* LIENS */
a {
	color: mediumblue;
	text-decoration: none;
}

a:link {
	color: mediumblue;
	text-decoration: none;
}
a:visited {
	color: mediumblue;
	text-decoration: none;
}
a:hover, a:focus {
	color: crimson;
	text-decoration: none;
}
a img {
	border: none;
}

em {
	font-style: italic;
}



/* --- COPYRIGHT PRÉTENTIEUX --- */
#copyright {
	margin: 20px 0 5px 0;
	text-align: center;
	font-size: .8em;
	color: #848F63;
}

#copyright a {
	color: #848F63;
	text-decoration: none;
}

#copyright a:hover, #copyright a:focus {
	text-decoration: none;
}

