/* -------------------------------------------------------------------- 
                  IGN - GEOPORTAIL
              Media ALL Style sheet for print popup
            By Le Studio, Atos Worldline, 2008
                    Created on 02/2008
-------------------------------------------------------------------- */

/* NOTES : As popup was designed for print, there's no need for a 
specific print CSS */

/* -----------------------  DEFAULT VALUES ------------------------- */

body {
	font: 101% Arial, Helvetica, Sans-serif;
	color: #000;
	background: #FFF;
	margin: 10px auto;
}

* {padding: 0; margin: 0;} /* 0 for all objects */
img {border: 0;}

h1 {text-align: left; margin-bottom: 10px;}
h2 {
  font-size: 0.75em;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 5px;
}
h3 {
  font-size: 0.85em;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 5px;
}

/* --- MAIN CONTAINER --- */
#container {width: 640px; text-align: center; margin: 0 auto;}

/* --- VIEW BLOCK --- */
#viewBox {
  padding: 8px;
  text-align: left;
  margin-bottom: 20px;
  border: 2px solid #73B4DA;
}
#pView {float: left; width: 520px; padding: 3px; border: 1px solid #73B4DA;}
#pLogos {text-align: center; padding-top: 8px;}
#pLogos img { margin-bottom:2px; }
#centreImage { text-align:right; margin-right: 92px; }

#infoBox {clear: both; width: 100%; font-size: 0.7em;}
#imgScale {vertical-align: middle; padding-right: 15px;}

/* --- NOTES & COPYRIGHT --- */
#notesBox {float: left; width: 310px; text-align: left;}
#notesBox textarea {width: 310px; height: 200px;}
#pPub {float: right; width: auto;}
#pCopyRgt {
  font-size: 0.7em;
  text-align: left;
	color: #999;
	background: #FFF;
  margin: 5px 0;
}

#footer {
	display:none;
	visibility:hidden;	
}

