/* Page */
html {
font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}
/* Titres */
h1, h2, h3 {
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
margin: 1em 0 .5em 0; 
}
h1 {
font-size: 1em; 
font-weight: normal;
}
.h1 {
font-size: 1em; 
font-weight: bold;
color: #841025;
}
h2 {
font-size: 1.1em;
font-weight: bold;
}
h3 {
font-size: 1em;
}
legend {
font-size: 1em;
font-weight: bold;
}
/* Listes */
ul, ol {
margin: .75em 0 .75em 24px;
padding: 0; 
}
ul {
list-style: square;
}
li {
margin: 0;
padding: 0;
}
/* Paragraphes */
p {
margin: .75em 0;
}
li p, blockquote p {
margin: .5em 0;
}
/* Citations */
blockquote, q {
font: italic 1.1em Georgia, "Bitstream Vera Serif", Norasi, serif;	
}
blockquote {
margin: .75em 0 .75em 24px;
}
cite {
font-style: italic;
}
/* Divers éléments de type en-ligne */
em {
font-style: italic;
text-align: justify;
}
strong {
font-weight: bold;
color: #555;
}
/* pas de bordure aux images qui se trouvent à l'intérieur d'un lien. */
a img {
border: none; 
}
/* Les espaces */
.space {
margin: 30px 0;
}

