body{
	background: url(../img/background.jpg);
	width: 100%;
	background-size: 100%;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #6a920b;
}

hr{
	border-color: #333;
}

h1{
	font-family: coolcrayon, Arial, Serif;
	font-size: 36px;
}

h2{
	font-weight: bold;
}

#banner{
	background: linear-gradient(white, #2bd7c7);
}

#bannercenter{
	width: 650px;
	margin: 0 auto;
	padding-top: 15px;
}

#koala{
	height: 90px;
	margin: 0 20px;
	float: left;
}

#bannertitle{
	font-family: coolcrayon, Arial, Serif;
	color: #568725;
	float: left;
}

#bannertitle1{
	font-size: 25px;
}

#bannertitle2{
	font-size: 53px;
}

#onglets{
	background: linear-gradient(#eb4b4d, #fa7f81);
	box-shadow: 0 0 6px #333;
}

.onglet{
	font-family: coolcrayon, Arial, Serif;
	letter-spacing: 2px;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	transition: 0.1s;
}

.onglet:hover{
	background: linear-gradient(#fa7f81, #eb4b4d);
	box-shadow: 0 0 6px 6px #eb4b4d inset;
	transition: 0.1s;
}

.active .onglet{
	background: linear-gradient(#fa7f81, #eb4b4d);
	box-shadow: 0 0 6px 6px #eb4b4d inset;
	color: white;
	text-shadow: 0 0 6px white;
}

#contenu1, #contenu_2, #contenu_3, #contenu_4{
	display: none;
}

.page{
	background: rgba(255, 255, 255, 0.85);
	margin: 30px auto;
	box-shadow: 0 0 6px #333;
	font-family: sunshine, Arial, Serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	padding: 15px;
}

.pagetitle{
	font-size: 40px;
	letter-spacing: 2px;
	text-align: center;
	margin: -15px -15px 0 -15px;

}

.pagetitle1{
	background: linear-gradient(#d17a09, #fcc352);
}

.pagetitle2{
	background: linear-gradient(#65894c, #8ec919);
}

.pagetitle3{
	background: linear-gradient(#bc5614, #e47e3c);
}

.pagetitle4{
	background: linear-gradient(#0077f3, #2cb8f3);
}

.pagepictureheader{
	font-family: 'Trebuchet MS', Arial, Serif;
	font-size: 16px;
	color: white;
	background-color: #897779;
	text-align: center;
}

.pagepicturefooter{
	font-family: 'Trebuchet MS', Arial, Serif;
	font-size: 12px;
	color: white;
	background-color: #897779;
	text-align: center;
	padding: 5px;
}

.pagepicture{
	background: #b09ea0;
	border: 1px solid #b09ea0;
	font-family: 'Trebuchet MS', Arial, Serif;
	font-size: 12px;
	color: black;
	text-align: center;
	padding: 10px 0;

}

.pagepicture:hover{
	text-decoration: underline;
	border: 1px solid black;
}

.pagepicture img{
	width: 90%;
	margin: 10px 5%;
}

.modalpicture{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.texte{
	padding: 0 30px;
}

.fb-page{
	margin-bottom: 15px;
}

.assistanteintro{
	text-align: center;
	padding: 30px 0;
}

.assistante{
	display: block;
	margin: 15px auto;
	border-radius: 50%;
	width: 150px;
}

.coord{
	font-size: 26px;
}

.carouselimg{
	width: 100%;
	padding: 15px;
}

.fbalbum{
	width: 100%;
	height: 380px;
}

.divbtn{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.clear{
	clear: both;
}

@media screen and (max-width:991px){
	.onglet{
		font-size: 16px;
	}

	h1{
		font-size: 30px;
	}
}

@media screen and (max-width:767px){
	body{
		background-position: top;
	}

	#koala{
		height: 30px;
		margin: 5px;
	}

	#bannercenter{
		padding-top: 0;
		width: auto;
	}

	#bannertitle1{
		display: none;
	}

	#bannertitle2{
		font-size: 28px;
	}

	.page{
		margin: 0 auto;
	}
}

@media screen and (max-width:543px){
	.onglet{
		font-size: 13px;
	}
}
