body {
	margin : 0;
	padding : 0;
	background-color : black;
}

header {
	height : 20%;
	width : 100%;
	padding : 0;
	margin : 0;
	text-align : center;
	color : pink ;
	font-family : helvetica;
	font-size : 45;

}

div p {
	padding : 30;
	font-size : 18 ;
	background-color : pink;
}

header p {
	padding : 0;
	margin-top: 35;
}

#anim1{
	position : fixed ;
	top : 0;
	left : 0;
	z-index : -1;
	height : 100%;
	border:none;	
}

#anim2{
	position : fixed ;
	top : 0;
	right : 0;
	z-index : -1;
	border:none;
	height : 100%;
}

main {
	width : 72.9%;
	margin :auto;
	background-color : pink;
	height : 900;
}

main nav {
	text-align : center ;
	height : 500;
	background-color: pink;
}

.presentation {
	text-align : center;
	height : 250;
	background-color : pink;
}

.colonneA {
	background-image : url(photos/demarche_crea.PNG); 
	display : inline-block;
	margin : 1%;
	border-radius : 10px;
	width : 30%;
	height : 600;
	padding:0;
}

.colonneB {
	display : inline-block;
	margin : 1%;
	width : 30%;
	height : 600;
}

.colonneC {
	background-image : url(photos/page_plastiqueTITRE.png); 
	display : inline-block;
	margin : 1%;
	border-radius : 10px;
	width : 30%;
	height : 600;
	padding:0;
}
	
.projet1 {
	background-image : url(photos/2nde.png);
	margin-bottom : 20px;
	border-radius : 10px;
	height : 48%;
}

.projet2 {
	background-image : url(photos/Rembrandt.png);
	margin-bottom : 20px;
	border-radius : 10px;
	height : 48%;
}