/*balises site*/
.nettoyeur { 
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	height: 0;
	line-height: 1px;
	font-size: 1px; }

.clear_fix:after {
	content: ".";
	display: block;
	height:1px;
	clear: both;
	visibility: hidden;}

.invisible {
	display: none; }
/*haut de page */
#bandeau_haut img.picto{
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	margin: 0 10px 0 0;
	padding: 0;}

#bandeau_haut img.picto:hover{
	border-style: solid;
	border-width: 1px;
	border-color: #af0b69;}
	
#bandeau_haut #logo {
	position: absolute;
	left: 170px;
	top: 130px;}

/*menu */
#menu {
	width: 150px;
	list-style: none;
	margin: 10px;
	padding: 0; }
	
#menu a {
	display: block;}
	
#menu a.rub_courante {
	color: #af0b69;}
	
#menu * {
	color: #37404d;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none; }
	
#menu li {
	position: relative;
	margin: 0;
	padding: 5px 5px 5px 15px;
	background-repeat: no-repeat;
	background-image: url(../images/puce_blanche.png);
	background-position: left center;
	/* text-indent: 10px; */}
	
#menu a:hover, #s_menu a:hover {
	color: #af0b69; }
	
#menu li ul {
	background-color: #eae988;
	position: absolute;
	top: 0;
	left: 140px;
	width: 150px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1000;}
	
#menu li ul * {
	font-size: 11px;
	font-weight: normal; }
	
#menu li ul li {
	background-image: none;
	text-indent: none;
	float: none;
	/* width: 122px; */
	margin: 0;
	padding: 4px;
	border-bottom: 2px #af0b69 dotted;}

#s_menu {
	list-style: none;
	margin: 25px 0 0 10px;
	padding: 0; }
	
#s_menu * {
	color: #37404d;
	font-size: 10px;
	text-decoration: none; }
	
#s_menu li {
	margin: 0;
	padding: 4px;}

/*pied de page*/
#pied_de_page {
	height: 30px;
	padding-top: 5px; }

#pied_de_page p {
	text-align: center;}

#pied_de_page * {
	color: #5b687c ;
	font-size: 10px;
	text-decoration: none; }

#pied_de_page a:hover {
	text-decoration: underline overline;
	color: #af0b69; }

/* menu_rubrique */
#menu_rubrique {
	margin: 0 0 3px 6px;
	list-style-type: none;
	padding: 5px 3px 5px 10px;
	background-color: #eae988;
	float: right;
	width: 200px;}
	
#menu_rubrique *{
	color: #37404d;
	font-size: 11px;}
	
#menu_rubrique li {
	padding: 0 0 2px 0;}
	
/*article*/
#contenu h1 {
	background-repeat: no-repeat;
	background-image: url(../images/puces_doubles.png);
	background-position: left center;
	color: #af0b69;
	padding: 1px;
	font-weight: bold;
	font-size: 14px;
	text-indent: 15px;
	margin-top: 10px;
	margin-bottom: 3px; }
.article p {
	/* line-height: 14px; */
	font-size: 1.05em;
	line-height: 1.3em;
	text-align: justify;
	margin-top: 2px; }
.article h3 {
	font-size: 1.1em;
	text-align: center; }
.article .spip_logos {
	float: left;
	margin: 0 5px 0 0; }
/*syndication marchés publics*/
.marches_publics * {
	text-decoration: none; }

.marches_publics dt a {
	color: #2d3b63;
	font-size: 1.1em;
	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*/
.wgalerie {
	margin: 5px 0 0;
	padding: 3px;
	border: solid 1px #2d3b63; }

.wgalerie h3 {
	text-align: left;
	text-indent: 15px;
	margin: -8px 0 8px 10px; }
	
.wgalerie h3 span {
	background-color: white;
	font-size: 1.2em;
	font-style: italic;
	padding-right: 5px;
	padding-left: 5px; }

/*comarquage*/
#comarquage { }

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

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

#comarquage p.comarquage a {
	font-size: 1.2em;
	font-weight: bold; }

