body {
	margin : 0;
	padding : 0;
}

header {
	height : 20%;
	width : 100%;
	background-image : rgba(255,0,0,0.5);
	padding : 0;
	margin : 0;
	text-align : center;
	line-height:3.2em;
	font-style: Avantgarde;
	font-family: monospace;
	font-weight: bold;
	color : white;
	font-size: 50;
	background-image : url("images_site/bandeau_petit2.jpg");
	background-size : cover;
}

header p {
	padding : 0;
	margin : 0;
}

#anim1{
	position : fixed ;
	width : 25%;
	top : 0;
	left : 0;
	padding : 0;
	z-index : -1;
	background-color : white;
	border:none;
}

#anim2{
	position : fixed ;
	width : 25%;
	top : 0;
	right : 0;
	padding : 0;
	z-index : -3;
	background-color : white;
	border: none;
}

main {
	width : 50%;
	margin :auto;
	background-color : PaleTurquoise;
	background-size : 100%;
	font-family: monospace;
	font-style: Avantgarde;
	
}

main nav {
	text-align : center ;
	/*height : 410.3%;*/
}

.presentation {
	text-align : center;
	font-style: Avantgarde;
	font-family: monospace;
	font-weight: bold;
	height : 100;
	background-color : pink;
}

