/*titre du haut de page*/
#haut_de_page h1 {
	font-size: 20px;
	font-style: italic;
	margin-left: 500px; }
#haut_de_page h1 a {
	color: #62401a;
	text-decoration: none; }
#haut_de_page h1.nom_communes {
	font-size: 16px; }
/*menu principal de navigation*/
#menu {
	font-size: 11px;
	font-weight: bold;
	margin-left: 0;
	padding: 0;
	list-style-type: none; }
#menu li {
	color: #62401a;
	margin-bottom: 6px;
	padding: 2px;
	border: dashed 1px #c1ba38; }
#menu li.rub_courante {
	background-color: #e6e9b0; }
#menu li:hover {
	color: #e6e9b0;
	background-color: #c1ba38; }
#menu li a {
	color: #62401a;
	text-decoration: none; }
/*les articles*/
.article {
	clear: both;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 3px; }
.article h2 {
	color: #62401a;
	font-size: 16px;
	font-style: italic;
	background-image: url(../images/2feuilles.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	padding-left: 25px;
	border-bottom: 1px solid #2c6e64; }
.article .chapo p {
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	text-align: justify;
	padding-left: 10px; }
.article p {
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	padding-left: 20px; }
.article p.lien_haut_de_page {
	text-align: right;
	margin: 0;
	padding: 0;
	}
/*les notes de bas de page*/
.notes_article {
	margin-top: 20px;
	margin-bottom: 10px;
	border: solid 1px #2c6e64; }
.notes_article h3 {
	margin-top: -10px;
	margin-bottom: 3px;
	margin-left: 10px; }
.notes_article h3 span {
	background-color: #fff;
	padding-right: 5px;
	padding-left: 5px; }
/* galerie image */
.galerie {
	margin-top: 20px;
	margin-bottom: 10px;
	border: solid 1px #2c6e64;
	padding: 8px;}
.galerie h3 {
	margin-top: -18px;
	margin-bottom: 3px;
	margin-left: 10px; }
.galerie h3 span {
	background-color: #fff;
	padding-right: 5px;
	padding-left: 5px; }
/* les doc joints */
.document_joint a{
	color: #62401a;
	text-decoration: none; }
.document_joint a:hover{
	color: #fff;
	background-color: #62401a; }
.document_joint img {
	vertical-align: middle; }
/*les sous-menus*/
#sous_menu {
	font-size: 11px;
	background-color: white;
	width: 180px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
	display: block; }
#sous_menu li {
	margin-top: 0;
	margin-bottom: 0;
	padding: 2px 2px 2px 4px;
	border: solid 1px #ffc547;; }
#sous_menu li:hover {
	color: #2c6e64;
	background-color: #c1ba38; }
#sous_menu li.sous_rub_courante {
	color: #2c6e64;
	background-color: #e6e9b0; }
#sous_menu li a {
	color: #2c6e64;
	text-decoration: none; }
/* menu articles de la rubrique */
#menu_articles {
	float: left;
	font-size: 11px;
	margin-top: 10px;
	margin-left: 30px;
	padding: 0;
	list-style-type: none;
	display: block; }
	
#menu_articles li {
	margin-top: 0;
	margin-bottom: 0;
	padding: 2px 2px 2px 4px;}

#menu_articles li a {
	color: #2c6e64;
	text-decoration: none; }

#menu_articles li a:hover {
	background-color: #2c6e64;
	color: #fff;
	text-decoration: none; }

/*pied de page*/
#pied_de_page p {
	color: black;
	font-size: 10px;
	font-weight: bold;
	text-align: center; }
#pied_de_page a {
	color: #2c6e64;
	text-decoration: none; }
#pied_de_page a:hover {
	text-decoration: underline overline; }
/*marches publics*/
.marches_publics {
	padding-left: 20px;
	font-size: 10px;
	list-style-type: none; }
.marches_publics a {
	color: #62401a;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none; }
.marches_publics a:hover { 
	color: #fff;
	background-color: #62401a;}
.marches_publics li {
	margin-bottom: 15px;
	border-top: 1px solid #62401a; }
