body {
	margin: 0;
	padding: 0;
/*	font: 62.5% 'Noto Sans', sans-serif;
	line-height: 200%;*/
}

header {
	background-color: #fff;
/*    background-attachment: fixed;
    background-image: url("../images/fond-organique.png");
    background-position: center top;
    background-repeat: no-repeat;*/
    height: 215px;
    margin: 0;
    width: 100%;
}

#logo {
    width: 332px;
    height: 79px;
    margin: 0 auto;
    padding-top: 74px;
}

main {
    background-color: #f6f6f7;
    margin: 0;
    padding: 40px 0;
    text-align: center;
}

footer {
    background-color: #d10075;
    height: 64px;
    width: 100%;
	text-align: center;
	color: #fff;
}
footer > .container {
	padding-top: 20px;
}
footer a {
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
	color: #fff;
}

#connexion h1 {
	margin: 20px 0;
	padding-left: 0;
	font-size: 1.5em;
	text-transform: none;
	color: #000;
	background: none;
}
#connexion h1 span {
	display: block;
	font-size: 1.476em;
	color: #d10075;
}

main p {
	font-size: 1.286em;
}

form {
	margin: 40px 0;
}
form p {
	margin-bottom: 10px;
}
input {
	text-align: center;
}
form p.text {
	margin-top: 5px;
}
form p.annotation {
	margin: 0;
	font-size: 1.1em;
	font-style: italic;
}
form p.annotation a {
	text-decoration: none;
	color: #7b7979;
}
form p.annotation a:hover {
	text-decoration: underline;
}
