@charset "UTF-8"; /* Général */ html, body { margin:0px; padding:0px} p, h1, h2, h3, table, ol, ul { margin-right: 20px; margin-left: 20px; } /* Couleur de titre */ .recette-titre2, .recette-titre1, .intro-titre3, .intro-titre1b, .intro-titre1, .intro-titre2{ color: #D91175; } /* Couleur ingrédients */ .recette-ingredients { color: #666} .petites-cap { font-variant: small-caps; } /*Couverture*/ .cover { height: auto; width: 100%; margin-right: auto; margin-left: auto; } .vaguep { margin: 0px; padding: 0px; } /*Page de titre*/ .livre-auteur { font-weight: normal; text-align: center; margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0em; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: #666; } .livre-titre { font-weight: normal; text-align: center; padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0em; margin-left: 0px; color: #D91175; } .livre-sstitre { font-weight: normal; text-align: center; padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; color: #666; } .logo { text-align: center; } /* Page de copyright */ .copyright-txt { color: FF0000; font-size: 0.8em; } /*Intro*/ .vague { height: auto; width: 100%; margin: 0px; padding: 0px; } .intro-titre1 { font-weight: normal; font-size: 2.5em; margin-bottom: 1em; text-align: center; line-height: 1em; } .intro-titre1b { font-weight: normal; font-size: 2.5em; margin-top: 2em; margin-bottom: 0.5em; text-align: left; line-height: 1em; } .intro-titre2 { font-size: 1.4em; font-weight: normal; margin-top: 2em; margin-bottom: 0.5em; line-height: 1em; } .intro-titre3 { font-size: 1.2em; font-weight: normal; margin-top: 2em; margin-bottom: 0.5em; line-height: 1em; } .intro-txt { color: #000; font-size: 1em; line-height: 1.2em; text-indent: 1em; margin-top: 0px; margin-bottom: .5em; } .intro-txt-liste-1l { color: #000; font-size: 1em; line-height: 1.2em; margin-top: 0px; margin-bottom: 0em; padding: 0px; } .intro-txt-liste { color: #000; font-size: 1em; line-height: 1.2em; margin-top: 0px; margin-bottom: 0em; padding: 0px; } /* Recettes */ .recette-titre1 { font-weight: normal; font-size: 2.5em; margin-top: 0em; margin-bottom: 1em; line-height: 1em; text-align: center; } .recette-titre2 { border-bottom-width: 2px; border-bottom-style: dotted; margin-top: 2em; margin-bottom: 0.5em; font-weight: normal; font-size: 1.4em; text-align: left; padding: 0px; } .recette-prepa { margin-top: 0px; margin-bottom: 0px; font-size: .8em; } .recette-ingredients { font-size: 0.8em; margin-top: 0.5em; margin-bottom: 2em; } ul {margin: 20px; padding: 0px; } li.recette-txt { margin-right: 0px; margin-left: 0px; list-style-type: square; margin-bottom: 0.5em; font-size: 1em; text-align: left; list-style-position: inside; } .recette-conseil { padding: 0px; margin-top: 1em; font-size: 1em; } /* Tableau */ table { border-collapse:collapse; border: 0px none #000; margin-top: 0em; margin-bottom: 1.5em; } th { font-size: 1em; color: #FFF; background-color: #666; padding: 5px; border: 1px solid #000; font-weight: lighter; } td { text-align: center; margin: 0px; padding: 5px; border: 1px solid #000; vertical-align:middle; font-size: .8em; font-weight: lighter; } .encadr-2 td { text-align: center; margin: 0px; padding: 5px; border: 0px none #000; vertical-align:middle; font-size: .8em; font-weight: lighter; } .tableau-gris { background-color:#CCC} .encadr-2 { background-color: #D91175; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; } caption { font-size: 1em; font-weight: bold; margin-bottom: 0.5em; text-align: left; line-height: 1em; margin-top: 1em; } .entet { font-size: .8em; color: #FFF; }