/* Entete */
@import url(follavoine.css);

#entete       { background: url(images/entete_actus.jpg) bottom no-repeat;
                height: 170px; position: relative; }

/* Contenu */
h3.date  { text-decoration: underline; }

a.titre { font-size: 1.0em; color: #000000; font-weight: bold; margin-bottom: 5px; text-decoration: none; }
a.titre:visited  { font-size: 1.0em; color: #000000; font-weight: bold; margin-bottom: 5px; text-decoration: none; }
a.titre:hover  { font-size: 1.0em; color: #7000000; font-weight: bold; margin-bottom: 5px; text-decoration: none; }

div.corps { display: none; background-color: #f4f4f4; }
div.actif { display: block; background-color: #f4f4f4; }

p.left1       { float: left; width: 40%; text-align: center; }
p.right1      { float: right; width: 55%; text-align: left; }
p.clear       { clear: both; margin: 0;}
.legende      { font-style: italic;font-size: 0.8em; }
