/* CSS pour ce qui apparaît dans la fenêtre de droite des pages de cartes */

html {
	overflow:hidden; /* gets rid of the scroll bars in IE6 */
	max-height:100%; /* fixes the display height in Mozilla and Firefox */
	padding:0 ; 
	background-color:#efefef;
	font-size:10px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
a, a:link {
	color: #000066;
	text-decoration:none;
}
a:hover {
	text-decoration: none; 
	font-weight: normal;
	color:#ff0000;
}
.bleuGras {
	font-weight: bold; color:#004780;; font-style: normal; 
}
.pays {
	position:relative; top:0; z-index:10;
	height:360px; /* ajouté 10px à la hauteur de pays pour FF afin qu'on ne voit pas les commentaires dans FF */|height:340px; overflow: hidden;|overflow:auto; 
	margin:0; margin-bottom:10px; |margin-bottom:7px;/* margin bottom ajouté le 18/05/09 */
	padding:0; 
}
p {
	margin:0; padding:0; padding-top:6px;
}