
/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {
	font-size: 100%; 
}
body {
	margin: 0;
	padding: 10px 20px; 
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: 1em; 
	line-height: 1.25; 

}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; 
}
h1, h2 {
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-weight: normal; 
}
h1 {
	font-size: 3em; 
	font-style: italic;
}
h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;
	text-align: center;	}
h4 {font-size: 1em;}

/* Paroles */
.parole {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
/* Paragraphes */
p {
	margin: .75em 0;
	text-align: justify;
}
.text {font-family: Geneva, Arial, Helvetica, sans-serif;font-size:11px;font-style: normal;color:#000000; text-align:justify}

/*notes*/
#note {
	font-size: 0.8em; 
	margin: .75em 0;
	text-align: justify;
}
/* Onglets*/
#onglets {
	line-height: normal;
	font-size: 73%;
}
/* Navigation*/
#navigation {
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
	font-size: 80%;
}
/* Pied de page */
#pied {
	font-variant: small-caps;
	font-size: 0.8em;
}
