/*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_bandeau {
	margin: 0;
	padding: 0;
	border-width: 0; }

#haut_de_page #logo {
	position: absolute;
	top: 35px;
	left: 25px;}
	
#haut_de_page #logo img {
	/* float: left; */
	margin: 0 5px 0 0;}
	
#haut_de_page #logo a h1 {
	text-decoration: none;
	font-size: 36px;
	color: white;
	margin: 0;
	padding: 0;}

/*menu déroulant vertical */
#menu {
	list-style: none;
	margin: 0;
	padding: 0; }
	
#menu * {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; }

#menu li {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-left: 5px;
	padding:5px 0 0 0; }

#menu li ul {
	background-color: #ffd455;
	opacity: 0.85;
	position: absolute;
	left: -5px;
	top: 20px;
	width: 130px;
	z-index: 1000;
	list-style: none;
	margin: 0;
	padding: 0;
	border-width: 0 1px;
	border-color: #f9630d;
	border-style: dotted; }
	
#menu li ul * {
	/*color: #09460f;*/
	color: black;
	font-size: 11px;
	font-weight: bold;}
	
#menu li ul li {
	border-bottom-width: 1px;
	border-bottom-color: #f9630d;
	border-bottom-style: dotted;
	float: none;
	width: 122px;
	margin: 0;
	padding: 4px;}
	
#menu li ul li a:hover, #menu li ul li:hover {
	color: white;
	background-color: #f9630d; }
	
/*pied de page*/
#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*/
#col_chapo{
	float: left;
	width: 250px;}

#ariane {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #09460f}
	
#col_chapo .spip_logos {
	float: left;
	margin: 5px 5px 0 0;}

.article {
	float: right;
	width: 650px;}

.article h2 {
	border-bottom-width: 1px;
	border-bottom-color: #9cce2e;
	border-bottom-style: solid;
	color: #588e03;
	font-size: 16px;
	text-indent: 10px;
	margin-top: 3px;
	margin-bottom: 3px;}
	
.article h3 {
	text-align: center;
	font-size: 14px;
	font-style: bold;}

.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;
	 }

/*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; }