#principal fieldset {
	color: black;
	font-size:0.9em;
	margin-bottom: 20px;
	border: 2px solid #ABBF3B;
}

#principal legend {
	font-weight:bolder;
	font-size:1.1em;
	color:#004d9f;
}

#principal h3 {
	margin-left:60px;
	margin-bottom:20px;
}

label.label_info_marche {	
	display: block;
	font-weight:bolder;
	font-size:1em;
	float: left;
	width: 150px;
	margin-left:30px;
	color:black;
}

.infos_marche{	
	float: left;
	width: 80%;
	margin-left:50px;
	margin-bottom:10px;
	border: 1px solid #ABBF3B;
	font-size:1em;
	padding: 0 25px;
	background-color:#f5f5f5;
	
}
.no_info_marche{
	font-weight:bolder;
	font-size:1.2em;
	float: left;
	margin:80px 30px 50px 30px;	
	color:red;
}
.info_limite_inscr{
	font-weight:bolder;
	font-size:1.1em;
	float:left;
	margin-left:50px;
	margin-right:30px;
	color:red;	
}
.lien_s_inscrire {
	float:left;
}
p {clear:both;}
/*
.lien_carte{
	display: block;
	font-weight:bolder;
	font-size:1.1em;
	float: left;
	width: 250px;
	margin-left:30px;
	color:black;
}
#bt_lien_carte {
	float: left;
	cursor:pointer;
	margin:10px auto 10px 100px;
	padding:2px 10px 2px 10px;
}*/
.bt_lien_carte  {
	float: left;
	cursor:pointer;	
	margin:10px auto 10px 100px;
  -webkit-border-radius: 9;
  -moz-border-radius: 9;
  border-radius: 9px;
  color: #292a2e;
  font-size: 13px;
  background: #d4d6a4;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}

.bt_lien_carte:hover {
  background: #bce0a8;
  background-image: -webkit-linear-gradient(top, #bce0a8, #34d989);
  background-image: -moz-linear-gradient(top, #bce0a8, #34d989);
  background-image: -ms-linear-gradient(top, #bce0a8, #34d989);
  background-image: -o-linear-gradient(top, #bce0a8, #34d989);
  background-image: linear-gradient(to bottom, #bce0a8, #34d989);
  text-decoration: none;
}
/* partie carte du lieu de rdv */
	#zone_entete {
		width:100%;
		text-align:center			
	}
	#info_bulle {
		width:300px;
		height:auto;
		/*overflow: hidden;*/
		padding:0;
	}
	#info_bulle .titre_info_bulle {
		color:black;
		text-decoration:underline;			
	}
	#info_bulle .rdv_info_bulle {
		color:red;		
	}
	#info_bulle img {
		float:left;
		margin-right:5px;
		width:30px;
	}
	#info_bulle .dist_info_bulle {
		float:left;
		margin:0;
		color:green;		
	}
	#info_bulle .lien_iti {
		clear:both;
		margin-left:15px;
		color:black;
		text-decoration:underline;		
	}
	#info_bulle a {
		color:blue;
		text-decoration:underline;
		margin-left:200px;
	}
		
	.titre{
		margin-left:20px;
		margin-bottom:20px;
		margin-right:300px;
		font-weight:bolder;
		font-size:1.1em;
		color:blue;			
	}
		
	.infos_aide{
		margin-left:20px;
		margin-bottom:20px;
		font-style:italic;
		font-size:0.9em;
		color:#004d9f;
	}