/* inclusion du fichier contenant les variables de couleur */ #styles { font-size: 12px; font-weight: bold; position: fixed; width: 70px; left: 10px; top: 10px; text-align:center; } #styles table{ margin-top:4px; } /* Typographie, texte, ... */ * { font-family: Verdana, Arial, Helvetica, sans-serif; } body { background-color: #FFFFFF; } .chapo { color:#003399; 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 #708FBE; font-size: 85%; padding: 4px 20px; text-align: justify; } .notes { border-top: 1px dashed #708FBE; font-size: 80%; padding: 4px 20px; text-align: justify; } a { color:#1F5592; text-decoration: underline; } a:hover { color:#679C76; text-decoration: none; } a.ref_art { color:white; ?>; text-decoration: underline; } a.ref_art:hover { text-decoration: none; } #liens_noir *{ color:black; text-decoration: none; } .liens_noir { color:black; text-decoration: none; } #liens_bleu *{ color:#003399; text-decoration: none; } .liens_bleu { color:#003399; text-decoration: none; } .trait_haut { border-top: 1px dashed #708FBE; } .texte_trait_bas { border-bottom: 1px dashed #708FBE; padding: 5px; } #titre_page { color:#003399; font-size: 20px; 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 #708FBE; background-color: #2C699F; padding: 4px; } #menu { border-top: 1px solid #708FBE; background-color: #2C699F; padding: 4px; } #secteursoff { border: 1px solid #708FBE; background-color: #FFF8F2; padding: 2px; margin-bottom: 4px; } #secteurson { border: 1px solid #708FBE; background-color: #FFFFFF; padding: 2px; margin-bottom: 4px; } .secteuroff { font-size: 14px; color: #1F5592; text-decoration: none; font-weight: bold; } .secteuron { font-size: 14px; color: #679C76; font-weight: bold; text-decoration: none; } .rubriqueoff { font-size: 12px; color: black; text-decoration: none; font-weight: normal; } .rubriqueon { font-size: 12px; color: #679C76; font-weight: bold; text-decoration: none; } .liens_sommaire { color:black; text-decoration: none; } /* Mise en page, blocs, ... */ .trait_bas { border-bottom: 1px dashed #708FBE; padding-bottom: 4px; } .cadre_pointille { background-color: #FFF8F2; border: 1px solid #708FBE; margin: 2px; } .bloc_pied { background-color: #2C699F; border: 1px solid #708FBE; padding: 2px; color: #E3F6FF; } .bloc_titre { background-color: #2C699F; border-top: 1px solid #708FBE; padding: 2px; color: #E3F6FF; text-align: center; font-size: 16px; } .bloc_contenu { border-bottom: 1px solid #708FBE; padding: 4px; } .trait_haut { border-top: 1px solid #708FBE; } .trait_droite { border-right: 1px solid #708FBE; } .trait_gauche { border-left: 1px solid #708FBE; } .bp_sommaire_off { cursor: pointer; border-bottom: 1px solid #708FBE; background-color: #2C699F; padding: 2px; } .bp_sommaire_on { cursor: pointer; border-bottom: 1px solid #708FBE; background-color: white; padding: 2px; } /* formatage tableau créé par SPIP */ table.spip { border: 1px solid #708FBE; } table.spip tr.row_first { background-color: #003399; } table.spip tr.row_first td { color:white; font-weight: bold; padding: 4px; text-align: center; } table.spip tr.row_odd { background-color: #2C699F; } table.spip tr.row_even { background-color: whithe; } table.spip td { padding: 2px; text-align: left; vertical-align: center; border-bottom: 1px solid #708FBE; } /* formulaires et boutons */ .forml { width: 100% ; background-color: #FFF8F2; } fieldset { border: 1px solid #708FBE; background-color: #2C699F; padding: 4px; } .spip_encadrer { width : 98%; padding: 5px; border: 1px solid #708FBE; background-color: #2C699F; } .spip_cadre { width : 98%; background-color: #FFFFFF; padding: 5px; } .spip_bouton { cursor: pointer; border: 1px solid #708FBE; background-color: #FFF8F2; } .formrecherche { width: 85% ; background-color: #FFF8F2; } .reponse_formulaire { font-weight: bold; font-size: 110%; color: red; } .spip_surligne { background-color: #FFF8F2; } .spip-admin { font-size: 80%; } .cadre { padding: 0px; margin: 0px; border: 0px; width: 85%; } /* Haut-gauche, etc. */ .r-hg { width: 5px; height: 24px; background: url('ecrire/img_pack/rond-hg-24.gif') no-repeat right bottom; } .r-h { height: 24px; background: url('ecrire/img_pack/rond-h-24.gif') repeat-x bottom; text-align: ; } .r-hd { width: 5px; height: 24px; background: url('ecrire/img_pack/rond-hd-24.gif') no-repeat left bottom; } .r-g { width: 5px; background: url('ecrire/img_pack/rond-g.gif') repeat-y right; } .r-d { width: 5px; background: url('ecrire/img_pack/rond-d.gif') repeat-y left; } .r-bg { width: 5px; height: 5px; background: url('ecrire/img_pack/rond-bg.gif') no-repeat right top; } .r-b { height: 5px; background: url('ecrire/img_pack/rond-b.gif') repeat-x top; } .r-bd { width: 5px; height: 5px; background: url('ecrire/img_pack/rond-bd.gif') no-repeat left top; } .r-c { background: white; padding: 2px; text-align: ; } font.details { color: #7575a0; font-size: 9px; }