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
| #top-page-contact
{
position: relative;
margin: 0px auto;
height: 263px;
width: 1100px;
}
#image-fond
{
z-index:0;
position: absolute; top:0; left:0;
height: 263px;
width: 1100px;
background: url(http://www.iwebu.com/hedgeguard_v1/wp-content/themes/hedgeguard/images/fond-contact.png) no-repeat right top;
}
.adresse
{
position: absolute; top:0px;
z-index:1; /* pour passer au dessus de l'image */
background-color: #f29413;
text-align: center; font-family: 'Gotham A', 'Gotham B'; font-weight: 400; font-style: normal; color: #fff; font-size: 0.9em;
width: 200px;
padding:0; margin:0;
}
.adresse div
{
padding:5px; margin:0;
}
.adresse p
{
padding:10px 5px; margin:0; cursor: pointer;
}
#adresseParis
{
left:0;
}
#adresseLondon
{
right:0;
}
.adresse p:hover
{
background-color: orange;
}
#adresseLondon:hover ~ #image-fond
{
background: url(http://www.iwebu.com/hedgeguard_v1/wp-content/themes/hedgeguard/images/fond-contact-london.png) no-repeat right top;
} |
Partager