body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 80%/1.6em Arial, sans-serif;
	color: #000000;
	background: #d7d5ce;
}

/* Page */

section, .section {
	display: block;
	width: 740px;
	margin: 20px auto 0px;
	text-align: left;
	-moz-border-radius: 12px;
	-moz-box-shadow: 5px 5px 10px #B7B0A2;
	-webkit-border-radius: 12px;
	-webkit-box-shadow: 5px 5px 10px #B7B0A2;
}

/* titre */

header, .header {
	display: block;
	height: 80px;
	padding: 0px 20px;
	background: #dbd7cf;
	border: 1px solid #b7b0a2;
	border-bottom: none;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
header h1, .header h1 {
	color: #3e1a0e;
	font-size: 32px;
	font-style: italic;
	font-weight: normal;
	line-height: 80px;
	margin: 0px;
	text-shadow: 2px 2px 2px #B7B0A2;
}

/* Contenu */

article, .article {
	display: block;
	padding: 20px;
	background: #ffffff;
	border: 1px solid #b7b0a2;
	border-top: none;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* Sous-titre */

article h2, .article h2 {
	margin: 0px;
	color: #3e1a0e;
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps;
	text-shadow: 2px 2px 2px #D7D0C2;
}

