/*body {
	background-image: url(Img/font2.jpg);
}*/
body {
	font-family: Arial, sans-serif;
	margin: 40px;
	
	/*background: url('http://messomes.free.fr/newsletter_img/bg.jpg') repeat fixed; /* image de fond */
	background-color: #e6bf56;
}

.container {
	width: 100%;
	max-width: 1000px;
	padding: 20px;
	background-color: #797676;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

header {
	color: #ffffff;
	text-align: center;
	padding: 20px;
	background: url('http://saint.ferreol.free.fr/images/BandoAbbatiale3.jpg') center center/cover;
	/* image de fond pour le header */
}

header img {
	max-width: 100px;
	height: auto;
}
a:link {
	color: #FFCC66;
	text-decoration: none;
	background-color: #333333;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
	background-color: #666666;
}
a:active {
	color: #FFFFCC;
	text-decoration: none;
}
.petit {
	font-size: small;
}
.fondgris {
	background-color:#999;
	padding: 20;
 }
 @media screen and (max-width: 600px) {
	body {
		font-size: 14px;
	}

	header h2 {
		font-size: 1.5em;
	}

	.event h2 {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 600px) {
	#logo {
		width: 30px;
	}
}

@media screen and (max-width: 600px) {
	.event img {
		max-width: 100%;
		height: auto;
		margin-top: 10px;
	}
}

@media screen and (max-width: 600px) {
	.social-links {
		text-align: center;
		margin-top: 10px;
	}

	.social-links a {
		margin: 5px;
	}
}
