1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
h2 { font-weight: 700; margin: 0em; padding:0.5em; font-size: 1.5em; }
#sous-onglets-1,#sous-onglets-2,#sous-onglets-3 { display: none; }
#onglets li, #sous-onglets-1 li, #sous-onglets-2 li, #sous-onglets-3 li { position: relative; float: left; list-style: none; padding:0.3em; margin-right:1em; border:1px solid #000000; background-color: #EEEEEE; cursor: pointer; z-index: 1; }
#onglets .actif, #sous-onglets-1 .actif, #sous-onglets-2 .actif, #sous-onglets-3 .actif { border-bottom: none; font-weight: bold; z-index: 10; background-color:#00FF00; }
#contenu, #contenu-1-1, #contenu-1-2, #contenu-1-3, #contenu-2-1
, #contenu-2-2, #contenu-2-3, #contenu-3-1
, #contenu-3-2, #contenu-3-3 { clear: both; height:20em;
position: relative; z-index: 5; top:-0.1em;
background-color: #EEEEEE; width: 500px; overflow: hidden;
}
#contenu { border:1px solid #000000; }
#contenu-1-1, #contenu-1-2, #contenu-1-3, #contenu-2-1, #contenu-2-2, #contenu-2-3, #contenu-3-1, #contenu-3-2, #contenu-3-3 { border-top:1px solid #000000; } |
Partager