/* 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: #FAF1E4; } .chapo { color:#FB8D02; 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 #F4860A; font-size: 85%; padding: 4px 20px; text-align: justify; } .notes { border-top: 1px dashed #F4860A; font-size: 80%; padding: 4px 20px; text-align: justify; } a { color:#FB8D02; text-decoration: underline; } a:hover { color:#AC2416; text-decoration: none; } #liens_noir *{ color:black; text-decoration: none; } .liens_noir { color:black; text-decoration: none; } #liens_bleu *{ color:#FB8D02; text-decoration: none; } .liens_bleu { color:#FB8D02; text-decoration: none; } .trait_haut { border-top: 1px dashed #F4860A; } .texte_trait_bas { border-bottom: 1px dashed #F4860A; padding: 5px; } #titre_page { color:#FB8D02; 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 #F4860A; background-color: #FB8D02; padding: 4px; } #menu { border-top: 1px solid #F4860A; background-color: #FB8D02; padding: 4px; } #secteursoff { border: 1px solid #F4860A; background-color: #FBE5C9; padding: 2px; margin-bottom: 4px; } #secteurson { border: 1px solid #F4860A; background-color: #FAF1E4; padding: 2px; margin-bottom: 4px; } .secteuroff { font-size: 14px; color: #F4860A; text-decoration: none; font-weight: bold; } .secteuron { font-size: 14px; color: #AC2416; font-weight: bold; text-decoration: none; } .rubriqueoff { font-size: 12px; color: #FB8D02; text-decoration: none; font-weight: normal; } .rubriqueon { font-size: 12px; color: #AC2416; font-weight: bold; text-decoration: none; } .liens_sommaire { color:black; text-decoration: none; } /* Mise en page, blocs, ... */ .trait_bas { border-bottom: 1px dashed #F4860A; padding-bottom: 4px; } .cadre_pointille { background-color: #FBE5C9; border: 1px solid #F4860A; margin: 2px; } .bloc_pied { background-color: #FB8D02; border: 1px solid #F4860A; padding: 2px; } .bloc_titre { background-color: #FB8D02; border-top: 1px solid #F4860A; padding: 2px; text-align: center; font-size: 18px; } .bloc_texte { color:#FB8D02; background-color: #AC2416; border-top: 1px solid #AC2416; padding: 2px; text-align: center; font-size: 18px; } .bloc_contenu { border-bottom: 1px solid #F4860A; padding: 4px; } .trait_haut { border-top: 1px solid #F4860A; } .trait_droite { border-right: 1px solid #F4860A; } .trait_gauche { border-left: 1px solid #F4860A; } .bp_sommaire_off { cursor: pointer; border-bottom: 1px solid #F4860A; background-color: #FB8D02; padding: 2px; } .bp_sommaire_on { cursor: pointer; border-bottom: 1px solid #F4860A; background-color: white; padding: 2px; } /* formatage tableau créé par SPIP */ table.spip { border: 1px solid #F4860A; } table.spip tr.row_first { background-color: #FB8D02; } table.spip tr.row_first td { color:white; font-weight: bold; padding: 4px; text-align: center; } table.spip tr.row_odd { background-color: #FB8D02; } table.spip tr.row_even { background-color: whithe; } table.spip td { padding: 2px; text-align: left; vertical-align: center; border-bottom: 1px solid #F4860A; } /* formulaires et boutons */ .forml { width: 100% ; background-color: #FBE5C9; } fieldset { border: 1px solid #F4860A; background-color: #FB8D02; padding: 4px; } .spip_encadrer { width : 98%; padding: 5px; border: 1px solid #F4860A; background-color: #FB8D02; } .spip_cadre { width : 98%; background-color: #FFFFFF; padding: 5px; } .spip_bouton { cursor: pointer; border: 1px solid #F4860A; background-color: #FBE5C9; } .formrecherche { width: 85% ; background-color: #FBE5C9; } .reponse_formulaire { font-weight: bold; font-size: 110%; color: red; } .spip_surligne { background-color: #FBE5C9; } .spip-admin { font-size: 80%; } .DIV1 { position : absolute ; width : 5 cm ; height : 2cm ; left : 1cm ; top : 1cm ; overflow : scroll ; background-color : silver}