
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 12px;
	line-height: 1.25;
  font-family: 'Book Antiqua';
/*	font-family: 'Caveat Brush', cursive;*/
	/*background-color: #0000ff;*/
	overflow-x: hidden;
	width : 100% ;
	height: 100% ;
	cursor: none;
}


.back {
display : block ;
max-width : 100% ;
text-align: center;

}
#background {
	background-color: #ffffff ;
	width : 100% ;
	height : auto;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: -1;
	text-align: center;
}

.banniere1 {
background-color:#ffffff;
font-family: "Book Antiqua";
font-size:10px;
font-weight: normal;
font-variant: normal;
font-style : italic;
text-transform: uppercase;
color: #000000;
top:0px;
margin-top: 0px;
height: 17px;
width : 100% ;
padding-top: 2px;
}

.banniere2 {
position: relative;
background-color:#ffffff;
font-family: "Book Antiqua";
font-size:30px;
font-weight: normal;
font-variant: normal;
font-style : italic;
text-transform: uppercase;
color: #000000;
height: 40px;
width : 100% ;
top:425px;
box-sizing: border-box;
margin-bottom: 2px;
}

.etiquette {
	/*background-color: red;*/
	font-family: "Book Antiqua";
	font-size: 14.5px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	position : fixed;
	margin: 50px;
	margin-left: 20px;
	width : 323px;
	text-align: center;

}
.etiquetteContent {
	position : relative;
	width : 100%;
  height : auto;

}


.allImages {
	display : block ;
	width: 400px;
	height : 400px;
	/*margin-left : -200px ;
	margin-top: -200px;*/
	position: absolute;
	text-align: center;
	/*background-color: pink ;*/
}



.imgEtudiant {
	display : block;
	max-width : 100%;
	max-height: 100% ;
	position : relative;
	z-index: -1 ;
}
.backgroundimg {
	width : 120% ;
}
.imgEtudiant.bakgroundimg {
    width : 108vw ;
	position :absolute;
	top :0px;
	left : 0px ;
	max-width: none;
	max-height: none;
	z-index: -2 ;
}

.cursorimg{ opacity: 0; }

#eleve {
	font-style : italic;
	position : relative;
	top : 199px ;
  text-transform: uppercase;
}
#projet {
	font-style : italic;
	position: relative;
	top: 287px ;
	text-transform: lowercase;

}
#page {
	font-style : italic;
	position : relative ;
	top : 321px ;
	left : 2px ;
	text-transform: lowercase;
	text-decoration: underline;
}

a, a:visited, a:hover{
    color: black;
    text-decoration: none;
}



/* STYLE MOBILE */



@media screen and (max-width: 400px) {

.banniere1 {
	height: 17px;
	width : 100% ;
	padding-top: 2px;
	}

	.banniere2 {
		font-size:24px;
		top:346px;
	}

	.etiquette {
		font-size: 12px;
		position: absolute;
		margin: 0 auto;
		width : 70%;
		top : 13%;
		left: 15%;
}

	.etiquetteContent {
		margin: 0 auto;
		text-align: center;
	}

	.allImages {
		width: auto;
		height : 100%;
		top :0px;
	}

	.imgEtudiant {
	max-width : auto;
	}

	.backgroundimg {
		height : 100vh ;
		width:auto;
		top :0px;
	}

	.imgEtudiant.bakgroundimg {
	height: 100vh!important;
    width: auto!important;
	}

	#eleve {
		top : 156px ;
	  text-transform: uppercase;
		text-align: center;
	}

	#projet {
		top: 226px ;
		text-transform: lowercase;
		text-align: center;
	}

	#page {
		top :  252px  ;
		left : 2px ;
		text-transform: lowercase;
		text-decoration: underline;
		text-align: center;
}



















}
