@charset "UTF-8";
/* CSS Document */
div.DivImgCouv{
	padding: 50px;
	text-align: center;
}
img.couv {
    max-width: 100%;
    height: auto;
}
img.accroch {
    max-width: 90%;
    height: auto;
	margin: 80px 0 80px 0;
}
img.mois{
	float: left;
	margin: 50px 5% 50px 8%;
}
a{
	text-decoration: none;
}
h1{
	font-size: 5em;
}
h2{
	font-size: 2.7em;
	margin-top: -30px;
}
h4{
	margin-top: 50px;
	font-size: 1.7em;
}
h3{
	font-size: 2em;
}
p{
	font-size: 1.7em;
}
.textLien{
		font-size: 4em;
}
.textInfo{
		font-size: 2em;
}
hr{
	margin-top: 50px;
}