@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(TOURISME/Huelgoat-eglise-chapelle/eglises-huelgoat.jpg);
}
#header{
	width: 100%; 
	height: 93px;	
	position: fixed;
	top: 0px;	
	box-shadow: 2px 2px 7px #878ea5;
	-webkit-box-shadow: 2px 2px 7px #878ea5;
	background-position: top;
	z-index: 5000;
	background-color: rgba(255,255,255,0.9);
	}
#banniere {
	padding: 50px 0 0 0;
	position: fixed;
	width: 100%;
	top: 60px;	
	text-shadow: 0 3px 5px rgba(0,0,0,0.3);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px
	z-index: 2;
}
.h1{
	text-decoration: none;
	color: #4c78a1;   
	text-transform: none;
	font: 40px Verdana;
	letter-spacing: 3px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.2);
	line-height:55px;
}
.h2{
	text-decoration: none;
	color: #ffffff;
	text-transform: none;
	font: 40px Helvetica;line-height: 60px;
	letter-spacing: 3px;
	text-align: center;
}
#contenu {
	width: 100%;
	position: relative;
	top: 180px;
	z-index: 90;
	text-align: center;
}
#container {
	width: 40%;
	margin: 0 auto;
}
