/**New*/

.datepicker, .datepicker2{
	width:180px; margin: 0 20px 20px 20px; display: block !important;
}

.datepicker_sud{
	width:180px; margin: 0 20px 20px 20px; display: block !important;
}

.datepicker > span:hover{
	cursor: pointer;
}

/**Old*/

#primary {
	background: none repeat scroll 0 0 white;
    border-radius: 10px 10px 10px 10px;
    padding: 20px;
	height:420px;
	position:relative;
}


#show_meteo {
	display: none;
    height: 137px;
    margin-left: 685px;
    position: absolute;
    top: 215px;
    width: 188px;
    z-index: 6;
}

/**#show_station {
	background: url(../images/bg_detail_station.jpg) no-repeat;
	border: 5px solid #56cc3e;
	border-radius:5px;
    color: black;
    height: 222px;
    width: 262px;
    z-index: 1000;
}*/

/**#show_station.station11 {
	position: absolute;
    right: 670px;
    top: 140px;
}*/


#show_station {
	/*border: 5px solid #56cc3e;*/
	border-radius:5px;
   color: black;
   height: 222px;
   width: 262px;
   z-index: 1000;
}

/*#station:hover {
	background: url("/components/com_atmo/assets/images/bg_detail_station.jpg") no-repeat;
	display:block !important;
}*/

/**#station:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-bottom-color: #56cc3e;
	left: 50%;
	bottom: 101%;
	margin-left: -15px;
}*/

#show_station.station12 {
	position: absolute;
    right: 590px;
    top: 195px;
}

#show_station.station13 {
	position: absolute;
    right: 640px !important;
    top: 250px;
}

#show_station.station14 {
	position: absolute;
    right: 595px;
    top: 290px;
}

#show_station.station15 {
	position: absolute;
    right: 625px;
    top: 350px;
}




#show_station2 {
	background: url(../images/bg_detail_station.jpg) no-repeat;
	border: 5px solid #56cc3e;
	border-radius:5px;
    color: black;
    height: 222px;
    width: 262px;
    z-index: 1000;
}

#show_station2.station23 {
	position: absolute;
	right: 730px;
    top: 210px;
}

#show_station2.station22 {
	position: absolute;
    right: 615px;
    top: 210px;
}

#show_station2.station25{
	position: absolute;
    right: 630px;
    top: 175px;
}

#show_station2.station24 {
	position: absolute;
    right: 530px;
    top: 235px;
}

#show_station2.station21 {
	position: absolute;
    right: 570px;
    top: 220px;
}


#show_station2:hover {
	display:block !important;
}

#show_station2:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #56cc3e;
  left: 50%;
  bottom: 102%;
  margin-left: -15px;
}



#show_legende {
	background: url(../images/bg_legende.jpg) no-repeat scroll 0 0 transparent;
    border: 1px solid #0058A1;
    border-radius: 5px 5px 5px 5px;
    color: #0058A1;
    height: 128px;
    position: absolute;
    right: 33px;
    top: -20px;
    width: 250px;
    z-index: 1000;
}

#show_legende:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #0058a1;
  left: 106%;
  top: 15%;
  margin-left: -15px;
}

#show_aide {
	background: url(../images/bg_aide.jpg) no-repeat scroll 0 0 transparent;
    border: 1px solid #A9A84D;
    border-radius: 5px 5px 5px 5px;
    color: #A9A84D;
    height: 126px;
    position: absolute;
    left: 30px;
    top: -52px;
    width: 250px;
    z-index: 1000;
}

#show_aide:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #a9a84d;
  right: 100%;
  top: 50%;
  margin-top: -15px;
}

#show_legende_sud {
	background: url(../images/bg_legende_sud.jpg) no-repeat scroll 0 0 transparent;
    border: 1px solid #ffffff;
    border-radius: 5px 5px 5px 5px;
    color: #0058A1;
    height: 126px;
    position: absolute;
    right: 33px;
    top: -20px;
    width: 250px;
    z-index: 1000;
}

#show_legende_sud:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #ffffff;
  left: 106%;
  top: 15%;
  margin-left: -15px;
}

#show_aide_sud {
	background: url(../images/bg_aide.jpg) no-repeat scroll 0 0 transparent;
    border: 1px solid #A9A84D;
    border-radius: 5px 5px 5px 5px;
    color: #A9A84D;
    height: 126px;
    position: absolute;
    left: 30px;
    top: -52px;
    width: 250px;
    z-index: 1000;
}

#show_aide_sud:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: #a9a84d;
  right: 100%;
  top: 50%;
  margin-top: -15px;
}

div#resultat_prec {
	background: url("../images/bg_calendrier.jpg") no-repeat scroll 0 0 transparent;
    display: none;
    height: 68px;
    margin-left: 685px;
    position: absolute;
    top: 140px;
    width: 190px;
    z-index: 6;
}

div#resultat_prec .date {
	left: 53px;
    position: absolute;
    top: 42px;
    width: 90px;
}

div#bulletin_complet,
div#bulletin_complet_sud {
	z-index:7;
	border-radius: 10px;
}

a#sortir_bulletin_complet,
a#sortir_bulletin_complet_sud {
	z-index:8;
	font-weight: bold;
}

a#sortir_bulletin_complet:hover,
a#sortir_bulletin_complet_sud:hover {
	text-decoration:underline;
}

a#select_map1{
	background:url(../images/carte_noumea.jpg) no-repeat left top;
	opacity:0;
	transition: opacity 1s ease;
}

a#select_map2{
	background:url(../images/carte_zonesud.jpg) no-repeat left top;
	opacity:0;
	transition: opacity 1s ease;
}

a#select_map1:hover{
	background:url(../images/carte_noumea.jpg) no-repeat left top;
	opacity:1;
	transition: opacity 0.5s ease;
}

a#select_map2:hover {
	background:url(../images/carte_zonesud.jpg) no-repeat left top;
	opacity:1;
	transition: opacity 0.5s ease;
}

#bulletin_complet {
	background: none repeat scroll 0 0 #D6F7F7;
    border: 5px solid #68C1C0;
    display: none;
    height: 375px;
    padding: 15px;
    position: relative;
    width: 853px;
	float:left;
	z-index:7;
}

#bulletin_complet_sud {
	background: #fbe0f9;
	width: 853px;
	height: 375px;
	position: relative;
	border: 5px solid #b56dd6;
	padding: 15px;
	display:none;
	left:0px;
	z-index: 7;
}

#btn_toggle{
	background: url("../images/btn_consulter_bulletin.jpg") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: none;
    height: 68px;
    margin-left: 685px;
    position: absolute;
    top: 360px;
    width: 190px;
    z-index: 6;
}

#btn_toggle_sud {
	background: url("../images/btn_consulter_bulletin.jpg") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: none;
    height: 68px;
    margin-left: 685px;
    position: absolute;
    top: 360px;
    width: 190px;
    z-index: 6;
}

#select_pollution_acc {
	background: none repeat scroll 0 0 #5F9FC2;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 11px;
    height: 16px;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    top: 405px;
    width: 200px;
    z-index: 11;
	text-decoration:none;
	margin-left: 205px;
}

#select_pollution_acc:hover,
#select_pollution_map:hover,
#select_pollution_map2:hover {
	text-decoration:underline;
}

#select_pollution_map,
#select_pollution_map2 {
	background: none repeat scroll 0 0 #9abebd;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 11px;
    height: 16px;
    padding: 0 5px;
    position: absolute;
    text-align: center;
	margin-left:30px;
    top: 48px;
    width: 190px;
    z-index: 6;
	text-decoration:none;
	display:none;
}


#map {
	z-index:10;
}

