body {
	font-family : Helvetica, sans-serif;
	color : black;
	margin: 0px;
	font-size: 90%;
	}

h1 {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	color: gray;
	margin: 1px;
	padding: 3px;
	}

h2 {
	border-top: 1px solid Gray;
	border-bottom: 1px solid Gray;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
	color: Silver;
	margin: 1px;
	padding: 3px;
	}

h3 {
	border-top: 1px solid Silver;
	border-bottom: 1px solid Silver;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	color: Silver;
	margin: 1px;
	padding: 3px;
	}

.cad1 {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	margin: 1px;
	padding: 3px;
	}

.cad2 {
	border-top: 1px solid Gray;
	border-bottom: 1px solid Gray;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
	margin: 1px;
	padding: 3px;
	}

.cad3 {
	border-top: 1px solid Silver;
	border-bottom: 1px solid Silver;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	margin: 1px;
	padding: 3px;
	}

.entete {
	background: Silver;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	margin: 1px;
	padding: 3px;
	}

.entete_s {
	background: Gray;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	margin: 1px;
	padding: 3px;
	}

.menu {
	clear: both;
	border-top: 1px silver solid;
	border-bottom: 1px silver solid;
	border-left: 1px silver solid;
	border-right: 1px silver solid;
	font-size: 80%;
	margin: 1px;
	padding: 3px;
	}

hr {
	clear: both;
	width: 60%;
	height: 1px;
	color: #ff6600;
	background-color: #ff6600;
	border: 0px;
}
a {
	color: #ff6600;
	}

a:visited {
	color: gray;
	}

a:hover {
	background-color: #ddddff;
	}
