	div.article ul {
		list-style-type: square;
		list-style-position: inside;
		margin-left: auto;
		margin-right: auto;
		padding:  0px;
	}
	
	div.article li {
		margin: auto;
		width: 70%;
	}
	
	div.article a {
		color: #96C1E1;
	}

	div#contact div#preambule {
		margin: 10px auto;
		width: 90%;
		text-align: justify;
	}

	div.liste_contacts {
		margin: 10px auto;
		width: 90%;
		text-align: left;
	}
	
	div.liste_contacts div {
		line-height: 30px;
		border-bottom: solid 1px #e0e0e0;
	}
	
	div.liste_contacts a, div.liste_contacts div.numtel {
		display: block;
		padding-left: 40%;
		margin-left: auto;
		margin-right: 10%;
		color: #0f68af;
		text-align: left;
		border-bottom: none;
	}
		
	div.liste_contacts a:hover {
		text-decoration: underline;
		color: #4f4f4f;
	}
	
	div.liste_contacts div.coord_gauche {
		float: left;
		width: 42%;
		display: list-item;
		list-style-type: square;
		list-style-position: inside;
		font-weight: bold;
		border-bottom: none;
	}

	div.liste_contacts div#mention {
		text-align: center;
		font-weight: bold;
		font-size: 10px;
		font-style: italic;
		border-bottom: none;
	}

	div#liste_adresses {
		
	}
	
	div.adresse {
		width: 60%;
		margin: 20px auto;
		text-align: center;
		border: solid 1px #f0f0f0;
		padding-bottom: 10px;
		background: #ffffff;
	}
	div.adresse div.intitule {
		line-height: 20px;
		margin-bottom: 10px;
		border-bottom: solid 1px grey;
		background: #3083C1;
		color: #ffffff;
		font-weight: bold;
	}
	
	div.adresse div.detail_adresse {
		font-style: italic;
	}

