html, body{
	height: 100%;
	width: 100%
}

/* Taille de la carte en points.
   une taille en % n'est pas prise en compte pour la hauteur
*/
#map {
	height: 1000px;
	width: 100%
}
body {
	padding: 0;
	margin: 0;
}

/* décalle le corps de la page vers le bas afin 
   qu'il ne soit pas masqué par la barre de navigation 
   (menu général)
*/   
/*body { padding-top: 65px; }*/


.popover{
	max-width: 500px;
	width: 500px;
}


.popover-title{
	background: #ffff99;
}

.popover-content{
	background: #ffffBC;
}

.spinner {
	position: fixed;
	top: 60%;
	left: 60%;
	margin-left: -50px; /* half width of the spinner gif */
	margin-top: -50px; /* half height of the spinner gif */
	text-align:center;
	z-index:1234;
	overflow: auto;
	width: 100px; /* width of the spinner gif */
	height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}
