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 89 90 91 92
| #menu_haut
{
width: 900px;
height: 20px;
margin: 0px;
}
#menu_haut a
{
text-decoration: none;
color: #555555;
}
#menu_haut a:hover
{
color: #111111;
}
#content_tete
{
text-align: right;
padding: 3px 15px 0px 0px;
}
#header
{
width: 900px;
height: 110px;
background-image: url("../images/banniere.png");
background-repeat: no-repeat;
margin: 0px;
}
#content_menu
{
float: right;
margin: 79px 30px 0px 0px;
}
.menu_bas
{
float: left;
}
.menu_bas_dt_onclick a
{
width: 110px;
display: block;
line-height: 20px;
background-color: #CFDDF4;
text-align: center;
margin: 0px 1px 0px 0px;
font-weight: bold;
text-decoration: none;
color: #111111;
}
.menu_bas_dt_onclick a:hover
{
width: 110px;
line-height: 20px;
text-align: center;
margin: 0px 1px 0px 0px;
font-weight: bold;
text-decoration: none;
color: #111111;
}
.menu_bas_dt a
{
width: 110px;
display: block;
line-height: 20px;
background-color: #3DB83D;
text-align: center;
margin: 0px 1px 0px 0px;
font-weight: bold;
text-decoration: none;
color: #111111;
}
.menu_bas_dt a:hover
{
width: 110px;
line-height: 20px;
background-color: #CFDDF4;
text-align: center;
margin: 0px 1px 0px 0px;
font-weight: bold;
text-decoration: none;
color: #111111;
} |
Partager