/* Styles generiques */ /* sur les elements de type 'bloc' */ body { background-color: White; font-family: sans-serif; font-size: 14px; color: Black } p { font-family: "sans-serif"; font-size: 16px } /* Styles specifiques */ /* sur les elements de type 'bloc' */ body.Bandeau { background-image : url(Images/fondTitre.png); background-repeat : repeat-x ; margin : 0 0 } p.Adresse { font-size: 14px; text-align: center; margin: 15px 0 } p.Introduction { text-align: center; margin: 15px 40px 20px 40px } /* Le texte standard */ p.Texte { text-indent: 15px; margin: 15px 40px 20px 40px } /* pour réaliser les titres */ p.Titre { font-size: 22px; font-weight: bold; text-align: left; color: #0254aa; margin: 15px 0; padding: 0 0 0 30px; border-style: solid; border-color: #0254aa; border-width: 0 0 2px 0 } /* sur les listes */ ul.Enumeration { list-style-type: disc; }