<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Pseudo styles pour l'affichage des GPX */
#geoportailDefaultStyle
{	width: 2px;									/* pointRadius */
	background-image: url(../img/punaise.png);	/* externalGraphic */
	border-style: solid;						/* strokeDashstyle : solid, dashed ou dotted */
	border-width: 2px;							/* strokeWidth */
	border-color: blue;							/* strokeColor */
}
#geoportailSelectStyle
{	width: 4px;									/* pointRadius */
	background-image: url(../img/punaise.png);	/* externalGraphic */
	border-style: solid;						/* strokeDashstyle : solid, dashed ou dotted */
	border-width: 4px;							/* strokeWidth */
	border-color: red;							/* strokeColor */
}

/** Autoriser l'impression des cartes ! 
	Par defaut, l'API l'interdit (voir les CGU)
*/
@media print
{	body { display:inherit !important; }
}

/** Affichage des profils */
.profil
{	margin:1em 0;
}
.profil .profilMap
{	height:150px; 
	display:block;
}
.profil td
{	width:25%;
	text-align:center;
	font-size:12px;
}

/** Thickbox au dessus ! */
#TB_overlay
{	z-index:2000;
}
#TB_window
{	z-index:2001;
}

/** Geoportail */
.GeoportalMapDiv
{	width:100%;
	height:500px;
	background:url(waitingearth.gif) no-repeat center center;
	line-height:normal;
	font-size:12pt;
}

div.mode
{	display:none; /* Pas de modification de service */
}
a.mode
{	color:White;
	background-color:#369;
	padding:0 0.5em;
	margin:0;
}

div.gpLUSResult, div.gpLUSResultAlternate
{	overflow:hidden;
}
div.gpLUSResult:hover, div.gpLUSResultAlternate:hover
{	background-color:#99B;
}

/** Affichage de la zone geographique */
.zone_geo
{	text-align:right;
	margin:0;
	padding:0;
	width:100%;
}

.zone_geo select 
{	background-color:#E4E4E4;
	border:1px solid #336699;
	color:black;
	font-family:Verdana,Geneva,helvetica,sans-serif;
	font-size:11px;
}

/* Le questionnaire */
#questionnaire
{	height:500px; 
	overflow:hidden;
	clear:both; 
	width:100%;
}

/* Pour faire patienter */
#query_back
{	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(waiting.gif);
}

#query
{	background-color:White;
	border:2px solid black;
	font-size:0.9em;
	width:400px;
	height:450px;
}
#query .jqCloseButton
{	border:0;
	background:transparent url("closebox.png") no-repeat 0 0;
	width:28px;
	height:25px;
	float:right;
	cursor:pointer; 
	margin:1em; 
	padding:0;
}
#query .jqCloseButton:hover
{	background-position:0 -25px;
}
#query p
{	padding:0 0.5em;
	margin:1em; 
	font-weight:bold;
	color:Navy;
	text-align:left;
}
#query p a
{	color:orange;
}

#query ul
{	width:80%; 
	height:80%; 
	overflow-x:hidden; 
	overflow-y:scroll; 
	border:1px solid navy; 
	padding:0; 
	margin:0.5em 1.5em;
	list-style-type:none;
	text-align:left;
}
#query ul a
{	padding:0 1em; 
	display:block;
}
#query ul a:hover
{	background-color:#369;
	color:White;
	display:block;
	text-decoration:none;
}

/* Formulaire */
.geoportail_formulaire .fondo
{	background-color:#336699;
	border-color:#336699;
	color:White;
	font-family:Verdana,Arial,Sans,sans-serif;
	font-size:11px;
	font-weight:bold;
}
.geoportail_formulaire .icone36 img
{	border:3px solid #336699;
	-moz-border-radius : 5px;
	padding:4px;

}

/** Cartes Yahoo! **/
/** Decaler les conditions d'utilisation vers le haut */
.YHOO .gpControlTermsOfService 
{	margin:2px !important; 
	bottom:38px !important; 
} 

/** Ne pas masquer le logo yahoo */
.YHOO .gpControlLogo 
{	bottom:20px!important; 
}

/** Cartes Google **/
/** Decaler les conditions d'utilisation vers le haut */
.GMAP .gpControlTermsOfService 
{	margin:0px 4px !important; 
	bottom:0px !important; 
} 

/** Bug d'affichage intempestif du popup */
.GMAP .olLayerGoogleCopyright,
.GMAP .olLayerGooglePoweredBy 
{	display:none;
}
.GMAP .gmnoprint
{	right:0!important;
}
/*
.GMAP .olLayerGoogleCopyright 
{	display: none;
}
*/
/** Decaler le logo GeoPortail */
.GMAP .gpControlPermanentLogo 
{	bottom:25px !important;
}
/** Ne pas masquer les conditions d'utilisation de Google */
.GMAP .gpControlLogo 
{	bottom:12px !important; 
}

/** Affichage overview */
.overviewSpipMap .olControlOverviewMapElement
{	border:1px solid #369;
	border-radius: 0;
	padding:0;
	background:none;
}</pre></body></html>