/* Les styles utilisés par la barre de navigation */ .NavigationTitle { font-family: tahoma; font-size: 24px; color: white; } .NavigationMenuItem { font-family: tahoma; font-weight: bold; font-size: 12px; color: white; text-align: left; border: solid white; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 1px; border-right-width: 0px; } .NavigationMenuItemAtLeft { font-family: tahoma; font-weight: bold; font-size: 12px; color: white; text-align: left; border: solid white; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; } .NavigationMenuItemAtRight { font-family: tahoma; font-weight: bold; font-size: 12px; color: white; text-align: left; border: solid white; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 1px; border-right-width: 0px; } #NavigationAnchor { font-family: tahoma; font-weight: bold; font-size: 12px; font-weight: bold; color: white; text-decoration : none; cursor: hand; } #NavigationAnchor:hover { color: #ff5050; text-decoration: underline; cursor: hand; } /***************************************************************** ***************************************************************** *****************************************************************/ /* Les styles utilisés par la barre de copyright */ .Copyright { font-family: tahoma; font-size: 11px; color: white; text-align: center; } .CopyrightItem { font-family: tahoma; font-size: 11px; color: white; text-align: center; } /***************************************************************** ***************************************************************** *****************************************************************/ /* Les styles utilisés par les documents génériques */ /* marges simples pour écarter le contenu des deux barres */ DIV#Contents { margin-top: 15px; margin-bottom: 15px; } BODY { margin: 0px 0px 0px 0px; /* background: url("../graphics/filigrane.png") white;*/ } /* tous les éléments textures utilisent la même police */ BODY, P, DIV, SPAN, A, H1, H2, H3, H4, H5, H6, INPUT, UL, OL, LI, CENTER, HR, TABLE, TD, TH, IMG, FORM { font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-size: 13px; font-weight: normal; color: black; } /* ancre bleue, mouve-over rouge */ A { color: #004080; text-decoration: none; } A:hover { color: #ff5050; text-decoration: underline; } A IMG { border-width: 0px; } /* les éléments textuels ont un alignement justifié */ P, LI, OL, UL { text-align: justify; } /* lettrine */ P:first-letter { font-size: 15px; font-weight: bold; margin-left: 10px; color: #004080; } PRE { font-family: "Lucida Sans", monospace; } H1 { font-size: 22px; font-weight: bold; text-align: center; color: #004080; } H2 { font-size: 18px; font-weight: bold; color: #004080; } H3 { font-size: 16px; color: #004080; margin-left: 10px; } H3.withoutmargin { margin-left: 0px; } H4 { font-size: 13px; color: #004080; margin-left: 25px; } H4.withoutmargin { margin-left: 0px; } TR#OddLine { background: #bddbfa; } TR#EvenLine { background: #e7f3ff; } .TableTemplateHeader { padding-top: 3px; padding-bottom: 3px; padding-left: 2px; padding-right: 2px; font-weight: bold; } .TableTemplateCell { padding-top: 3px; padding-bottom: 3px; padding-left: 4px; padding-right: 4px; } #CategoryName { font-size: 20px; font-weight: bold; color: black; padding-bottom: 10px; } #ProductName { font-size: 20px; font-weight: bold; color: black; padding-bottom: 10px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #004080; } #Price { font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-size: 22px; font-weight: bold; color: #ff5050; margin-left: 10px; } #SmallerPrice { font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-size: 14px; color: #ff5050; } /* tous les éléments textures utilisent la même police */ #Categories { font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline; } #SubCategories { font-family: "Trebuchet MS", Tahoma, Arial, sans-serif; font-size: 11px; font-weight: normal; } /***************************************************************** ***************************************************************** *****************************************************************/ /* Les styles utilisés par la page d'accueil */ #AccueilBienvenue { font-family: tahoma; font-size: 20px; font-weight: bold; color: black; text-align: center; } #AccueilBienvenue:first-letter { font-family: tahoma; font-size: 20px; font-weight: bold; color: black; margin-left: 0px; } #AccueilBienvenue2 { font-family: tahoma; font-size: 18px; font-weight: bold; color: black; text-align: center; } #AccueilBienvenue2:first-letter { font-size: 18px; font-weight: bold; color: black; margin-left: 0px; } #AccueilLettrine { font-family: tahoma; font-size: 22px; color: #004080; } #AccueilLettrine:first-letter { font-size: 22px; font-family: tahoma; color: #004080; } #AccueilSigle { font-family: tahoma; font-size: 18px; color: black; text-align: center; } #AccueilSigle:first-letter { font-family: tahoma; font-weight: normal; font-size: 22px; color: #004080; margin-left: 0px; } #AccueilAdresse { font-size: 14px; }