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 62 63
|
body
{
background-image:url("image/fond28.jpg");
}
.menuIE
{
display:block;
margin-left:30%;
margin-top:5%;
padding-left:5%;
padding-right:5%;
width:50%;
}
a.boutonIE, a.boutonIE:link, a.boutonIE:visited, a.boutonIE:active {
color:rgb(254,205,90);
width:90px;
height:18px;
display:block;
background:rgb(202,0,0);
border:1px solid rgb(236,145,43);
margin-right:2px;
text-align:center;
float:left;
text-decoration:none;
font-family: verdana;
font-size:10px;
line-height:18px;
overflow:hidden;
}
a.boutonIE:hover {
color:rgb(117,199,238);
background:rgb(255,199,100);
overflow:visible;
}
a.boutonIE:hover table {
display:block;
background:rgb(236,145,43);
border-collapse:collapse;
}
a.SousMenu, a.SousMenu:link, a.SousMenu:visited, a.SousMenu:active {
display:block;
width:90px ;
width:88px;
height:18px;
border-bottom:1px solid rgb(236,145,43);
text-decoration:none;
color:#000;
font-family: verdana;
font-size:10px;
text-align:center;
background:rgb(245,244,192);
}
a.SousMenu:hover {background:#BCCCD2;} |
Partager