/* version imprimable */
body {
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	color:#000; /* noir */
	text-align:left;
	margin:1cm;
	background-color:#FFF; /* blanc */
}
p { margin-top:0em; margin-bottom:1em; padding:0px; }
h1 {	margin-top:0.5em; margin-bottom:0.5em; padding:0px; }
h2, h3, h4, h5 { margin-top:2em; margin-bottom:0.5em; padding:0px; }
li { margin-top:0px; margin-bottom:0.8em; padding:0px; }
hr { margin-top:10px; margin-bottom:13px; padding:0px; }
h1 { text-align:center; font-size:2em; }
h1, h2, h3, h4, h5, .ti {color:#000; font-weight:bold;}
h2 { font-size:1.8em; }
h3, .ti { font-size:1.7em; }
h4 { font-size:1.5em; }
h5 { font-size:1.3em; }
.pmh1em {margin-top:12pt;}
.pmh2em {margin-top:24pt;}
.pmh3em {margin-top:36pt;}
.pmg1em {margin-left:1cm;}
.pmg2em {margin-left:2cm;}
.centre {text-align:center;}
.chapeau {font-size:1.1em; font-weight:bold;}
.u {text-decoration:underline;} /* souligné*/
.citation1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-style:italic;
}
.ti table { /* tableau */
	background-color:#eeeeee;
	width:100%;
	vertical-align:top;
	margin-top:2em; margin-bottom:20px; 
	padding-bottom:5px;
	border-collapse:collapse;
	border-top:2px solid #000;
	border-top-style:outset;
	font-weight:bold; 
}
.ti tr { /* lignes #DC1EE1 */
	vertical-align:top;
}
.ti td { /* cellules */
	margin:5px; padding:0px;
}
.ti1 { /* cellules col 1 */
	width:1cm;
	text-align:left;
}
.ti1h { /* cellules col 1 haut */
	width:12cm;
	text-align:left;
}
.ti2 { /* cellules col 2 */
	width:11em;
	text-align:left;
}
.ti3 { /* cellules col 3 et 4 */
	width:4cm;
	text-align:right;
}
img {border:0; vertical-align:middle}

.ban, .menu {display:none; float:none; /*important*/}

.corps {  /* fenêtre et son contenu */
	background-color:#FFF; /* blanc */
	text-align:left;
	float: none !important;
	padding:0;
	top:0;  /* positionné à 5.3em */
	left:0;
	right:0;
	height:auto;
	width:auto;
}
.corps h2, .corps h3, .corps h4, .corps h5 {margin-top:24pt;}
/* pour <h2>Accueil</h2> en début de page */
.debut h2 {margin-top:inherit;}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}