/*
Fichier	: style.css
Date	: 2006/04/01
Auteur	: Simon Descarpentries
*/

a {
	text-decoration: none;
}

a:hover {border-bottom: 1px dotted;}
/*a:hover {background-color: rgb(239,235,231); }*/

abbr {border: 0;}

img {border: 0;}

img.illustration {vertical-align: middle; max-height:32px}

body {font-family: sans-serif; font-size: 11pt;}

p {text-indent: 2em;}

div.entête {
	text-align: center;
	padding:0.5em;
}

div.accroche {
	 padding: 1em 0em 1em 0em;
}
div.corps {
	border-top: solid 2px;
	border-bottom: solid 2px;
	border-color: silver;
	position: relative;
	max-width:780px;
	margin: 0 auto 0 auto;
}

fieldset.boîte {
	border-width:1px;
	border-color: silver;
	border-style:solid;
	margin:1em;
	padding:1em;
	position:relative;
	width:85%;
	left:5%;
	border-radius:1em;
}

.légende {
	font-weight:bold;
	font-size:1.1em;
	position:relative;
	margin: 0px auto 0px auto;
	text-align: center;
}

span.code{
	font-family: DejaVu Sans Mono, Bitstream Vera Sans Mono, Monospace;
	color: #737373;
}

.commentaire {
	color: #737373;
	font-size: 9pt; 
}

span.pas_sur_impression {
}

div.pieds_de_page {
	text-align: center;
	padding:0.8em;
}

@media print {
	body  {
		  margin: 0;
		  padding: 3em 4em 0em 4em;
		  font-size: 7pt;
	}
	a {
		  text-decoration: none;
		  color: black;
	}

	div.entête {
		padding-top:4em;
		display: none;
	}

	div.accroche {
		padding: 2em 0em 1em 0em;
		font-size: 1.5em;
	}

	div.corps {
		  border: 0px;
		  position: relative;
		  width:100%;
		  left:0%;
	}

	fieldset.boîte {
		  margin: 1.5em 0 0 0;
		  padding: 0;
		  position:relative;
		  width:100%;
		  left:0%;
		  border-radius:1em;
	}

	.commentaire {
		  color: #686868;
		  font-size: 6.5pt;
	}

	.commentaire .detail {
	}

	.pas_sur_impression {
		display: none;
	}

	div.pieds_de_page {
		  display: none;
	}
}
