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:30px;

	border-radius:50px;
	background-image:url("../media/logo.png");
	background-position: bottom right;
	background-repeat:no-repeat;
}
h1, h2 {
	font-family: "Permanent Marker";
	font-weight:normal;
	margin:10px;
}
h1 {
	background-image : url('../media/favicon.png');
	background-repeat : no-repeat;
	background-position : bottom right;
}
label {
    display: block;
    width: 100px;
    float: left;
}
form {
	margin: 20px 10px 10px 50px;
}
.commentaire {
	margin: 0 0 10px 100px;
	font-size:0.8em;
}
h3 {
	margin-bottom:0px;
	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;
}