/*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 .logo_site {
	position: absolute;
	top: 3px;
	left: 130px; }
#haut_de_page .logo_rubrique {
	position: absolute;
	top: 15px;
	right: 25px; }

/*menu déroulant vertical */
#menu_dv {
	list-style: none;
	margin: 0;
	padding: 0; }
	
#menu_dv * {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; }
	
#menu_dv li {
	position: relative;
	float: left;
	padding: 10px 15px 0 15px; }
	
#menu_dv li:hover {
	color: #093; }
	
#menu_dv li ul {
	background-color: #b1eaa5;
	opacity: 0.9;
	position: absolute;
	left: -5px;
	top: 24px;
	width: 130px;
	z-index: 1000;
	list-style: none;
	margin: 0;
	padding: 0;
	border-color: #003d94;
	border-style: solid;
	border-width: 0 1px 1px; }
	
#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:hover, #menu_dv li ul li a:hover {
	color: white;
	background-color: #093; }

/*pied de page*/
#pied_de_page p {
	text-align: center;
	margin: 0;
	padding: 5px; }
#pied_de_page * {
	font-weight: bold;
	color: white;
	font-size: 10px;
	text-decoration: none; }
#pied_de_page a:hover {
	text-decoration: underline overline; }

/*article*/
.article {
	 }
.article h2 {
	color: #069;
	font-size: 16px;
	text-indent: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-left: 3px dotted #069; }
.article .spip_logos {
	float: left;
	margin-right: 5px; }

.article p {
	line-height: 14px;
	text-align: justify;
	margin-top: 2px; }
.article .notes_article {
	background-color: #eaeaea;
	padding: 3px; }

.article p.spip_note {
	font-size: 10px;
	font-style: italic;
	margin: 0 0 3px; }
.article a.spip_note {
	color: #a8a8a8;
	text-decoration: none; }

.article a.spip_note:hover {
	color: white;
	background-color: #a8a8a8;
	text-decoration: none; }

.article p.document_joint {
	text-align: center; }
.article p.document_joint * {
	color: #004ea3; }

.article p.document_joint small {
	font-size: 10px;
	font-style: italic; }

.article p.document_joint a:hover {
	text-decoration: underline overline; }

/*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 {
	background-color: #eaeaea;
	margin: 5px 0 0;
	padding: 3px; }

.galerie h3 {
	text-align: left;
	text-indent: 15px;
	margin: 0 0 3px; }
	
.galerie h3 span {
	background-color: #eaeaea;
	font-size: 12px;
	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; }

/*fil ariane*/
#fil_ariane {
	font-style: italic;
	margin-top: 0;
	margin-left: 20px;
	padding-top: 10px; }

#fil_ariane * {
	color: #000; }

#fil_ariane a {
	text-decoration: underline; }

#fil_ariane a:hover {
	text-decoration: underline overline; }

/*formulaire reservations*/
#reservations {
	background-color: #eaeaea; }

#reservations legend {
	font-size: 11px;
	font-weight: bold;
	 }

#reservations div.zone_a {
	width: 48%;
	float: left; }

#reservations div.zone_b {
	width: 48%;
	float: right;
	padding-left: 3px;
	border-left: 1px solid black; }

#reservations p.nom_zone {
	font-weight: bold;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 0; }

#reservations p.resa {
	margin-top: 2px;
	margin-bottom: 0; 
	text-align: right;}
#reservations label { 
	display: inline;
	/* width: 160px; */
	/* float: left; */
	text-align: right;
	padding-right: 5px; }
#reservations #p_total_general {
	font-weight: bold;
	background-color: #94c6e6;
	text-align: center;
	padding: 3px; }
#reservations #p_total_general input {
	font-weight: bold;
	margin-top: 3px; }

