header 
{
	display: none;
}

#vues {display : none;}

#main
{
	display: flex;
	flex-direction: row;
	max-height: 500px;
	min-height: 300px;
}

#formulaire
{
	flex: 0.5;
	min-width: 130px;
	border: 1px solid black;
	padding: 12px;
	margin:10px;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: auto;
}



#formulaire p
{
	display: flex;
	flex-direction: row;
}


h3
{
	display: none;
}

#formulaire label
{
	margin-left: 10px;
}

input
{
	width: 30%;
	margin-left: 5%;
}

.ess
{
	width: 90%;
	margin-left: 5%;
	
}

#btnCalculer
 {
 	display: none;
 }

#dessin
{
	flex: 1.2;
	border: 1px solid black;
	padding: 12px;
	margin:10px;
	position: relative;
	z-index: 1;
}

#canevas
{
	width: 600px;
	height: 450px;
	background-color:  yellow;
}


/*#copyright {
	position: absolute;
	right: 10px;
	bottom: -5px;
	text-align: right;
	font-size: x-small;
	z-index: 2;
}*/

#infos
{
	display: none;
}

#avion 
{
	display: none;
}




footer
{
	margin: 10px;
	color: red;
	padding-left: 10px;
}


