/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
color: #77026a;
    font-size: 1.5em;
    margin-bottom:0;
line-height: 1;
}
h3 {
    color: #399497;
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}


/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    font-size: 1.0em;    
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
    text-align: justify;
}

td {
    font-size: .7em;    
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
    text-align: center;
   
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
}
a:link {
    color: #379495;
}
a:visited {
    color: #379495;
}
a:hover, a:focus, a:active {
    color: #77026a;
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* styles spécifiques */
.soustitre {
color:#a69599;
font: normal 1.3em Verdana, Arial, sans;
margin:0;
}

.date {
color:#7e7f81;
font: normal 0.88em Verdana, Arial, sans;
}

