.container {
	color: #3e3e3e;
}
.container h1{
	text-transform:uppercase;
	line-height:40px;
	padding:25px 0;
}
.container p {
	font-size:0.8em;
	text-align:justify;
	margin:8px 0;
}
.container p.center {
	text-align:center;
}
.container a{
	color:#3db0e0;
}
.bleu{
	color:#3db0e0;
}
@media screen and (max-width : 749px) {
	
	.container{
		max-width:90%;
		padding:0 5%;
	}
	div#mentions {
	padding:0px;
	}
}