/*-------------------------------------------------------------
 Print style
---------------------------------------------------------------*/

* {margin: 0; padding: 0;}
body {background-color: #fff;}
body, a, input, td, th, p, li, label, select, textarea, h1, h2, h3, h4, h5, h6, a, td, pre, code, address, caption, cite, code
{
	font-family: Georgia, "Bookman Old Style", Bookman, "New Century Schoolbook", "Bookman Antiqua", Palatino, "Utopia", "New York", "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000;
}
a {color: #000; text-decoration: none; font-weight: bold;}
a img {border: 0;}
fieldset {padding: 20px;}
legend, th {font-weight: bold;}

/* Titres */
h1
{
	font-size: 15pt;
	margin: 0 0 10px 3px;
	width: 98%;
	color: #333;
	background-color: #fff;
	font-size: 11pt;
	line-height: 200%;
	border-bottom: 2pt solid #333;
	text-transform: uppercase;
}

h2
{
	font-size: 12pt;
	color: #333;
	background-color: #fff;
	font-size: 11pt;
	line-height: 200%;
	border-bottom: 1pt solid #333;
}
 
h3
{
	font-size: 9pt;
	margin-top: 3%;
	margin-bottom: 0%;
}
 
/* Tableaux */
table {border-collapse: collapse; margin: 8px 0; width: 90%; padding: 3pt;}
td, th {border: 1px solid #000;}

/* Eléments non visibles  */
#nav {display: none;}