/* Page | Titres */
h1 {
font: bold 1.1em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; 
}
h2 {
font: bold 1.0em Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; 
}
/* Paragraphes */
#back {
background: #e6e6e6;
border: 1px solid #c6c6c6;
margin: 10px 0px 10px 0px;
padding: 8px;
}
p {
margin: .75em 0;
}
li p, blockquote p {
margin: .5em 0;
}
/* Divers éléments de type en-ligne */
em {
font-style: italic;
}
strong {
font-weight: bold;	
}
/* Listes */
ul, ol  {
margin: 20px 0 30px 24px;
padding: 0; 
}
ul {
list-style: square;
}
li {
margin: 0;
padding: 0;
}
.ulcolor{
list-style: circle;
color: #555;
}
.ul {
list-style: none;
}
.ol {
list-style: lower-alpha;
}
/* Citations */
blockquote, q {
font:  1.1em Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
margin: 20px 20px 20px 20px;
}
cite {
font-style: italic;
}
/* space */
.space {
margin-top: 40px;
}
.spacecontact {
margin-top: 20px;
}
.spacecell {
margin-top: 80px;
}
.spacecomment{
margin: 8px;
}
.spacer {
clear: both;
}
/* Liens */
a {
color: #555;
text-decoration: underline;
}
a:hover, a:focus {
color: #dc143c;
}
/* pas de bordure d'images */
a img {
border: none; 
}
.image{
border: none; 
}





