/* CSS Document */

/*Body*/
body {
	/*background-color: #DFE0E7;*/
	background-color: #efe9f9;
}

#bloc_page {
	background-color: white;
	max-width: 1260px;
	margin:auto;
	border-radius: 30px;
	min-width: 350px;
}

.boutonNavMenuHaut{
    width: 95px;
	cursor: pointer;
	background-color: cornsilk;
}

.ligneHori{
	border-color: #07acbd;
}

h1{
	text-align: center;
}

/*  HEADER  */
#divImageHaut {
	max-height: 300px;
	/*background-color: blue;*/
	border-radius: 30px 30px 0px 0px;
	margin-bottom: 20px;
}

.imageHaut{
	max-width: 100%;
	border-radius: 30px 30px 0px 0px;
}

.myslides {
    display: none;
    max-width: 100%;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
    max-width: 100%;
}

#divLogoHaut{
	max-width: 14%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	min-width: 150px;
	/*margin: auto;*/
}

#logoHaut{
	max-width: 100%;
}

#menuHaut{
	margin: auto;
	width: 90%;
}

/* SECTION */
section{
	margin: auto;
	width: 90%;
}
