body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background: url("img/46-3.jpg") fixed no-repeat;
}

.page {
	box-shadow: 0px 0px 60px rgba(0,0,0,0.7);
	margin: 0px auto;
	background-color: #ffffff;
	text-align: center;
	position: relative;
	padding: 30px 0px 0px 0px;
	overflow: hidden;
	max-width: 100%;
}

.entete {
	padding: 30px;
}

.titre-page {
	font-family: "times new roman", serif;
	font-style: normal;
	font-size: 2em;
	text-align: center;
	line-height: 1.1em;
}

.communiquer {
	background: url("img/fond-vert-vaue.png") no-repeat rgba(114,198,165,1);
}

.text-sortie {
	margin-top: 60px;
	font-family: "times new roman", serif;
	font-style: italic;
	font-size: 2em;
}

.bouton {
	padding: 15px 23px;
    display: inline-block;
    background-color: #ea5b0c;
    color: #ffffff;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 30px;
}

@media (min-width: 1140px) { 
	.page { 
		margin: 50px auto; 
		box-shadow: 0px 0px 60px rgba(0,0,0,0.7);
		background-color: #ffffff;
		text-align: center;
		position: relative;
		padding: 30px 0px 0px 0px;
		overflow: hidden;
		/*max-width: 1140px;*/
		max-width: 1200px;
	}
	.titre-page {
		font-family: "times new roman", serif;
		font-style: normal;
		font-size: 4em;
		text-align: right;
	}
}

.communiquer {
	padding: 25px 15px 50px 15px;
	text-align: center;
	margin-left: -45px;
	margin-right: -45px;
}

.footer {
	width: 100%;
	background: url(img/presse.png) top right no-repeat;
	color: #000;
	text-align: center;
	font-size: 1.6em;
	padding: 30px;
}
.footer h1 {
	color: #72c6a5;
    font-weight: 700;
    letter-spacing: -0.025em;
	font-size: 1.3em;
}
.footer a {
	
}