#Texte1 {
			width: 280px;
			display: block;
			float: left;
		}
		#Texte2 {
			width: 280px;
			display: block;
			float: right;
		}
		#DispoParkings {
			background-color: white;
			border: 1px solid #869AC8;
			margin-top: 15px;
			margin-left: 50px;
			margin-right: 0px;
			padding: 5px;
			width: 290px;
			text-align: center;
			display: inline;
			float: left;
		}
		#DispoParkings span {
			font-size: 100%;
			font-weight: bold;
			color: #0D3692;
		}
		#DispoParkings a:link {color: #99D256; text-decoration: none;}
		#DispoParkings a:visited {color: #99D256; text-decoration: none;}
		#DispoParkings a:hover {color: #99D256; text-decoration: underline;}
	
		.Paiement {
			font-size: 85%;
		}
		.Paiement span {
			font-size: 120%;
			font-weight: bold;
			margin-bottom: 6px;
			display: block;
			color: #0D3692;
		}
		.Paiement a {
			cursor: pointer;
			z-index:10000;
		}
		.Paiement a span {
			font-size: 95%;
		}
		.Paiement a:link {color: #0D3692; text-decoration: none;}
		.Paiement a:visited {color: #0D3692; text-decoration: none;}
		.Paiement a:hover {color: #FEB32B; text-decoration: underline;}
		.Paiement a:hover span {color: #FEB32B; text-decoration: underline;}
		
		.Paiement img {
			margin-right: 10px;
			margin-left: 10px;
			display: inline;
			vertical-align: middle;
			border: none;
		}
