/* Titres */
h1, h2, h3, h4, h5, h6 {
font-family: bold  Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
h1 {
font-size:  1.2em; 
font-style: italic;
margin: 0 0 20px 0;
}
h2 {
font-size: 1.1em;
color: #fff;
text-align: center;
}
/* les class */ 
.error {
font: bold 1em Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
color: #841025;
}
#margeinfo {
margin: 6px 0 6px 10px;
}
/* Paragraphes */
p {
color: #000;
text-align: justify;
margin: 6px 0 6px 0;
}
li p, blockquote p {
margin: .5em 0;
}
/* Divers éléments de type en-ligne */
em {
font-style: italic;
}
strong {
font-weight: bold;
color: #000;
}
/* Listes */
ul, ol  {
margin: .75em 0 .75em 24px;
padding: 0; 
}
ul {
list-style: square;
}
li {
margin: 0;
padding: 0;
}
/* Citations */
blockquote, q {
font: italic 1.1em Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
margin: .75em 0 .75em 24px;
}
cite {
font-style: italic;
}
/* Liens */
.retour {
font: bold 1.0em Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
color: #000;
text-decoration: underline;
margin: 0 0 0 735px;
}
.retour:hover, .retour:focus {
color: #d6d6d6;
}
a img {
border: none;
}
/* les espaces */
.space{
margin: 10px 0 10px 0;
}
.spacelien {
margin: 20px 0 20px 0;
border-bottom: 1px solid #d6d6d6;
}
.spacesante {
margin: 20px 0 20px 0;
}
.spaceautres {
margin: 20px 0 70px 0;
}
.spacedot {
border-bottom: 1px dotted #d6d6d6;
}


