@import url("main.css");

body {
	background: #fff;
}

#container, #content, #footer {
	width: auto;
	margin: 0;
	background: none;
}

#container, #footer {
	padding: 1em;
}

#intro {
}

#header,
#header h1,
#header h1 a {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
}

#content {
	padding-top: 2em;
}

#intro {
	font-size: 1.8em;
	line-height: 1.3em;
	text-align: left;
	color: #818386;
	background-color: #fff;
}

#content h4 {
	margin-bottom: 1em;
}

#intro strong {
	color: #c7c9ca;
}

form div.left,
form div.right {
	width: 48%;
}

form p {
	margin: .5em;
}

form p.box {
	font-size: 1.2em;
	line-height: 1.4em;
}

form small {
	color: #999;
}

form p.small {
	font-size: .9em;
}

form div.submit {
	margin: 1em 0 0;
	padding: 1.5em 1em 1em;
	border-top: 1px solid #ccc;
}

ol {
	background: #eee;
	padding: 1em;
}

ol li {
	margin: .5em 0;
	margin-left: 1.5em;
}

div.adresse {
	padding: 1em;
	font-size: 1.1em;
	text-align: center;
	color: #000;
}

p.notice {
	font-size: .9em;
	color: #999;
}
