/* le corps */
body {
	margin: 1em;
	background: #fff;
	color: #000;
	font-family: Verdana,Sans-serif;
	font-size: 90%;
}

/* les titres */
h1 {
        margin: 2em 1em 1em 0em;
        clear: both;
        color: black;
        text-align: left;
        font-family: sans-serif;
}
					
/* misc */

hr {
	border-style: dotted;
}

p.foot {
	padding-top: 0.7em;
	padding-right: 0.5em;
	text-align: right;
	font-size: small;
	color: #D6CCBD;
	font-family: sans-serif;
	border-top: dotted 1px #D6CCBD;
}

/* la base existante */

a:visited {color : #416DFF; text-decoration : none; }
a:link {color : #416DFF; text-decoration : none; font-weight : bold}
a:hover {color : Red; text-decoration : underline; }
a:active {color : Red; text-decoration : underline; }
.title6 { font-size : 10pt ; background-color : #41FFFF }
.spec{color: Red;}
.warning{color: Red; font-weight : bold}
body { background-color : White }
tr { background-color : White }
 .doc { background-color :#b0efff  }
.old {color: Gray;}
.old a:link {color: Gray; font-weight:bold;}
.old a:visited {color: Gray; font-weight:bold;}
.old a:hover {color: Gray; font-weight:bold;}
.old a:active {color: Gray; font-weight:bold;}

.oldlnk:link {color: Gray; font-weight:bold;}
.oldlnk:visited {color: Gray; font-weight:bold;}
.oldlnk:hover {color: Gray; font-weight:bold;}
.oldlnk:active {color: Gray; font-weight:bold;}


