/* Titres */
h1, h2, h3, p {
font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
margin: 1em 0 .5em .5em; 
}
h1 {
font-size: 1.3em; 
}
h2 {
font-size: 1.0em;
text-align: center;
color: #660000;
}
h3 {
font-size: 1.1em; 
text-align: justify;
margin: 0  10px;
color: #000;
}
/* Paragraphes */
p {
font-size: .8em;
text-align: justify;
margin: 8px 8px 8px 8px;
}
/* éléments de type en-ligne */
em {
font-style: italic;
}
strong {
font-weight: bold;
color: #3C597D;
}
.strong {
font-weight: bold;
color: #841025;
}
.bgrd {
background: #fff;
border: 1px solid #3C597D;
margin: 50px 0;
padding: 8px;
}
.conteneur {
background: #fff;
border: 1px solid #a6a6a6;
width: 98%;
padding: 10px;
}
.float {
float: left;
width: 45%;
margin: 0 20px;
}
.float img {
margin: 0 20px;
}
.spacer {
clear: both;
}
/* Listes */
ul, ol {
margin: .75em 0 .75em 24px;
padding: 0; 
}
ul {
list-style: square;
}
li {
margin: 0;
padding: 0;
}
/*les espaces */
.space {
margin: 35px 0 10px 0;
}
.space1 {
margin: 50px 0 50px 0;
border-bottom: 1px dotted #555;
}
.spacenouveau {
margin: 50px;
}
/* Citations */
blockquote, q, p{
font: 1em Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
margin: .75em 10px .75em 10px;
}
cite {
font-style: italic;
}
/* Liens */
.mail a {
color: #990100;
text-decoration: underline;
}
.mail a:hover, .mail a :focus {
color: #4C4D02;
}
a img {
border: none;
}




