@charset "ISO-8859-1";

h1{
	text-align: center;
}
/*
input.submit{
	margin-right: 10px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #8C9EFF;
}
input.password{
	margin-right: 10px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #8C9EFF;
}
input.independant{
	font-size: 1.1rem;
	padding: 5px 20px 5px 20px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #8C9EFF;
}
*/
input{
	font-size: 1.1rem;
	padding: 5px 20px 5px 20px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #8C9EFF;
}

input.submit{
	background-color: burlywood;
}

input.password{
	background-color: lightgray;
}

input.arreter{
	background-color: lightcoral;
}

input.demarrer{
	background-color: lightgreen;
}


fieldset{
	margin-top: 2px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
	border: 0px;
	background-color: #A99D8F;	
}