X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=css%2F2%2Feuphorik.css;h=a39c3b8773b4202405c7a42b71ef92b46dd332ae;hp=d15acad32319cbeee3fd8b5f0057aac440f978dc;hb=9b380274dcc75e06c0cdc110f91cc8f0c4738aeb;hpb=69938d12170b6daa007b105ca4aef41f4fc616b1 diff --git a/css/2/euphorik.css b/css/2/euphorik.css index d15acad..a39c3b8 100755 --- a/css/2/euphorik.css +++ b/css/2/euphorik.css @@ -16,7 +16,7 @@ body { color: #EEEEEE; /*text-align: center;*/ /* uniquement pour IE */ background-color: #DFDFDF; - background-image: url(../../img/css1/fond.png) + background-image: url(../../img/css2/fond.png) } #container { @@ -111,7 +111,7 @@ ul#menu { #logo { z-index: 10; - background-image: url(../../img/css1/logo_2.png); + background-image: url(../../img/css2/logo_2.png); width: 253px; height: 37px; position: absolute; @@ -174,6 +174,28 @@ div#info .boutons div { div#info .boutons div:hover { background-color: #bc0000; } + +/***** Les infos bulles *****/ +#flecheBulle { + position: absolute; + z-index: 50; + width: 15px; + height: 8px; + background-image: url(../../img/css2/fleche_bulle.png); + display: none +} +#messageBulle { + position: absolute; + z-index: 50; + color: #ffffff; + background-color: #164200; + display: none; + font-size: 10px; +} +#messageBulle p { + padding: 3px 6px; +} + .captcha { display:none