@charset "UTF-8";

@page {
	margin: 2.5cm;
	size: portrait;
}

 
/*** éléments ***/

body {
	background-color: #fff;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

a:after {
	background-color: #fff;
	color: #069;
	content: " (" attr(href) ") ";
}

#somarc a:after, #somart a:after, #headersom a:after, #header a:after, p.auteur>a:after, p.auteur1>a:after, p.datepub>a:after {
	content: none;
}
 
acronym, abbr {
	border: none;
}
 
h1 {
	font-size: 18pt;
}
 
h2 {
	font-size: 14pt;
	padding-top: 15px;
}
 
h3 {
	font-size: 11pt;
}
 
caption {
	font-size: 10pt;
	margin: 1em;
	text-align: left;
}
 
table {
	text-align: left;
	width: 95%;
}
 
table, th, td {
	border-collapse: collapse;
	border: .1em solid #000;
	padding: .3em;
}

 
/*** classes ***/

.img {
	border: none;
}
 
img.logprint {
	width: 350px;
}
 
.breakbef {
	page-break-before: always;
}
 
.breakaft {
	page-break-after: always;
}
 
.logprint {
	font-family: monospace;
	font-size: 24pt;
	font-weight: bold;
}
 
.mask, .cache, #breadcrumbs {
	display: none;
	visibility: hidden;
}

 
/*** liens ***/

a, a:link, a:visited {
	color: #000;
	text-decoration: none;
}
 
/*** Tableaux articles ***/
#testacce th.colo {
	text-align: center;
}
 
#testacce th.wauto {
	width: 12%;
}
 
#testacce th.nogr {
	font-weight: normal;
}
 
#testacce th.bckg {
	background-color: #eee;
	color: inherit;
}
 
#testacce td {
	border: .1em solid #999;
	line-height: 1.5em;
	text-align: center;
	width: 2em;
}

