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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
| #menu
{
float: left;
width: 210px;
height:900px;
background:#CCCCCC;
margin-bottom: 10px;
border:inset;
border-bottom-width:10px;
azimuth:leftwards;
border-spacing:5px;
font-style:oblique;
text-decoration:overline;
text-shadow: inherit;
visibility: inherit;
widows:inherit;
background-attachment:fixed;
border-right-width:10px;
border-left-width:10px;
}
.element_menu
{
margin-top: 0px;
border-width: thick;
margin-bottom: 20px;
background-color: #0080FF;
}
/* Quelques effets sur les menus */
.element_menu h3
{
border:40px solid double;
background:#000000;
color:#FFFFFF;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-align: left;
}
.element_menu ul
{
color:#FFFFFF;
padding: 0px;
font-size:18px;
padding-left: 20px;
margin: 0px;
margin-bottom: 5px;
}
.element_menu a
{
color:#FFFFFF;
font-style:oblique;
font-family:Arial, Helvetica, sans-serif;
}
.element_menu a:hover
{
background-color: #B3B3B3;
color: black;
} |
Partager