body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}
.intro-section {
	height: auto;
	text-align: center;
	background-color: #6699CC;
	width: 100%;
	margin-top: 50px;
}
.testimonials-section{
	height: auto;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 5px;
	z-index: 520000;
	background-color: #fff;
	/*-webkit-box-shadow: inset 9px 20px 15px -16px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 9px 20px 15px -16px rgba(0,0,0,0.75);
	box-shadow: inset 9px 20px 15px -16px rgba(0,0,0,0.75);
	border-bottom-width: 10px;
	border-bottom-style: inset;
	border-bottom-color: #CCC;*/
	}
.home-section {
	height: auto;
	padding-top: 150px;
	text-align: center;
	background-attachment: scroll;
	background-repeat: repeat;
	padding-bottom: 150px;
	z-index: 520000;
	background-image: url(../images/back_pattern_01.png);
	background-position: 0px 0px;

}
.history-section {
	height: auto;
	padding-top: 100px;
	text-align: center;
	background-attachment: scroll;
	background-repeat: repeat;
	padding-bottom: 100px;
	z-index: 520000;
	background-color: #FFFF99;
	width: 100%;
	background-image: url(../images/bg_3.jpg);
}
.photograps-section {
	height: auto;
	padding-top: 150px;
	text-align: center;
	background-attachment: scroll;
	background-repeat: repeat;
	padding-bottom: 150px;
	z-index: 520000;
	background-color: #FDD000;

}
.activites-section {
	height: auto;
	padding-top: 150px;
	text-align: center;
	background-attachment: scroll;
	background-repeat: repeat;
	padding-bottom: 150px;
	z-index: 520000;
	background-image: url(../images/bg_6.jpg);
}

.youtube-section{
	height: auto;
	padding-top: 150px;
	text-align: center;
	background-attachment: scroll;
	background-repeat: repeat;
	padding-bottom: 150px;
	z-index: 520000;
	background-color:#FDD000;
	
	}


.contact-section {
	height: auto;
	padding-top: 150px;
	text-align: center;
	background-attachment: scroll;
	background-repeat: repeat;
	padding-bottom: 150px;
	z-index: 520000;
	background-image: url(../images/bg_2.jpg);
	background-position: 0px 0px;
	box-shadow: inset 0px 0px 50px 0px #2B2828,5px 5px 5px 1px #242424;
-webkit-box-shadow: inset 0px 0px 50px 0px #2B2828,5px 5px 5px 1px #242424;
-moz-box-shadow: inset 0px 0px 50px 0px #2B2828,5px 5px 5px 1px #242424;
-o-box-shadow: inset 0px 0px 50px 0px #2B2828,5px 5px 5px 1px #242424;
}