body {
	background-color:#75990F;
	font-family:arial;
}
#master{
	width:1010px;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../image/apiLogo.jpg);
	background-repeat: no-repeat;
	background-size: 64px 142px;
	background-position: right 10px top 0px;
}
#titre{
	color:#FFF;
	font-size:3.5em;
	text-align:left;
	padding-left:20px;
	font-weight:bold;
	margin-top:50px;
}
#panel{
	background-color:#FFF;
	color:#75990F;
	margin-top:50px;
	width:550px;
	height:500px;
	font-size:1.3em;
	border-radius:20px;
	padding:15px 10px 0px 30px;
}
#resultat {
	background-color:#FFF;
	color:#75990F;
	width:350px;
	height:508px;
	margin-left:600px;
	margin-top:-515px;
	border-radius:20px;
	padding:8px 30px 0px 30px;
}
#generer,#download {
	width:100%;
	text-align:center;
	margin-top:30px;
}
input,select{
	background-color:#F2F2F2;
	border:0;
	padding:10px;
	border-radius:15px;
	font-size:1em;
}
input{
	width:370px;
}
input::placeholder {
	color:#CCC;
}
input:focus,select:focus{
	outline:none;
}
#button,#download a {
	background-color:#75990F;
	border:0px;
	border-radius:15px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1em;
	padding:15px;
	width:150px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}
#result {
	text-align:center;
	width:100%;
	height:100%;
}
#result img {
	max-width:100%;
	max-height:100%;
}
.error{
	font-size:3em;
	color:#C70039;
	text-align:center;
}
h3 {
	text-align:center;
	font-size:1.3em;
}
#footer{
	color:#FFFFFF;
	font-style:italic;
	font-weight:bold;
	font-size:0.6em;
	text-align:right;
}