/*
	Le menu
*/
#menu_secteurs a { text-decoration: none; color: #fff6d9; }
#menu_secteurs a:hover { text-decoration: none; color: #fff6d9; }
.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	background-image:  url(Bouton.gif);
	background-position: center center;
	color: fff6d9;
	text-align: center;
	background-repeat: no-repeat;
	height: 73px;
	width: 140px;
	vertical-align: middle;
}
#corps .titre {
	font-size: 1.5em;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 1.5em;
}
#corps a { text-decoration: underline; color: #009900; }
#corps a:hover { text-decoration: none; color: #00CC00; }.titre_article {
	font-size: 1.2em;
	font-weight: bold;
}
.descriptif_article {
	font-size: 0.8em;
	border: thin dashed #999999;
	padding: 1px;
	margin-bottom: 10px;
}
.titre_rubrique {
	font-size: 1.5em;
	font-weight: bolder;
	text-align: center;
	background-color: #1A674E;
	color: #FFF6D9;
	padding: 5px;
	border: medium dotted #D18C3F;
	margin-bottom: 2px;
}
.titre_compose {
	font-size: 1.5em;
	font-weight: bolder;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: #1A674E;
	border: 3px dotted #D18C3F;
	color: #FFF6D9;
	padding: 5px;
}
.texte_rubrique {
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
.date {
	font-size: 0.8em;
	color: #D18C3F;
}
.navigation {
	font-size: 0.8em;
	color: #FFF6D9;
	text-decoration: none;
	background-color: #D18C3F;
	padding: 1px 2px;
	padding: 1px 2px;
	border: thin solid #000000;
}
.titre_commentaire {
	font-weight: bold;
	color: #D18C3F;
	margin-bottom: 20px;
}
.texte_commentaire {
	color: #000000;
}
.bloc_commentaire {
	background-color: #FFFFFF;
	border: thin solid #000000;
	font-size: 0.8em;
	width: 450px;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.resume_rubrique {
	font-size: 0.8em;
}
