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

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

/* Contenu */
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; }

/* Liens */
div.choux a             { color: #000000; text-decoration: underline; }
div.choux a:visited     { color: #000000; text-decoration: underline; }
div.choux a:hover       { color: #000000; text-decoration: underline;  font-weight: bold; }

