﻿/*CSS pour l'iFrame à découvrir                     */

body {
	color: #333;
	margin: 0;
	padding: 0;
	font: 80% Arial, Helvetica, sans-serif;
	text-align: center;
	background: #ffffff;
}

div.getPub {
	text-align: center;
}

div.getPub img {
	border: solid 1px #ffffff;
	padding: 0;
	display: block;
	text-align: center;
	float: none;
	margin-bottom: 0.5em;
	margin-left: 20px;
}

div.getPub a, div.getPub a:visited {
	color: #369;
	text-decoration: underline;
	font-size: 0.9em;
	text-align: center;
	margin-left: 20px;
}

div.getPub a:hover, div.getPub a:active {
	color: #d30071;
	text-decoration: none;
	margin-left: 20px;
}
