html {
	height:100%;
}

body {
	height:100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#page{
	background-color: White;
	color: Gray;
	height: 100%;
}
#cadre {
	width: 20em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
	text-align: left;
	border: 1px dashed Silver;
	position: relative;
	top: 25%;
}
#logo {
	background-image: url(pacoule.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 7em;
}
#contenu {
	padding-left: 2em;
	padding-right: 2em;
	overflow: hidden;
	text-align: justify;
	font-size: 0.8em;
}
#contenu a{
	color: #191970;
}
#credits {
	text-align: center;
	font-size: 0.8em;
	background: transparent;
	color: #4169E1;
	background-color: transparent;
	font-size: 0.6em;
	margin-top: 1em;
	margin-bottom: 0.2em;
}
#credits a{
	text-decoration: none;
	color: #191970;
	background-color: transparent;
}