/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* BIBLIOTHEQUE DE STYLES /* SITE www.eucharistein.org /* LSB - Mai 2008 /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* constantes php /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* body, tbody /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ body, tbody { /* couleur de fond par dˇfaut php echo "background-color: #$color03;";?>*/ /* police du site par dˇfaut Verdana 13*/ font-family: verdana; font-size: 14;; /* aller jusqu'au fin bord */ margin: 0px; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* fond beige (est mis au cas par cas plut™t que dans le body) /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .fond_beige { background-color: #ebe0d0;} .fond_new { background-color: #fad07d;} /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* liens discrets (soulignˇs seulement en cas de survol) /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ div#liens-discrets a{ text-decoration: none; } div#liens-discrets a:hover { text-decoration: underline; } .liens-discrets a{ text-decoration: none; } .liens-discrets a:hover { text-decoration: underline; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* liens normaux (soulignˇs et noirs dans la plupart des cas) /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .liens-normaux a{ color: #000000; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* motifs contours (sup) tableau principal /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .motif-sup-gauche { border-right-width: 1px; border-right-style: solid; border-right-color: #6c5353; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #6c5353; } .motif-sup-centre { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #6c5353; } .motif-sup-droite { border-left-width: 1px; border-left-style: solid; border-left-color: #6c5353; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #6c5353; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* motifs contours (centre) tableau principal /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .motif-centre-gauche { border-right-width: 1px; border-right-style: solid; border-right-color: #6c5353; } .motif-centre-droite { border-left-width: 1px; border-left-style: solid; border-left-color: #6c5353; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* motifs contours (inf) tableau principal /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .motif-inf-gauche { border-right-width: 1px; border-right-style: solid; border-right-color: #6c5353; border-top-width: 1px; border-top-style: solid; border-top-color: #6c5353; } .motif-inf-centre { border-top-width: 1px; border-top-style: solid; border-top-color: #6c5353; } .motif-inf-droite { border-left-width: 1px; border-left-style: solid; border-left-color: #6c5353; border-top-width: 1px; border-top-style: solid; border-top-color: #6c5353; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* dimensions des pattes du tableau principal /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .hpatte { height: 50; } .wpatte { width: 50; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* style et effets du menu 6c5353 /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ div#padding_autour_menu table{ padding: 10px; } .menu1 { color: #6c5353; } .menu1 a{ color: #6c5353; } .menu1 td{ vertical-align: top; text-align: left; padding: 0; /*Sinon Explorer voit du padding*/} .menu2 { color: #947b7b; } .menu2 a{ color: #947b7b; } .menu2 td{ vertical-align: top; text-align: left; padding: 0; /*Sinon Explorer voit du padding*/} /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* style citation (en haut, au milieu) /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ div#citation { text-align: center; font-style: italic; color: #6c5353; padding-left: 30px; padding-right: 30px; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* style adresse email webmaster (en bas, au milieu) /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .pied { text-align: center; vertical-align: middle; } .pied a{ color: #6c5353; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* normal padding: 40px; /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .central { text-align: justify; vertical-align: top; background-color: #FFFFFF; } .central td{ vertical-align: top; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* agenda /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .agenda td{ color: #6c5353 vertical-align: top; padding-right: 10px; } .agenda a{ color: #6c5353; } .rouge{ color: #cc0000; font-size: 16pt; font-family: times; } .mauve{ color: #cc00cc; } .vert{ color: #00cc00; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* style sous-titre du contenu central /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ div#sous-titre { font-size: 26pt; font-family: times; } .sous-titre { font-size: 26pt; font-family: times; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* ajout du liserˇ de droite (si plusieurs colonnes au centre) /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .liseredroitegauche { border-right-width: 1px; border-right-style: solid; border-right-color: #6c5353; border-left-width: 1px; border-left-style: solid; border-left-color: #6c5353; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* style accueil (pri¸re) f5ff80 15 px /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .billet { padding-right: 6px; text-align: justify; vertical-align: top; background-color: #ffffff; /* changement de police */ font-family: times; font-style: italic; font-size: 16; /*font-weight: bold;*/ color: #4f18ad; } .billet2 { padding-right: 6px; text-align: justify; vertical-align: top; background-color: #ffffff; /* changement de police */ font-family: times; /*font-style: italic;*/ font-size: 15; /*font-weight: bold;*/ color: #cc0000; } .billet3 { padding-right: 6px; text-align: justify; vertical-align: top; background-color: #ffffff; /* changement de police */ font-family: times; /*font-style: italic;*/ font-size: 17; font-weight: bold; color: #ff0000; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* Actus (2¸me et 3¸me colonne de la page d'accueil) /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .actu { padding-top: 0px; padding-bottom: 0px; padding-left: 6px; padding-right: 0px; border-left-width: 1px; border-left-style: solid; border-left-color: #000000; text-align: left; vertical-align: top; } .actu a{ color: #000000; } .actu-titre { font-size: 16pt; font-family: times; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* Page de contact /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .liens_contact { color: #000000; } .liens_contact a{ color: #000000; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* Page de liens /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .liens { color: #000000; } .liens a{ color: #000000; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* Enseignements /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .souligne-cell td{ border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #000000; } .fonce-cell td{ background-color: #eeeeee; } .tbl-enseignements td{ padding-top: 2; padding-bottom: 2; font-size: 12; } .liens_enseignements a{ color: #000000; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* Musique /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .tbl-musique td{ padding-top: 4; padding-bottom: 4; font-size: 12; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* rencontres /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .veillees-separation-horaires td{ border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bbbbbb; } .veillees-separation{ border-left-width: 1px; border-left-style: solid; border-left-color: #000000; } .veillees-dates{ color: #cc0000; font-weight: bold; } .veillees-dates a{ color: #cc0000; font-weight: bold; } .veillees-tbl td{ padding-top: 2; padding-bottom: 2; font-size: 12; } .veillees-maisons{ font-size: 16pt; font-family: times; } .veillees-horaires{ border-width: 0px; border-style: solid; border-color: #000000; background-color: #ffffff; color: #000000; padding-top: 8; padding-bottom: 8; font-size: 12; } .maison{ font-size: 16pt; font-family: times; } .epinassey{ border-width: 0px; border-style: solid; border-color: #000000; background-color: #ffffff; color: #000000; padding: 8; font-size: 12; } .epinassey tbody{ color: #000000; font-size: 12; } .bourguillon{ border-width: 0px; border-style: solid; border-color: #000000; background-color: #ffffff; color: #000000; padding: 8; font-size: 12; } .bourguillon tbody{ color: #000000; font-size: 12; } .veillees-gras{ color: #000000; font-weight: bold; } .veillees-gras a{ color: #000000; font-weight: bold; } .erreur{ color: #cc0000; font-weight: bold; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* page Bourguillon background-color: #f7f763; /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .actu-maison-font{ font-weight: bold; color: #00327b; } .actu-maison-font a{ font-weight: bold; color: #00327b; } .actu-maison-border{ border-width: 3px; border-style: solid; border-color: #00327b; } /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ /* page Chateau Rima /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */ .event-maison-font{ font-weight: bold; color: #FF0000; } .event-maison-font a{ font-weight: bold; color: #FF0000; } .event-maison-border{ border-width: 3px; border-style: solid; border-color: #FF0000; }