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

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

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

p.title { font-weight: bold; font-size: 1.2em; text-decoration: underline; }
table.recette { width: 95%; }
tr.exp1       { height: 25px; background-color: /*#fef6d9*/ #faf0e0; }
tr.exp2       { height: 25px; background-color: #ffffff; }
tr.exp1 td { padding-left: 5px; }
tr.exp2 td { padding-left: 5px; }

/* Liens */
div.recettes a                { color: #000000; text-decoration: underline; }
div.recettes a:visited { color: #000000; text-decoration: underline; }
div.recettes a:hover     { color: #000000; text-decoration: underline;  font-size: 1.1em; }
