/* ******************************************************************************************************************** */ /* BIBLIOTHEQUE DE STYLES /* SITE www.nicolasdeflue.org /* Louis-Severin Bieri - Octobre 2008 /* ******************************************************************************************************************** */ /* ******************************************************* */ /* constantes php /* ******************************************************* */ /* ******************************************************* */ /* body, tbody /* ******************************************************* */ body{ font-family: verdana; font-size: 17;; /* faire aller la page jusqu'aux extrmits de la fentre (utile dans body, ne gne pas tbody) */ margin: 20px; } /* ******************************************************* */ /* liens discrets (souligns 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; } /* ******************************************************* */ /* Fond bleu /* ******************************************************* */ div#fond_bleu td { background-color: #002856; } .fond_bleu { background-color: #002856; } .fond_bleu_td td { background-color: #002856; } /* ******************************************************* */ /* Fond beige /* ******************************************************* */ div#fond_beige td { background-color: #5fa99a; } .fond_beige { background-color: #5fa99a; } /* ******************************************************* */ /* Fond vert /* ******************************************************* */ div#fond_vert td{ background-color: #00634c; } .fond_vert { background-color: #00634c; } /* ******************************************************* */ /* Fond rouge fonce /* ******************************************************* */ div#fond_rouge td{ background-color: #8b0000; } .fond_rouge { background-color: #8b0000; } /* ******************************************************* */ /* style et effets du menu /* ******************************************************* */ div#smenu { color: #FFFFFF; font-size: 14; font-weight: bold; } div#smenu a{ color: #FFFFFF; font-size: 14; font-weight: bold; } .smenu { color: #FFFFFF; font-size: 14; font-weight: bold; } .smenu a{ color: #FFFFFF; font-size: 14; font-weight: bold; } /* ******************************************************* */ /* s01 (titre bleu fonce) /* ******************************************************* */ div#s01 { color: #002856; font-size: 30; font-weight: bold; } /* ******************************************************* */ /* s02 (petit, gras, blanc, titres parties formulaire, menu, etc...) /* ******************************************************* */ div#s02 { color: #FFFFFF; font-size: 14; font-weight: bold; } div#s02 a{ color: #FFFFFF; font-size: 14; font-weight: bold; text-decoration: underline; } .s02{ color: #FFFFFF; font-size: 14; font-weight: bold; } .s02 a{ color: #FFFFFF; font-size: 14; font-weight: bold; } /* ******************************************************* */ /* s03 (petit, gras, bleu fonc) /* ******************************************************* */ div#s03{ font-size: 14; font-weight: bold; color: #002856; } .s03{ font-size: 14; font-weight: bold; color: #002856; } .s03 a{ font-size: 14; font-weight: bold; color: #0a5f7f; } /* ******************************************************* */ /* s04 (dates accueil) /* ******************************************************* */ div#s04 { color: #FFFFFF; font-size: 20; font-weight: bold; } /* ******************************************************* */ /* s05 (heure et type accueil) /* ******************************************************* */ div#s05 { color: #00634c; font-size: 14; font-weight: bold; } div#s05 a{ color: #00634c; font-size: 14; font-weight: bold; } /* ******************************************************* */ /* s06 (titre conf accueil) /* ******************************************************* */ div#s06 { color: #002856; font-size: 14; font-weight: bold; } /* ******************************************************* */ /* s07 (titre intervenant accueil) /* ******************************************************* */ div#s07 { color: #0a5f7f; font-size: 14; font-weight: bold; } div#s07 a{ color: #0a5f7f; font-size: 14; font-weight: bold; } /* ******************************************************* */ /* s07big (titre intervenant accueil) /* ******************************************************* */ div#s07big { color: #0a5f7f; font-size: 20; font-weight: bold; } div#s07big a{ color: #0a5f7f; font-size: 20; font-weight: bold; text-decoration: none; } div#s07big a:hover{ color: #0a5f7f; font-size: 20; font-weight: bold; text-decoration: underline; } /* ******************************************************* */ /* s08 (activites normales accueil) /* ******************************************************* */ div#s08 { color: #00634c; font-size: 14; } div#s08 a{ color: #00634c; font-size: 14; } /* ******************************************************* */ /* s09 (priere) /* ******************************************************* */ div#s09 { color: #8b0000; font-size: 14; } .s09{ color: #8b0000; font-size: 14; } /* ******************************************************* */ /* s10 (intervenants: nom) /* ******************************************************* */ div#s10 { color: #FFFFFF; font-size: 20; font-weight: bold; } .s10{ color: #FFFFFF; font-size: 20; font-weight: bold; } /* ******************************************************* */ /* s11 (intervenants: fonction) /* ******************************************************* */ div#s11 { color: #00634c; font-size: 14; font-weight: bold; } .s11{ color: #00634c; font-size: 14; font-weight: bold; } /* ******************************************************* */ /* s07 (titre intervenant accueil) /* ******************************************************* */ div#s12 { color: #000000; font-size: 20; font-weight: bold; } div#s12 a{ color: #FF0000; font-size: 20; font-weight: bold; } /* ******************************************************* */ /* s13 (etapes formulaire) /* ******************************************************* */ div#s13 { color: #cc0000; font-size: 20; font-weight: bold; } .s13{ color: #cc0000; font-size: 20; font-weight: bold; } /* ******************************************************* */ /* AUTRES STYLES */ /* ******************************************************* */ .erreur { font-weight: bold; color: #ff0000; }