body { color: black; font-size: 12px; font-family: arial, helvetica, sans-serif; background-color: #F2FEEE;}
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }


/* classe pour texte normal */
.pharmacie { color: black; font-size: 12px; font-family: arial; }
.pharmacie a:link { color: green; text-decoration: underline; font-size: 12px; font-family: arial; }
.pharmacie a:hover { color: blue; text-decoration: none; font-size: 12px; font-family: arial; }
.pharmacie a:visited { color: green; text-decoration: underline; font-size: 12px; font-family: arial; }
.pharmacie a:visited:hover { color: blue; text-decoration: none; font-size: 12px; font-family: arial; }

/* classe pour texte produits naturels */
.pharmacieproduits { color: black; font-size: 12px; font-family: arial; line-height: 15px;}
.pharmacieproduits a:link { color: #014A11; text-decoration: underline; font-size: 12px; font-family: arial; }
.pharmacieproduits a:hover { color: blue; text-decoration: none; font-size: 12px; font-family: arial; }
.pharmacieproduits a:visited { color: #014A11; text-decoration: underline; font-size: 12px; font-family: arial; }
.pharmacieproduits a:visited:hover { color: blue; text-decoration: none; font-size: 12px; font-family: arial; }


/* classe pour texte adresse */
.adresse { color: white; font-size: 12px; font-family: arial; font-weight: bolder; line-height: 12px; }
.adresse a:link { color: white; text-decoration: none; font-size: 12px; font-family: arial; font-weight: bolder; line-height: 12px; }
.adresse a:hover { color: white; text-decoration: underline; font-size: 12px; font-family: arial; font-weight: bolder; line-height: 12px; }
.adresse a:visited { color: white; text-decoration: none; font-size: 12px; font-family: arial; font-weight: bolder; line-height: 12px; }
.adresse a:visited:hover { color: white; text-decoration: underline; font-size: 12px; font-family: arial; font-weight: bolder; line-height: 12px; }

/* classe pour texte adresse en light */
.adressel { color: white; font-size: 12px; font-family: arial; font-weight: lighter; line-height: 12px; }
.adressel a:link { color: white; text-decoration: none; font-size: 12px; font-family: arial; font-weight: lighter; line-height: 12px; }
.adressel a:hover { color: white; text-decoration: underline; font-size: 12px; font-family: arial; font-weight: lighter; line-height: 12px; }
.adressel a:visited { color: white; text-decoration: none; font-size: 12px; font-family: arial; font-weight: lighter; line-height: 12px; }
.adressel a:visited:hover { color: white; text-decoration: underline; font-size: 12px; font-family: arial; font-weight: lighter; line-height: 12px; }

/* classe pour email adresse en light */
.adresseemail { color: white; font-size: 12px; font-family: arial; font-weight: lighter; line-height: 12px; }
.adresseemail a:link { color: white; text-decoration: underline; font-size: 12px; font-family: arial; font-weight: lighter; line-height: 12px; }
.adresseemail a:hover { color: blue; text-decoration: none; font-size: 12px; font-family: arial; font-weight: lighter; line-height: 12px; }
.adresseemail a:visited { color: white; text-decoration: underline; font-size: 12px; font-family: arial; font-weight: lighter; line-height: 12px; }
.adresseemail a:visited:hover { color: blue; text-decoration: none; font-size: 12px; font-family: arial; font-weight: lighter; line-height: 12px; }

/* classe pour carre symptomes */
.symptomes {background-color: #fcf2e3; border: 1px solid black; padding: 5px;}
.symptomesleft {background-color: #fcf2e3; border-top: 1px solid black; border-left: 1px solid black; border-bottom: 1px solid black; padding: 5px;}
.symptomesright {background-color: #fcf2e3; border-top: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; padding: 5px;}

/* classe pour texte symptomes */
.symptomestexte { color: black; font-size: 12px; font-family: arial; font-weight: lighter; line-height: 15px; }
.symptomestexte a:link { color: black; text-decoration: none; font-size: 12px; font-family: arial; font-weight: lighter; line-height: 15px; }
.symptomestexte a:hover { color: green; text-decoration: underline; font-size: 12px; font-family: arial; font-weight: lighter; line-height: 15px; }
.symptomestexte a:visited { color: black; text-decoration: none; font-size: 12px; font-family: arial; font-weight: lighter; line-height: 15px; }
.symptomestexte a:visited:hover { color: green; text-decoration: underline; font-size: 12px; font-family: arial; font-weight: lighter; line-height: 15px; }


/* classe pour titre */
.titre { color: green; font-size: 12px; font-family: arial; }

/* classe pour texte tableau caddy */
.caddytable th { color: green; font-size: 12px; font-family: arial; line-height: 15px;}

