/*	----	Toutes       ---- */
body {
	padding-top : 0px;
	font-family : "Times New Roman";
	background-size:200%;
}

/*	----	Menus       ---- */
#MenuNav {
 position: fixed;
 margin-top: 0px;
 top: 20px;
 left: 50px;
 width: 98%;
 height: 50px;
 border: no;
 z-index: 2;
}
	#MenuNav img {
		height:30px;
		width: auto;
		padding-left: 9%;
		border-radius: 5px 20px 20px 5px;
		display:inline-block;
	}

/*	----	Accueil       ---- */
img.bloc {
	width:100%;
	height:auto;
}
img.photo {
	width:100%;
	height:auto;
}
img.rect {
	height:20px;
	width:100%;
}

img.band {
	height:auto;
	width:100%;
	padding-left:0%;
}

.nav {
	display : inline-block;
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.nav li {
	display: inline;
}

/*	----	Le Groupe       ---- */
.Encart {
  width: 80%;
  margin-left:5%;
  margin-bottom:3.5%;
  padding-top: 40px;
  padding-bottom:1%;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 20px;
  background-color: rgb#ffffcc; /* rgb(247,243,180); */
  font-size:1.3em;
  font-family: cursive;
  text-align:justify;
}

.Encart img {
	width:75%;
	padding-left: 2%;
	padding-top : 1%;
	padding-bottom :1%;
}



/* ---- Contact ---- */

.Fenetre {
	width: 80%;
	margin-left:5%;
	margin-bottom:1%;
	padding-top: 40px;
	padding-bottom:1%;
	padding-left: 5%;
	padding-right: 5%;
	border : 4px solid rgb(250,250,130);
	border-radius: 20px;
	background-color:rgb(90,90,50);
	font-size:2.65vw;
	color : #000000;
	z-index:2;
}
	.Fenetre a {
		color:#f03000;
	}

/* ---- Médias ---- */
.vide{
  margin: 0% 5% 4%;
  float: left;
  width: 38%;
}
	.vide video {
	width:320px;
	height:240px;
	}