@charset "iso-8859-2";
/* CSS Document */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #999999;
	margin: 0px;
}
td, th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
}
form {
	margin: 0px;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
.entete_titre {
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
.entete_sous_titre {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.rubrique_principale {
	font-size: 20px;
	color: #990000;
	background-color: #EEEEEE;
	font-weight: bold;
	text-decoration: none;
}
a:hover.rubrique_principale {
	color: #000000;
	text-decoration: none;
}
.rubrique_secondaire {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover.rubrique_secondaire {
	color: #990000;
	text-decoration: none;
}
.rubrique_tertiaire {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover.rubrique_tertiaire {
	color: #990000;
	text-decoration: none;
}
.pied {
	font-size: 10px;
	color: #FFFFFF;
}
.titre_contenu {
	font-size: 18px;
	font-weight: bold;
	background-color: #EEEEEE;
	color: #000000;
	text-decoration: none;
}
.titre_art {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:hover.titre_art {
	color: #999999;
	text-decoration: none;
}
.liens_art {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.chapo {
	background-color: #CCCCCC;
}
#texte {
	position: relative;
	height: 400px;
	z-index: 1;
	overflow: auto;
	padding: 4px;
}
.formulaire_spip label, .reponse_formulaire label {
  font-weight: bold;
}
.formulaire_spip legend, .reponse_formulaire legend {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.formulaire_spip fieldset, .reponse_formulaire fieldset {
	font-weight: bold;
}
