html
{
background-image: url("http://www.associationparie.org/includes/items/background_html/plan.jpg");
background-position: top center;
background-repeat: no-repeat;
background-color: #387092;
}

		.sous_titre_2_corps
		{
		width: 200px;
		padding-bottom: 5px;
		font-size: 18px; 
		color: #2258a6; 
		font-weight: bold; 
		border-bottom: 1px solid #dadada;
		}
		
		.sous_titre_3_corps
		{
		font-size: 13px; 
		color: #2258a6; 
		text-decoration: underline;
		font-weight: bold; 
		}
		
	/* Plan Google Map */
		
	#conteneur_map_local
	{
	float: left;
	width: 650px;
	height: 410px;
	}
	
	#map_local
	{
	width: 640px;
	height: 400px;
	border: 5px solid #ffffff;
	}
	
	.conteneur_form_contact
	{
	float: left;
	width: 263px;
	height: 410px;
	margin-left: 10px;
	}
	
	.conteneur_form_contact input[type=text]
	{
	width: 255px;
	margin-bottom: 8px;
	}
	
	.conteneur_form_contact textarea
	{
	width: 255px;
	height: 170px;
	font-family: arial;
	font-size: 13px;
	margin-bottom: 8px;
	}
	
	.conteneur_form_contact input[type=submit]
	{
	width: 262px;
	height: 30px;
	}
	
	.conteneur_reponse_gmap
	{
	clear: both;
	float: left;
	width: 918px;
	margin-top: 15px;
	}
	
	#instructions
	{
	float: left;
	padding: 5px;
	width: 908px;
	margin-bottom: 10px;
	text-align: justify;
	background-color: #ffffff;
	border: 1px solid #dadada;
	}
	
		.instructions_calcul
		{
		float: left;
		width: 700px;		
		height: 17px;
		padding-top: 3px;
		color: #346cc5; 
		font-weight: bold;
		}
		
		.actions_gmap
		{
		float: left;
		width: 205px;
		height: 20px;
		text-align: right;
		}
		
		.reinit
		{
		margin-left: 6px;
		}
	
	#EmplacementTexteItineraire
	{
	clear: both;
	float: left;
	margin: 0px; 
	padding: 5px; 
	width: 908px;
	text-align: justify;
	background-color: #ffffff;
	border: 1px solid #dadada;
	}		

	#EmplacementTexteItineraire b
	{
	color: #346cc5;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	}
	
	#EmplacementTexteItineraire b:link
	{
	color: #346cc5;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	}
	
	#EmplacementTexteItineraire b:visited
	{
	color: #346cc5;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	}
	
	#EmplacementTexteItineraire b:hover
	{
	color: #346cc5;
	font-weight: normal;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	}
