/****NORMES 
margin : 2em
Padding : 1em
Epaisseur bordures : 2px

*********/

/*****GLOBAL STYLE*****/
body{
	background:#F5F5F5;
	font-family:lato;
	font-size:0.9em;
}
a{
	color:#A1839F;
}
/*****CONTENT STYLE*****/
main{
	margin:2em auto;
	width:90%;
	padding:1em;
	background:#F9F9F9;
	border:2px solid #E0E0E0;
}

/*****FORM STYLE*****/
.form{
	text-align:center;
}
input{
	margin:1em auto;
}
.message{
	width:70%;
	margin:2em auto;
	text-align:center;
	padding:1em;
}
.message.positive{
	background:#B2D289;
	border:2px solid #7A915D;
}
.message.negative{
	background:#EB7D70;
	border:2px solid #A95950;
}
	.message.negative a{
			color:white;
	}
/*****FOOTER STYLE*****/
footer{
	text-align:center;
	width:90%;
	margin:0 auto 2em auto;
}