/* declinaison "olive" // de la plus sombre au plus clair // couleur foncee : #464C0B // #656c10 // #9aa618 // #c9d053 // couleur claire : #E2E59E */ body { background-image: url('pattern-fond.gif'); } #contextes a { color: #9aa618; border-bottom: 1px solid #c9d053; } a { color: #656c10; border-bottom: 1px solid #9aa618; } a:hover { background-color: #e2e59e; } h1 { color: #656c10; } #contextes h2 { color: #656c10; border-top: 1px solid #e2e59e; } #navigation h2 { border-bottom: 1px solid #e2e59e; border-top: 0px; } #navigation { background-color: #E6ECD0; } #navigation ul { background-color: #F0F4E3; } #navigation a { color: #9AA618; border-bottom: 0; } #navigation li:hover { background-color: #656C10; } #navigation a:hover { color: #fff; } #contextes { background-color: #f5fbDa; border: 1px solid #C9D053; } .listagelogo, .logo { border: 1px solid #656C10; } #TB_overlay { background-color: #464c0b; }