/* -------------------------------------------------------------------- 
                      IGN / GEOPORTAIL
                  PRINT STYLES FOR VISUALISATION
            By Le Studio, Atos Worldline, 2007
                    Created on 02/2007
-------------------------------------------------------------------- */

/* Hides content from printing */

/*----- Version du Studio 12/03/207 -----*/

/*#toolsBox,
#fdSearch, 
#pTabs, 
.skip, 
#mainNav, 
#localiseId, 
#winLayers, 
#winTools, 
#footer a {display: none;}

#footer {background: #FFF; border: 0;}*/

/*----- Version adaptée gérant le bandeau de pub et intégrant le footer au cadre du bas -----*/

#toolsBox,
#header,
#localiseId,
#winLayers, 
#winTools, 
#winDialog,
#winresult,
#rechercheAvancee,
p.pMapcopy,
#footer {
	display:none;
}

#print,
p.pMapcopyPrint {
	display: block;
}

#wrapper {
	background-color: #FFF;
	border-style: none;
}

#interface {
	background-color: #FFF;
	padding-bottom: 0%;
}

#print {
	background-color: #FFF;
	color: #000;
	margin: 0em auto .5em;
	padding: .5em;
	border: solid 1px #000;
	text-align: center;
}

/*----- Surcharge temporaire pour masquer la carte -----*/

#theMap,
#interface {
	display: none;
}

#print {
	border: none;
}

