.chapo {
	text-align: justify;
	font-size: small;
	font-weight: bold;
}
.texte {
	text-align: justify;
	font-size: small;
}
.texte:first-line {
	font-weight: bold;
}
.ps {
	text-align: justify;
	font-size: x-small;
}
.notes {
	text-align: left;
	font-size: x-small;
}
.detail {
	font-size: small;
	width: 70%;
	margin-left: 3%;
	margin-top: 3px;
	padding: 3px;
	border: 1px dashed #996600;
	background-color: #312121;
}
.message {
	color: #FF0000;
	text-align: center;
	font-variant: small-caps;
}
.redirection {
	text-align: center;
	vertical-align: middle;
	font-size: medium;
	border: 3px dashed #996600;
}
.document {
	text-align: center;
}
.doc img {
	border: 1px #996600 solid;
}
.source {
	font-size: x-small;
}
.date {
	font-style: italic;
}
.auteur {
	text-align: left;
	margin: 10px;
}
.article_encyclopedie {
	margin-right: 10px;
	margin-left: 10px;
}
.plan {
	color: #ffcc00;
	font-size: small;
	text-align: left;
	border: 0;
}
.plan-titre {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding: 3px;
	color: #ff6600;
	border-bottom: 2px #996600 solid;
}
.plan ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 3px 3px;
}
.plan li {
	list-style-type: none;
	padding: 1px 2px 1px 2px;
}
.resultat li {
	list-style-type: decimal;
}
.encyclopedie li {
	list-style-type: circle;
}
.invisible {
	visibility: hidden;
}
a {
	color: #99CC66;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
h1 {
	color: #FF6600;
	margin: 0;
	font-size: x-large;
	font-weight: bold;
}
une h1 {
	color: #FF6600;
	margin: 0;
	font-size: large;
	font-weight: bold;
}
h1.rubrique {
	text-align: center;
}
h2 {
	color: #FF6600;
	margin: 0;
	font-size: large;
	font-weight: bold;
}
h2.date:first-letter {
	text-transform:uppercase;
}
h2.date {
	text-align: center;
}
une h2 {
	color: #FF6600;
	font-size: medium;
	font-weight: bold;
}
h3 {
	color: #FF6600;
	font-size: medium;
	font-weight: bold;
}
h3.date {
	text-align: center;
}
hr {
	width: 70%;
	border: 1px #996600 solid;
}
address {
	font-size: x-small;
	font-style: italic;
	text-align: center;
}
object {
	width: 70%;
	height: 30em;
	margin: 0 0 0 15%;
}
img {
	border: 0;
}
input {
	color: #ff9900;
	background-color: #392929;
	border: 1px #996600 solid;
}
select {
	color: #ff9900;
	background-color: #392929;
	border: 1px #996600 solid;
}
textarea {
	color: #ff9900;
	background-color: #392929;
	border: 1px #996600 solid;
}
fieldset {
	border: 2px solid #996600;
}
legend {
	color: #FF6600;
}
ul li {
	list-style-type: disc;
}
ul li ul li {
	list-style-type: circle;
}
ul li ul li ul lu {
	list-style-type: square;
}
li.document {
	list-style-type: none;
}
li.rien {
	list-style-type: none;
}
li.puce {
	list-style-type: none;
	background-image: url(puce.gif);
	background-repeat: no-repeat;
	background-position: 0% 65%;
	padding: 0 0 0 11px;
}