body {  
	font-family: 'Avenir', sans-serif; 
	color: #33475b;    
}
.conteneur {
	position: relative;
	height: 300px;
	margin: 20px;
}
.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.logoGauche {
	float: left;
}
.mentions {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -200%);
}
.mentionsLegales {
	display: inline;
	font-weight : bold;
	color: #ffca00;
	line-height: 2em;
}
.titres {
	display: inline;
	font-weight: bold;
	color: #322693;
	line-height: 2em;
}
.texte {
	display: inline;
	line-height: 1em;
}
.texteDroit {
	display: inline-block;
	padding: 20px;
}
a {
	 color: white;
	 text-decoration:none;
	 font-size: x-small;
}