1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
| body
{
width: 1024px; /* résolution utilisée par 27% des Internautes*/
height: 100%;
margin: auto; /* Pour centrer #f3d8f3 notre page #5d0263*/
padding: 0px;
background-color:#DDD;/* #242424 bf86bf*/
}
#header {
position: relative;
z-index: 100;
width: 88%;
float: left;
height: 45px;
border-right: 1px solid #6F9CCF;
background-color: #FFF;
}
ul#menu {padding:0; list-style:none; text-align:center; margin:0 auto; font-size:13px; font-family:arial, sans-serif; height:41px; width:814px; position:relative; float: left; left:0; top:0px;}
ul#menu ul {padding:0; margin:0; list-style:none; position:absolute; left:-9999px; font-size:13px;}
ul#menu table {border-collapse:collapse; font-size:13px; float:left; margin:-1px;}
ul#menu ul li {float:left; margin:0; text-align:left; width:140px; }
ul#menu ul li a {display:block; line-height:20px; margin:0; padding:0 10px; background:transparent; width:140px; font-size:11px;}
ul#menu li {display:inline; margin:0 -2px; text-align:left; }
ul#menu li a {display:inline-block; height:36px; margin:5px 0 0 0;padding:0 20px 0 0; background:url(button10.gif) right top; line-height:30px; text-decoration:none; color:#FFF; font-size:12px; }
ul#menu li a.sub {background:url(button10.gif) right top; }
html>/**/body ul#menu li {display:inline-block; padding:0;}
* html ul#menu li a.sub {margin-right:3px;}
* html ul#menu li a {margin-bottom:-4px;}
ul#menu li a b {display:block; height:36px; float:left; padding:0 0 0 20px; background:url(button10.gif) left top; cursor:pointer;}
ul#menu li a:hover {position:relative; background-position:right bottom; color:#036; z-index: 5;}
ul#menu li a:hover b {background-position:left bottom; z-index: 5;}
ul#menu li:hover {position:relative; z-index: 5;}
ul#menu li:hover > a {background-position:right bottom; color:#036; z-index: 5; text-decoration: underline;}
ul#menu li:hover > a b {background-position:left bottom; z-index: 5;}
ul#menu :hover ul {left:1px; width:150px; top:41px; }
* html ul#menu :hover ul {top:36px; }
ul#menu :hover ul li {display:block; float:left; margin:0; border-bottom:1px solid #fff;}
ul#menu :hover ul li a {display:block; float:left; margin:0; height:25px; line-height:25px; width:150px; background:#FCF; color:#036;}
ul#menu :hover ul li a.fly {background:#FFF url(arrow.gif) no-repeat right center;}
ul#menu :hover ul li a:hover {background:#cc99ff; color:#036;}
ul#menu :hover ul li:hover > a {background:#cc99ff; color:#036;}
ul#menu :hover ul li a.fly:hover {background:#cc99ff url(button2.gif) no-repeat right center;}
ul#menu :hover ul li:hover > a.fly {background:#c60 url(button2.gif) no-repeat right center;}
ul#menu :hover ul ul {left:-9999px;}
ul#menu :hover ul :hover ul {left:140px; top:0; width:150px;}
ul#menu :hover ul :hover ul li {display:block; float:left; margin:0; border-bottom:1px solid #fff;}
ul#menu :hover ul :hover ul li a {display:block; float:left; margin:0; height:25px; line-height:25px; background:#bbb; color:#036;}
ul#menu :hover ul :hover ul li a:hover {color:#036; background:#F9F;} |
Partager