/*
	Project		: ACTIBOX
	Author		: Julien LERCH
	Revision	: idem
	Description	: feuille de styles d'impression
	Copyright	: ACTIMAGE 2008
*/

@page {
	size	: portrait;
	margin	: 1.5cm;
}
body {
	width	: 100%;
	margin	: 0;
	padding	: 0;
	line-height		: 1.4;
	word-spacing	: 1.1pt;
	letter-spacing	: 0.2pt;
	font-family		: Garamond,"Times New Roman", serif;
	color			: #000;
	background		: none;
	font-size		: 12pt;
}

h1{
	font-size	: 19pt;
	font-weight	: bold;
}
h2{
	font-size	: 17pt;
	font-weight	: bold;
}
h3{
	font-size	: 15pt;
}
h4,h5,h6{
	font-size	: 12pt;
}

code {
	font: 10pt Courier, monospace;
}
blockquote {
	margin		: 1.3em;
	padding		: 1em;
	font-size	: 10pt;
}
hr {
	visibility	: hidden;
	clear		: both;
}

img {
	float		: left;
	margin		: 1em 1.5em 1.5em 0;
}
a img {
	border		: none;
}

a:link, a:visited {
	background	: transparent;
	text-decoration	: underline;
	color		: #333;
}
a:link:after, a:visited:after {
	content		: " (" attr(href) ") ";
	font-size	: 90%;
}
a {
	color		: #000;
}

table {
	text-align	: left;
}
th {
	border-bottom	: 1px solid #333;
	font-weight		: bold;
}
td {
	border-bottom	: 1px solid #333;
}
th,td {
	padding			: 4px 10px 4px 0;
}
tfoot {
	font-style		: italic;
}
caption {
	background		: #fff;
	margin-bottom	: 2em;
	text-align		: left;
}
thead {
	display			: table-header-group;
}
tr, img {
	page-break-inside	: avoid;
}
.size1columns, .size2columns, .size3columns {
	float		: left;
	padding		: 10px;
	overflow	: hidden;
}
	.size1columns {
		max-width	: 24%;
	}
	.size2columns {
		max-width	: 49%;
	}
	.size3columns {
		max-width	: 74%;
	}
#accessibility, #menu, #public_user, #backtoindex, #user_area, #search_area, #footer, #breadcrumbs, .quicklink, #header, .print, #col1, #bloc_contact, #home2, #agenda_calendar {
	display		: none;
}
