path {

    cursor:pointer;

   }

.couleurTheme {
  background:#eee;
}
span.spanLien {
  cursor:pointer;
  font-weight:bolder;
  text-decoration:underline;
  color:#89689B;
}
   path:hover {

    opacity:0.5;

   }

a#lienKML {
  position:absolute;
  display:block;
  width:160px;
  height:44px;
  bottom:15px;
  left:440px;
  z-index:147;
  border:0;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  padding:0;
  color:#fff;
  font-weight:bold;
  background:transparent url('../img/google-earth.png') no-repeat bottom;
  cursor:pointer;
}

a#lienKML:hover {
  opacity:0.8;
  filter:alpha(opacity=80);
}


	div#containerMapGta {
		/*
    border-bottom: 4px solid #86A10B;
		border-left: 4px solid #86A10B;
		border-right: 4px solid #86A10B;
		*/
		margin:0;
		padding:0;
		padding-top:40px;

		margin-bottom:40px;
	}
   
   div.m_blanc {
    color:#inherit;
   }
   div#map_aptv {
	   margin:0;
	   padding:0;
	   background-image:url('../img/loading.gif');
	   background-repeat:no-repeat;
	   background-position:center center;
	   font-size:0.9em;
	   border-bottom: 4px solid #86A10B;
		border-left: 4px solid #86A10B;
		border-right: 4px solid #86A10B;
   }
   
   
div#titre_liste_aptv {
  height:20px;
  background:#fffdc7;

}
   
div#contenu_liste_aptv {
  height:400px;

  z-index:101;
  overflow-y:auto;
  overflow-x:hidden;  
}
div#liste_aptv {
  height:400px;

  z-index:101;
  display:none;
  overflow-y:auto;
  overflow-x:hidden;  
    border-bottom: 4px solid #86A10B;
	border-left: 4px solid #86A10B;
	border-right: 4px solid #86A10B;
}

div#panelProfil {
    float:right;
	   height:300px;
   }

 

div.objetListe {

  wwidth:605px;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:10px; 
  cursor:pointer; 
}

#main div.objetListe p{
margin:0;
margin-bottom:0;
}

#univers_3 div.objetListe:hover{
background-color:#DBE5B4;
}

#univers_4 div.objetListe:hover{
background-color:#FFC08D;
}

.objetListeHover {
  background:#e9ff87;
}

.fondGris{
  background:#eee;
}

span.detailObjetListe, span.carteObjetListe {
  cursor:pointer;

margin-top:2px;
  float:right;
  width:16px;
  height:16px;
  display:block;

}

span.detailObjetListe:hover img, span.carteObjetListe:hover img {
opacity:0.7;
filter:alpha(opacity=70); 
}

span.detailObjetListe {
  margin-right:60px;
}

span.carteObjetListe {
  margin-right:60px;
}

div#panelCarte {
    text-align:center;
    display:block;
    height:auto;


	  padding-left:0px;
	  padding-right:0px;
	  padding-top:10px;
	  padding-bottom:0px;
    font-size:0.8em;

}

div#containerMenuPanel {

  /*
  border-left:4px solid #86A10B;
  border-top:4px solid #86A10B;
  border-right:4px solid #86A10B;
  */
  

}

span.boutonKml {
  padding:0;
  margin:0;
  cursor:pointer;
  padding:5px;
  width:92px;
  height:30px;

  text-transform:uppercase;
  display:block;
  float:left;
  font-family:Tahoma,Verdana,Arial;
/*  border-top:1px solid #86A10B;
  border-left:1px solid #86A10B;
  border-right:1px solid #86A10B;
  */
  
  background:#fff url('http://www.alpes-savoie-tarentaise.com/php/carte_interactive/img/ongletKml.jpg') no-repeat;
  text-align:left;
  margin-left:5px;
  margin-right:5px;
  display:block;
}

span.boutonKmlActif {
  background:#fff url('http://www.alpes-savoie-tarentaise.com/php/carte_interactive/img/ongletKmlActif.jpg') no-repeat;
  color:#fff;
  font-weight:bold;
}

span.boutonKmlHover {
  background:#fff url('http://www.alpes-savoie-tarentaise.com/php/carte_interactive/img/ongletKmlHover.jpg') no-repeat;
  color:#fff;
}

div#panelCarte table td {
	text-align:left;
}

div#panelCarte table td img {
	cursor:pointer;
	border:none;
}

div#loading {
	display:none;
	position:absolute;
	background:#fff;
	border:4px solid #86A10B;
	left:25%;
	top:150px;
	z-index:100000;
	margin-left:0px;
	margin-top:0px;
	width:250px;
	padding:10px;

}
  
div#containerDesc {
	/*display:none;*/
}

span.nomIcone {
	cursor:pointer;
	font-weight:bolder;
	font-size:1em;
	display:block;
	width:100%;
	background-color:#ffffff;
	
}

div#detailsObjet {
  

  position:absolute;
  z-index:148;
  top:10px;
  display:none;
  width:100%;
  height:435px;


}
/*Contenu du détail d'un objet chargé en Ajax*/
div#contenuDetailsObjet {
  background:#fff;
  overflow-y:auto;
  overflow-x:hidden;
  height:100%;

  border:4px solid #86A10B;
  background:#e7eec7;
  
}



span.barrePanel {
	display:block;

	height:25px;
	/*cursor:pointer;*/
	background:#86A10B;
	color:#fff;
	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;

	font-size:0.9em;
}

div#titreDetailsObjet{
  min-height:30px;

  padding: 8px;
}

span.barreDetails {
  width:100px;
  height:30px;
  float:right;

  font-weight:bolder;
  text-align:right;
  color:#fff;
  cursor:pointer;
  z-index:149;
}

span.barreProfil {
  background:#4C4C4C url('../img/btnProfil.jpg') no-repeat;
}
span.barreInfos {
  
  text-align:left;
  /*
  background:#4C4C4C url('../img/infosPratiques.jpg') no-repeat;
  */
}

span#contenuTitre {
  display:block;

  color:#fff;
  font-weight:bolder;
  font-size:1.2em;
  width:450px;
}



span.imgLutin {
  margin-top:-40px;
}
span.boutonSwitch {
	float:right;
	display:block;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:5px;
	cursor:pointer;
	padding:5px;
	margin-top:10px;
	border:4px solid #4c4c4c;
	background:#fff;
}

div.divContent {
  float:right;
  text-align:left;
  width:230px;
  background:#fff;
  height:100%;
  margin-left:10px;
  margin-bottom:5px;
  padding:5px;
  
}



div.divContent p {
  text-align:left;
}

div.divParagraphe {
  margin-bottom:10px;
  margin-right:0px;
  padding:0;
}

div.divParagraphe ul.liste_objet {
  list-style-type:none;
  list-style-image: none;
  background:0;
  background-image:none;
}

div.divParagraphe p {
  margin:0;
  padding:0;
}

span.separateurMin {
  height:100%;
  border-left:1px solid #e7efc2;
  float:left;
  width:1px;
  display:block;
}

span.minChoix {
  width:170px;
  /*background:#86A10B;*/
  height:20px;
  float:left;
  padding:5px;
  margin-top:-5px;
  padding-top:10px;
  cursor:pointer;
  color:#fff;
    font-family:Tahoma,Verdana,Arial;
  text-align:center;
  display:block;
}

#selectCommune {
  width:175px;
  border:1px solid #e7eec7;
}

span.minChoixActif {
  background:transparent url('http://www.alpes-savoie-tarentaise.com/php/carte_interactive/img/degrade_minChoixActif.jpg') repeat-x top;
  /*color:#86A10B;*/
  color:#86A10B;
}

span.minChoixHover {
  background:transparent url('http://www.alpes-savoie-tarentaise.com/php/carte_interactive/img/degrade_minChoixHover.jpg') repeat-x top;
  /*color:#86A10B;*/
  color:#fff;
}

span.minChoix img {
  margin:5px;
  margin-top:0;
  margin-bottom:-3px;
}

.couleurTheme {
  background: #86A10B;
}

div#contentinfos h5 {
  color:#86A10B;
  font-size:16px;
  margin-bottom:5px;
  border-bottom:1px solid #86A10B;
}

#select_commune{
float:right;
margin-right:5px;
margin-top:2px;
}

#btnCacherPanelDetails{
float:right;
}

#barre_boutons{
height:40px;
}

/* CAS PARTICULIER UNIVERS ORANGE */

#univers_4 .couleurTheme {
  background: #DF6C08;
}

#univers_4 div#map_aptv, #univers_4 div#liste_aptv {
  border-bottom: 4px solid #DF6C08;
	border-left: 4px solid #DF6C08;
	border-right: 4px solid #DF6C08; 
   }
   
#univers_4 span.barrePanel{
background-color:#DF6C08;
}

#univers_4 div#contenuDetailsObjet{
background-color:#FFE5CF;
border-color:#DF6C08;
}

#univers_4 div#contentinfos h5 {
  color:#DF6C08;
  border-bottom:1px solid #DF6C08;

}


#univers_4 span.boutonKml {
  background:#fff url('http://www.alpes-savoie-tarentaise.com/php/carte_interactive/img/orange/ongletKml.jpg') no-repeat;
}

#univers_4 span.boutonKmlActif {
  background:#fff url('http://www.alpes-savoie-tarentaise.com/php/carte_interactive/img/orange/ongletKmlActif.jpg') no-repeat;
}

#univers_4 span.boutonKmlHover {
  background:#fff url('http://www.alpes-savoie-tarentaise.com/php/carte_interactive/img/orange/ongletKmlHover.jpg') no-repeat;
}

#univers_4 span.barreProfil {
  background:#4C4C4C url('../img/orange/btnProfil.jpg') no-repeat;
}

#univers_4 span.minChoixActif {
  background:transparent url('http://www.alpes-savoie-tarentaise.com/php/carte_interactive/img/orange/degrade_minChoixActif.jpg') repeat-x top;
  color:#DF6C08;
}

#univers_4 span.minChoixHover {
  background:transparent url('http://www.alpes-savoie-tarentaise.com/php/carte_interactive/img/orange/degrade_minChoixHover.jpg') repeat-x top;

  color:#fff;
}

#univers_4 div#loading {
  border:4px solid #DF6C08;
}


input#inputDate1,input#inputDate2 {
  width:75px;
  border:1px solid #df6c08;
  padding:2px;
}

.dp-choose-date{
margin-left:5px;

}


.infowindow_gmap {
  width:250px;
}