body, div, dl, dt, dd, p, ul, ol, li, h1, h2, h3, h4, h5, h6, label, input, textarea {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	color: #533d2f;
	list-style: none;
}

body {
/*	background-color: #d3e5e1;
/*	background-color: #6D6E59;
*/	background-color: #67746b;
	font-family: Georgia, serif;
}

a {
	color: #00849d;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #bbe1eb;
}

a img {
	border: 0;
}

a:hover {
	color: #007290;
	border-bottom: 1px solid #00849d;
}

a:active {
	color: #58abbd;
	border-bottom: 1px solid #bbe1eb;
}

a.image {
	border: 0;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden; /* IE */
}

/* Forms
   --------------------------------------------------
*/

form * {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
	font-size: 12px;
	display: block;
	line-height: 18px;
	margin: 8px 0 4px;
	font-weight: bold;
}

form div input, form div textarea {
	width: 100%;
}

input.submit {
	font-size: 15px;
}

/* Container div
   --------------------------------------------------
*/

div#container {
	background-color: white;
	width: 752px;
	margin: 0 auto 32px;
	padding: 0 16px 16px;
}

/* Logo 
   --------------------------------------------------
*/

div#logo {
	position: relative;
	border: 0;
	height: 88px;
	padding: 16px 16px 16px 256px;
	background: #523c2d url("textureHeader.png") no-repeat;
}

div#logo p {
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #877961;
}

/* Footer
   --------------------------------------------------
*/

div#footer {
	margin: 32px 0 0 256px;
	background: url("ligne.png") repeat-x top;
	padding-top: 16px;
}

div#footer * {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

div#footer p {
	color: #797d67;
}

div#footer li {
	display: inline;
	margin-right: 8px;
}

/* Head
   --------------------------------------------------
*/

div#head {
	padding-top: 16px;
	margin-bottom: 16px;
	background: url("texture.jpg") no-repeat top left;
}

div#sidebar {
	width: 240px;
	padding-top: 4px;
	float: left;
}

div#sidebar * {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

div#sidebar p {
	margin-bottom: 6px;
}

div#sidebar a {
	color: #007474;
	border-bottom: 1px solid #a9c6ad;
}

div#sidebar a:hover {
	color: #007474;
	border-bottom: 1px solid #a9c6ad;
}

div#sidebar a:active {
	color: #007474;
	border-bottom: 1px solid #a9c6ad;
}

div#title {
	position: relative;
	background: url("ligne.png") repeat-x bottom;
	float: right;
	width: 496px;
	padding-bottom: 16px;
	height: 208px;
}

div#head.half div#title {
	height: 130px;
}


div#head.compact div#title {
	height: auto;
}

div#title p {
	font-size: 18px;
	line-height: 25px;
	color: #797d67;
}

div#title h1 {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 4px;
	color: #00849d;
}

div#title h2 {
	font-size: 20px;
	line-height: 29px;
	color: #797d67;
}

ul#author {
	position: absolute;
	bottom: 13px;
	margin-top: 8px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul#author li {
	font-size: 12px;
	line-height: 18px;
}

ul#author li span {
	margin-left: 8px;
	color: #797d67;
}

/* Visuel
   --------------------------------------------------
*/

div#visual {
	float: left;
}

div#visual p {
	margin-top: 4px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #B3BE9B;
}

/* Contenu
   --------------------------------------------------
*/

div#body {
	margin: 16px 0 0 256px;
}

div#body h3 {
	margin-top: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

div#body p {
	margin-bottom: 10px;
}

div#body p.issue {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 16px 0;
	margin: 20px 0 32px 0;
	background: url("ligne.png") repeat-x bottom;
	color: #B3BE9B;
}

div#body h1 {
	font-size: 20px;
	line-height: 29px;
	color: #7c8370;
}

div#body h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 24px 0 4px 0;
	line-height: 18px;
}

/* Article footer
   --------------------------------------------------
*/

div#articleFooter {
	background: url("ligne.png") repeat-x top;
	margin-top: 16px;
	padding-top: 16px;
}

div#articleFooter p {
	font-size: 12px;
	color: #7c8370;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Comments
   --------------------------------------------------
*/

div#comments h1 {
	font-size: 20px;
	line-height: 29px;
	color: #00849d;
	margin: 24px 0 8px;
}

div#comments form {
	background: url("ligne.png") repeat-x top;
	margin: 16px 0;
	padding-top: 16px;
}

div#comments li {
	margin-bottom: 10px;
}

div#comments li.confirmDelete {
	background-color: red;
}

div#comments li a.delete {
	display: none;
	border: none;
	padding: 3px;
	float: right;
}

div#comments li a.confirmDelete {
	display: none;
	float: right;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

div#comments p {
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	color: #7c8370;
}

div#comments p + p {
	text-indent: 16px;
	first-line: -16px;
}

div#comments span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

/* Issue
   --------------------------------------------------
*/

div#topStory {
	background: url("ligne.png") repeat-x bottom;
	margin-bottom: 16px;
}

div#topStory img {
	float: left;
	margin-bottom: 16px;
}

div#topStory h1 {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 4px;
}

div#topStory div.story {
	margin-left: 256px;
	margin-bottom: 16px;
}

div#topStory div.story p.author {
	font-size: 12px;
}

p.author {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

div#headStories {
	width: 496px;
}

div#headStories li {
	width: 240px;
	float: left;
	margin-bottom: 16px;
}

div#headStories li.left {
	margin-right: 16px;
	clear: left;
}

div#headStories img {
	float: left;
}

div#headStories h2 {
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 21px;
}

div#headStories div.story {
	margin-left: 85px;
}

div#headStories div.story p {
	font-size: 11px;
	line-height: 17px;
}

div#more {
	width: 240px;
	margin-left: 512px;
}

div#more * {
	font-size: 12px;
	line-height: 18px;
}

div#more h2 {
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#more ul {
	margin-bottom: 12px;
}

div#more li {
	list-style: square;
	margin-left: 14px;
}

div#more p {
	font-size: 11px;
	line-height: 17px;
}

div#pdf {
	margin-top: 6px;
}

div#pdf a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

div#pdf img {
	margin-right: 6px;
}

p.emptyIssue {
	margin-left: 256px;
}

/* Home
   --------------------------------------------------
*/

div#archives {
	background: url("ligne.png") repeat-x top;
	padding: 16px 0 0 256px;
}

div#archives h1 {
	font-size: 20px;
	line-height: 29px;
	color: #00849d;
	margin-bottom: 8px;
}

div#archives div.leftColumn, div#archives div.rightColumn {
	width: 240px;
	float: left;
}

div#archives div.leftColumn {
	margin-right: 16px;
}

div#archives h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#archives ul {
	margin-bottom: 16px;
}

div#archives li {
	list-style: square;
	margin-left: 14px;
	font-size: 12px;
	line-height: 18px;
}

div#archives input {
	width: 240px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

div#archives input.submit {
	width: auto;
	margin-left: 16px;
}

/* Login
   --------------------------------------------------
*/

div#login {
	margin: 12px 0 0 256px;
}

div#login input {
	width: 240px;
}

div#login input.submit {
	width: auto;
}