/*balises site*/
.nettoyeur { 
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	height: 0;
	line-height: 1px;
	font-size: 1px; }
.invisible {
	display: none; }
/*haut de page*/
#haut_de_page img {
	margin: 0;
	padding: 0;
	border-width: 0; }

#haut_de_page #logo {
	position: absolute;
	float:left;
	top: 35px;
	left: 25px; }
/*menu déroulant vertical */
#navigation {
	background-color: #669;}
#menu_dv {
	list-style: none;
	margin: 0;
	padding: 0; }
	
#menu_dv * {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; }
#menu_dv li {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	padding-top: 10px; }
#menu_dv li ul {
	background-color: #c8c8c8;
	position: absolute;
	left: -5px;
	top: 24px;
	width: 130px;
	z-index: 1000;
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top-width: 0; }
	
#menu_dv li ul * {
	color: black;
	font-size: 11px;
	font-weight: normal; }
	
#menu_dv li ul li {
	float: none;
	width: 122px;
	margin: 0;
	padding: 4px;
	border-top: 1px solid black; }
	
#menu_dv a {
	display: block;
	width: 100%; }
	
#menu_dv li ul li a:hover, #menu_dv li ul li:hover {
	color: white;
	background-color: #669; }
/*pied de page*/
#pied_de_page {
	background-color: #669;
	height: 30px;
	padding-top: 5px; }

#pied_de_page p {
	text-align: center;
	 }

#pied_de_page * {
	color: white;
	font-size: 11px;
	text-decoration: none; }

#pied_de_page a:hover {
	text-decoration: underline overline; }
/*article*/
.article {
	 }
.article h2,.article h3 {
	color: #669;
	font-size: 16px;
	/*text-indent: 10px;*/
	font-style: italic;
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom: 1px solid #669;
	/*border-left: 3px solid #669; */}
.article p {
	line-height: 14px;
	text-align: justify;
	margin-top: 2px; }

/*syndication marchés publics*/
.marches_publics * {
	text-decoration: none; }

.marches_publics dt a {
	color: #0860a8;
	font-size: 12px;
	font-weight: bold; }

.marches_publics dt a:hover {
	text-decoration: underline; }

.marches_publics dd {
	padding: 5px;
	border-left: 2px solid #0860a8;
	 }

/*galerie photos dans l'article*/
.galerie {
	margin: 5px 0 0;
	padding: 3px;
	border: solid 1px #0860a8; }

.galerie h3 {
	text-align: left;
	text-indent: 15px;
	margin: -8px 0 8px 10px;
	border-width: 0; }
	
.galerie h3 span {
	background-color: #f5f5f5;
	font-size: 13px;
	font-style: italic;
	padding-right: 5px;
	padding-left: 5px; }

/*comarquage*/
#comarquage { }

#comarquage p.titre_comarquage {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0; }

#comarquage p.comarquage {
	font-size: 14px;
	font-family: "Times New Roman", Georgia, Times, serif;
	text-align: center;
	margin-top: 0; }

#comarquage p.comarquage a {
	font-size: 14px;
	font-weight: bold; }

/*page erreur*/
h2.page_erreur {
	color: #669;
	font-size: 16px;
	text-align: center;
	margin-top: 50px; }

