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
|
body
{
overflow:hidden;
height:100%;
margin: 0;
padding: 0;
border: none;
text-align: center;
}
.dragDrop
{
position:absolute;
left:216px;
font-family:Arial;
font-size:10pt;
font-weight:bold;
cursor:hand;
height:26px;
margin: 0px;
padding: 0px;
border: none;
text-align: center;
}
#background1
{
vertical-align:middle;
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity: 0.7;
background-color:#DEF1F5;
height:26px;
width:56px;
}
.icones
{
border:0px;
margin:0px;
vertical-align:middle;
filter:alpha(opacity=70);
-moz-opacity:0.7;
opacity: 0.7;
height:26px;
width:56px;
background-color:#DEF1F5;
}
.image
{
border:0px;
margin:0px;
height:26px;
vertical-align:middle;
background-image:url(float/bouton1bis.gif;
}
.barre1
{
background-image:url(float/geomap.gif);
background-repeat:no-repeat;
}
bouton_fin
{
}
a.onrollover img{ opacity:0.6; filter:alpha(opacity=100);}
a.onrollover:hover img{ opacity:1; filter:alpha(opacity=100);}
a.onrollover img{ -moz-opacity:1;}
a.onrollover:hover img{ -moz-opacity:1;} |
Partager