body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
article, aside, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	margin: 0;
	padding: 0;
	background: url(../images/carte-Paris-by-ch.png) no-repeat center fixed;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover;
}
ol, ul {
	list-style: none;
}
h1 {
	color: #656363;
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	margin-bottom: 3px;
}
h2 {
	color: #a19595;
	font-size: 20px;
}
h3 {
	color: #B6A272;
	font-size: 100%;
	font-weight: normal;
}
h4 {
	color: #656363;
	font-size: 15px;
	text-align: center;
	margin-bottom: 20px;
}
p {
	color: #656363;
	font-size: 16px;
}
body {
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-weight: 400;
	font-size: 15px;
	overflow-y: no-scroll;
	overflow-x: hidden;
}
.ie7 body {
	overflow: hidden;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a img {
	border: none;
}
#page1 {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow-y: hidden;
	overflow-x: hidden;
}
.containerAccueil {
	position: relative;
	text-align: center;
	width: 100%;
	height: 1200px;
	z-index: 1;
}
.containerAccueil > header {
	padding: 10px 50px 10px 50px;
	position: relative;
	display: block;
	text-align: center;
	border: none;
}
.containerAccueil > header h1 {
	color: #a19595;
	font-size: 20px;
	text-align: center;
}
.container {
	position: relative;
	text-align: center;
	width: 100%;
	height: 1200px;
}
.container > header {
	padding: 10px 50px 10px 50px;
	position: relative;
	display: block;
	text-align: center;
	border: none;

}
.container > header h1 {
	color: #a19595;
	font-size: 20px;
	text-align: center;
}
.navigation {
	font-size: 11px;
	width: 100%;
	margin-top: 10px;
	text-transform: uppercase;
	position: relative;
}
.navigation a {
	padding: 0px 10px;
	letter-spacing: 1px;
	display: block;
	float: none;
}
.navigation a:hover {
	color: #fff;
	text-decoration: none;
}
p.navigation {
	display: block;
	padding: 15px 0px;
}
p.navigation a, p.navigation a.current, p.navigation a.current:hover {
	display: inline-block;
	padding: 4px 10px 3px;
	font-size: 13px;
	margin: 2px 3px;
	font-weight: 800;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #d51000;
}
p.navigation a:hover {
	background: #a31206;
}
p.navigation a:active {
	background: #a31206;
}
.navigation .en-cours {
	background-color: #a31206;
	color: #fff;
}
#article {
	width: 70%;
	margin: 50px auto;
}
#article p {
	margin: 0;
	padding: 0;
	text-align: left;
}
#article img {
	float: left;
	margin: 0px 10px 10px 0;
}
#contact {
	width: 60%;
	margin: 0 auto;
}
#contact p {
	padding: 3%;
	align: center;
	font-size: 16px;
}
.imageContact {
	background-color: #06C;
	width: 100%;
	height: 500px;
	margin: 0 auto;
	position: relative;
}
.gallery {
	margin: 35px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}
.gallery li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 16.6666667%;
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
}
.gallery li a, .gallery li a img {
	display: block;
	width: 100%;
	cursor: pointer;
}
.gallery li a img {
	max-width: 100%;
}

@media screen and (max-width: 1190px) {
.gallery li {
	width: 20%;
	width: -webkit-calc(100% / 5);
	width: calc(100% / 5);
}
}

@media screen and (max-width: 945px) {
.gallery li {
	width: 25%;
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
}
}

@media screen and (max-width: 767px) {
.container > header {
	text-align: center;
}
p.navigation {
	position: center;
	top: auto;
	left: auto;
}
}

@media screen and (max-width: 660px) {
.gallery li {
	width: 33.3333333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
}

@media screen and (max-width: 400px) {
.gallery li {
	width: 50%;
	width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
}
}

@media screen and (max-width: 300px) {
.gallery li {
	width: 100%;
}
}
.footerAccueil {
	position : fixed;
	bottom : 0;
	left : 0;
	right : 0;
	height : 25px;
}
.footer {
	bottom: 0;
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 100px auto;
	overflow: hidden;
}
