﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/various/solar_map.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#map {position:relative; margin:0; width:393px; height:279px; font:76% arial, verdana, sans-serif;}
#map ul {padding:0; margin:0; list-style:none; position:absolute; top:0; left:0;}
#map ul li {position:absolute; display:block; cursor:pointer; background:url(transparent.gif);}

/* POSITIONNEMENT DES DIVS MouseOver */
#map ul li.expert {width:220px; height:31px; top:48px; left:111px; border: 0px solid yellow;}
#map ul li.historique {width:111px; height:55px; top:78px; left:111px; border: 0px solid yellow;}
#map ul li.prevision {width:110px; height:55px; top:78px; left:221px; border: 0px solid yellow;}
#map ul li.evaluation {width:220px; height:28px; top:128px; left:111px; border: 0px solid yellow;}
#map ul li.obs {width:220px; height:53px; top:152px; left:111px; border: 0px solid yellow;}
#map ul li.eao {width:220px; height:40px; top:202px; left:111px; border: 0px solid yellow;}
/*****************************************************************************************************/

#map ul li:hover {z-index:30;}
#map ul li.click {z-index:50;}

#map ul li .xsnazzy {visibility:hidden;}

#map ul li.click .xsnazzy {visibility:visible;}
#map ul li:hover .xsnazzy {visibility:visible;}

/* For IE7 to keep the :hover over .xsnazzy - goodness knows why? */
#map ul li.click .xsnazzy {background:url(transparent.gif);}

.xsnazzy {display:block; position:absolute; height:auto; text-align:center;}

.expert .xsnazzy {left:-535px; top:220px; width:810px;}
.historique .xsnazzy {left:-535px; top:190px; width:810px;}
.prevision .xsnazzy {left:-645px; top:190px; width:810px;}
.evaluation .xsnazzy {left:-535px; top:140px; width:810px;}
.obs .xsnazzy {left:-535px; top:116px; width:810px;}
.eao .xsnazzy {left:-535px; top:66px; width:810px;}

.xsnazzy h1, .xsnazzy p {margin:0 10px;}
.xsnazzy h1 {font-size:2.5em; color:#6f9; font-family:georgia, "times new roman", serif; border-bottom:1px solid #fff;}
.xsnazzy p {padding-bottom:0.5em; color:royalblue; font-size:12px; text-align:left; font-weight:bold;}
.xsnazzy {background: transparent; margin:1em;}


.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; font-size:0; overflow:hidden;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #fff;}
.xb1 {margin:0 8px; background:#fff;}
.xb2 {margin:0 6px; background:#fff;}
.xb3 {margin:0 4px; background:#fff;}
.xb4 {margin:0 3px; background:white; border-width:0 5px;}
.xb5 {margin:0 2px; background:white; border-width:0 4px;}
.xb6 {margin:0 2px; background:white; border-width:0 3px;} 
.xb7 {margin:0 1px; background:white; border-width:0 3px; height:2px;} 

.xboxcontent {display:block; background:white; border:3px solid #fff; border-width:0 3px; height: 160px;}
.xboxcontent a, .xboxcontent a:visited {display:block; color:royalblue; font-weight:bold; font-size:12px; text-indent:0; padding:4px;}

#map ul li.click .xsnazzy .xboxcontent a:hover {color:royalblue;}

.xsnazzy em.point_top {display:block; font-size:0; width:25px; height:14px; background:url(point.gif) center top; position:absolute; left:50px; top:-11px;}

.xsnazzy em.point_bottom {display:block; font-size:0; width:25px; height:14px; background:url(point.gif) center bottom; position:absolute; right:50px; bottom:-11px;}
/* for IE5.5 */
* html .xsnazzy em.point_bottom {bottom:-12px;}

.xsnazzy em.point_left {display:block; font-size:0; width:14px; height:25px; background:url(point.gif) left center; position:absolute; left:-11px; top:30px;}

.xsnazzy em.point_right {display:block; font-size:0; width:14px; height:25px; background:url(point.gif) right center; position:absolute; right:-11px; top:125px;}
/* for IE5.5 */
* html .xsnazzy em.point_right {right:-12px; ri\ght:-11px;}
