@CHARSET "UTF-8";

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
}

a:link {
	color: #3669C2;
}
a:hover {
	color: #3669C2;
}
a:focus {
	color: #3669C2;
}
a:visited {
	color: #3669C2;
}
a:active {
	color: #3669C2;
}

#logo {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 80px;
}

#citation {
	position: absolute;
	top: 14px;
	left: 55px;
}
.citation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	text-indent: 40px;
	margin-bottom: 2px;
}
.signature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: right;
	margin-right: 14px;
	margin-top: 0px;
}

#contenu {
	position: absolute;
	left: 0px;
	top: 96px;
}

p.titre {
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

p.contenu {
	text-align: center;
}

#pivoine {
	margin: 6px;
}

.nowrap {
	white-space: nowrap;
}