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

#entete       { background: url(images/entete_marche_exposants.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; }

/* Tableau des exposants */
tr.exp th     { width: 50%; text-align: center; }
tr.exp1       { background-color: /*#fef6d9*/ #faf0e0; }
tr.exp2       { background-color: #ffffff; }
td                { vertical-align: top;  margin-left: 5px; padding-left: 5px;
          margin-right: 5px; padding-right: 5px; clear: both; }
tr.exp2  td     { margin-top: 10px; padding-top: 10px; margin-bottom: 10px; padding-bottom: 10px; }
span.addr     { font-size: 0.9em; }

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

