body {
	background-color:maroon;
	font-family:"Open Sans", sans-serif;
	font-size:12px;
	color:darkblue;
}
#main {
	box-shadow: -1px 2px 10px 3px rgba(0, 0, 0, 0.3) inset;
	background-color:ivory;
	border:1px solid black;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding:90px 10px 10px 10px;
	text-align:center;
	border-radius:50px;
	background-image:url("../media/logo.png");
	background-position: center 15px;
	background-repeat:no-repeat;
}
h1, h2 {
	font-family: "Permanent Marker";
	font-weight:normal;
	margin:10px;
}
h3 {
	margin-bottom:5px;
	font-weight:normal;
}
#formmail_lost {
	font-size:.8em;
}
.mess_err {
	margin-left:auto;
	margin-right:auto;
	max-width:400px;
	padding:5px;
	color:white;
	background-color:red;
}
input {
	margin-bottom:3px;
}
.bouton {
	margin-bottom:3px;
	border:1px solid darkblue;
	border-radius:3px;
	background-color:darkblue;
	color:white;
}