|
|
@ -62,7 +62,7 @@ a:link { |
|
|
|
|
|
|
|
|
|
|
|
/* Affiche "Vous avez bloqué cette publicité" quand on a un bloqueur de pub ou quand on clic sur la croix */ |
|
|
|
background-image: url(../../media/non-pub-horizontale.png); |
|
|
|
background-image: url(../media/non-pub-horizontale.png); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
@ -370,14 +370,14 @@ footer { |
|
|
|
|
|
|
|
.logogris { |
|
|
|
background-color: #cbcbcb; |
|
|
|
background-image: url(../../media/logo/antpetitgris.png); |
|
|
|
background-image: url(../media/logo/antpetitgris.png); |
|
|
|
width: 264px; |
|
|
|
height: 80px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.logogris:hover { |
|
|
|
background-image: url(../../media/logo/antpetit.png); |
|
|
|
background-image: url(../media/logo/antpetit.png); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|