/* inclusion du fichier contenant les variables de couleur */ #styles table{ margin-top:4px; } /* Typographie, texte, ... */ * { font-family: Verdana, Arial, Helvetica, sans-serif; } body { background-color: ; } .chapo { color:; font-weight: bold; font-size: 105%; padding: 4px 10px; text-align: justify; } .texte { padding: 4px 10px; text-align: justify; } .texte_simple { padding: 4px 10px; } .ps { border-top: 1px dashed ; font-size: 85%; padding: 4px 20px; text-align: justify; } .notes { border-top: 1px dashed ; font-size: 80%; padding: 4px 20px; text-align: justify; } a { color:; text-decoration: underline; } a:hover { color:; text-decoration: none; } #liens_noir *{ color:black; text-decoration: none; } .liens_noir { color:black; text-decoration: none; } #liens_bleu *{ color:; text-decoration: none; } .liens_bleu { color:; text-decoration: none; } .trait_haut { border-top: 1px dashed ; } .texte_trait_bas { border-bottom: 1px dashed ; padding: 5px; } #titre_page { color:; font-size: 30px; font-weight: bold; } a.spip_url { } a.spip_in { } a.spip_out { } hr.spip { } b.spip { } i.spip { } .spip_code { } p.spip_note { } h3.spip { font-weight: bold; font-size: 120%; text-align: center; } .spip_documents{ font-size : 70%; } /* Menu, affichage des rubriques : hierarchie, secteurs, sous-rubriques */ #toto { border-top: 1px solid ; background-color: ; padding: 4px; } #menu { border-top: 1px solid ; background-color: ; padding: 4px; } #secteursoff { border: 1px dashed ; background-color: ; padding: 2px; margin-bottom: 4px; } #secteurson { border: 1px solid ; background-color: ; padding: 2px; margin-bottom: 4px; } .secteuroff { font-size: 14px; color: black; text-decoration: none; font-weight: bold; } .secteuron { font-size: 14px; color: ; font-weight: bold; text-decoration: none; } .rubriqueoff { font-size: 12px; color: black; text-decoration: none; font-weight: normal; } .rubriqueon { font-size: 12px; color: ; font-weight: bold; text-decoration: none; } .liens_sommaire { color:black; text-decoration: none; } /* Mise en page, blocs, ... */ .trait_bas { border-bottom: 1px dashed ; padding-bottom: 4px; } .cadre_pointille { background-color: ; border: 1px dashed ; margin: 2px; } .bloc_pied { background-color: ; border: 1px solid ; padding: 2px; } .bloc_titre { background-color: ; border-top: 1px solid ; padding: 2px; text-align: center; font-size: 18px; } .bloc_contenu { border-bottom: 1px solid ; padding: 4px; } .trait_haut { border-top: 1px solid ; } .trait_droite { border-right: 1px solid ; } .trait_gauche { border-left: 1px solid ; } .bp_sommaire_off { cursor: pointer; border-bottom: 1px solid ; background-color: ; padding: 2px; } .bp_sommaire_on { cursor: pointer; border-bottom: 1px solid ; background-color: white; padding: 2px; } /* formatage tableau créé par SPIP */ table.spip { border: 1px solid ; } table.spip tr.row_first { background-color: ; } table.spip tr.row_first td { color:white; font-weight: bold; padding: 4px; text-align: center; } table.spip tr.row_odd { background-color: ; } table.spip tr.row_even { background-color: whithe; } table.spip td { padding: 2px; text-align: left; vertical-align: center; border-bottom: 1px solid ; } /* formulaires et boutons */ .forml { width: 100% ; background-color: ; } fieldset { border: 1px solid ; background-color: ; padding: 4px; } .spip_encadrer { width : 98%; padding: 5px; border: 1px solid ; background-color: ; } .spip_cadre { width : 98%; background-color: #FFFFFF; padding: 5px; } .spip_bouton { cursor: pointer; border: 1px solid ; background-color: ; } .formrecherche { width: 85% ; background-color: ; } .reponse_formulaire { font-weight: bold; font-size: 110%; color: red; } .spip_surligne { background-color: ; } .spip-admin { font-size: 80%; }