@charset "UTF-8";

/*** éléments ***/
body	{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #fff;
}
acronym, abbr	{
	border: none;
}
h1	{
	font-size: 18pt;
}
h2	{
	font-size: 14pt;
}
h3	{
	font-size: 11pt;
}
caption	{
	font-size: 10pt;
	text-align: left;
	margin: 1em;
}
table	{
	border: .1em solid #000;
	margin: 1em;
}

/*** classes ***/
.mask, #breadcrumbs	{
	display: none;
}
.img  {
	border: none;
}
.breakbef	{
	page-break-before: always;
}
.breakaft	{
	page-break-after: always;
}
.logprint	{
	font-size: 24pt;
	font-weight: bold;
	font-family: monospace;
}

/*** liens ***/
a, a:link, a:visited  {
  color: #000;
  text-decoration: none;
}
