/* CSS Document */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #98ADB4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2c4654;
	font-size: 11px;
	line-height: 18px;
}
img {
	vertical-align:bottom; /* remove extra space under the image */
	border: none;
}
*{
	margin: 0px;
	padding: 0px;
}
a{
	color: #2c4654;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

a.artaban{
	color: #2c4654;
	font-size: 8px;
	float: right;
	text-decoration: none;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 10px;
}
a.artaban:hover{
	text-decoration: underline;
}
/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }
