
/********** GENERAL **********/
*{
	margin: 0;
	padding: 0;
}


body{
	width: 100%;
	margin: 0;
	color: #51742e;
	background: url("../images/background.jpg") repeat;
	text-align: justify;
	position: relative;
	font-family: circula, "open sans", arial, sans-serif;
	
	min-width: 960px;
}

p{
	margin-bottom: 15px;
	font-size: 16px;
	font-family: "open sans", arial, sans-serif;
}

small{
	font-size: 10px;
}

a{
	text-decoration: none;
	color: #51742e;
}
a:hover{
	text-decoration: none;
	color: #403631;
}

h1{
	font-size: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	text-transform: uppercase;
	color: #403328;
}

h2{
	text-align: left;
	font-size: 30px;
	margin-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	color: #403328;
}

h3{
	font-size: 20px;
	margin-bottom: 20px;
	color: #51742e;
	text-transform: uppercase;
}

.div960{
	width: 960px;
	margin: auto;
}

.clear{
	clear: both;
}
.center{
	text-align: center;
}


/********** HEADER **********/

#top{
	background: url("../images/header.jpg") no-repeat center;
	height: 200px;
	
	position: relative;
}

header h1{
	font-size: 40px;
	margin-top: 35px;
	margin-bottom: 20px;
	text-align: left;
}

#mechain{
	font-size: 70px;
}

#logo{
	float: left;
}

#menu{
	float: right;
	width: 300px;
	height: 200px;
}

#menu nav{
	width: 300px;
	margin: auto;
}

#menu nav ul{
	width: 250px;
	padding: 0;
	text-align: right;
}

#menu nav ul li{
	font-family: circula, "open sans", arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
	display: inline-block;
	
	font-size: 24px;
	background-color: #403328;
	
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-property: background-color;
	-moz-transition-duration: 0.3s;
	transition-property: background-color;
	transition-duration: 0.3s;
	
	list-style-type: none;
	text-align: right;
	margin-bottom: 10px;
	
	 -webkit-transition: padding-left 0.5s ease;
        -moz-transition: padding-left 0.5s ease;
         -ms-transition: padding-left 0.5s ease;
          -o-transition: padding-left 0.5s ease;
             transition: padding-left 0.5s ease;
}

#menu nav ul li:first-child{
	margin-top: 15px;
}

/*#li-accueil{
	width: 58px;
}
#li-realisations{
	width: 135px;
}
#li-contact{
	width: 70px;
}*/

#menu nav ul li:hover{
	background-color: #51742e;
	padding-left: 50px;
}

#menu nav ul a{
	color: white;
	line-height: 25px;
}

#feuille{
	position: absolute;
	margin-top: 100px;
	margin-left: 450px;
	z-index: 99;
}
#feuille img{
	width: 150px;
}



/********** SLIDER **********/

.zone-vert{
	height: 370px;
	background: url("../images/slider-background.jpg") no-repeat top center;
	padding-top: 20px;
}


/********** BANDEAU **********/

#bandeau{
	height: 140px;
	background: url("../images/bandeau.jpg") no-repeat center;
	background-position: bottom;
	padding-top: 20px;
}

#bandeau h1{
	font-size: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
}


/********** GALERIE **********/

.image-set{
	text-align: left;
}

.zone-bois{
	background: url("../images/bois.jpg") repeat center;
	padding-top: 5px;
	padding-bottom: 20px;
	
	box-shadow: grey 0px 2px 15px;
}

.grid-sizer,
.grid-item{
	width: 22.5%;
}
.grid-item{
	margin:0 1% 20px 1%;
}
.grid-item--width2 {
	width: 400px;
}
.img-fluid{
	max-width:100%;
	height:auto;
}
.container{
	width:1360px;
	max-width: 100%;
	margin: auto;
}
/********** FOOTER **********/


footer{
	background: url("../images/footer.jpg") no-repeat center;
	height: 67px;
	margin-top: 50px;
}

footer p{
	text-align: right;
	padding-top: 25px;
	font-size: 20px;
	
	font-family: circula, "open sans", arial, sans-serif;
}

footer a{
	text-decoration: none;
	color: #403631;
}
footer a:hover{
	text-decoration: none;
	color: #51742e;
}




