body {
  color:#333;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size:36px;
  margin:0;
  padding:0;
}

/* LISTS & TABLE */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
  margin-bottom: 18px;
}

li, table td {
  font-size:12px;
  line-height:18px;
	margin: 0;
}

dl, dt, dd {
  font-size: 12px;
  line-height:18px;
}

/* LINKS */

a:link, 
a:visited {
	color: #c30;
	font-weight : normal;
	text-decoration : none;
}

a:hover {
	color: #222;
	font-weight : normal;
  text-decoration : underline;
}

a:active {
  font-weight : normal;
  text-decoration : none;
}

a.more {
	background: url("/public/images/read_more.gif") no-repeat right 5px;
	padding-right: 8px;
	white-space:nowrap;
}

/* HEADINGS */

h1 {
  color: #333;
  font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height:36px;
  margin-top: 0px;
  margin-bottom: 6px;
}

h2 {
  color: #333;
  /*font-family:"Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:24px;
  font-weight: normal;
  line-height:18px;
  margin-top:0px;
  margin-bottom: 6px;
}

h3 {
  color: #333;
  font-family:"Helvetica Neue", Arial, sans-serif;
  font-size: 12px; 
  line-height: 18px;
}

h4 {
  color: #333;
  font-family:"Helvetica Neue", Arial, sans-serif;
  font-size: 12px; 
  line-height: 18px;
}

.surtitre {
  text-transform: uppercase;
}

/* PARAGRAPHS */

p {
  color: #333;
  font-family:"Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}

p.download {
  font-size: 11px;
}

p.date, p.document, p.auteur, p.commentaires, p.audio {
  color: #888;
	float: left;
	font-size: 11px;
	padding:0 10px 0 12px;
	vertical-align: middle;
	white-space:nowrap;
}

p.date {
	background: transparent url("/public/images/published.gif") no-repeat scroll left center;
}

p.document {
	background: transparent url("/public/images/published.gif") no-repeat scroll left center;
}

p.audio {
	background: transparent url("/public/images/icone_audio_grey.gif") no-repeat scroll left center;
	padding:0 10px 0 16px;
}

p.auteur {
	background: transparent url("/public/images/author.gif") no-repeat scroll left center;
}

p.commentaires {
	background: transparent url("/public/images/comments.gif") no-repeat scroll left center;
}

/* MISC */

img {
  border: none;
}

input, textarea {
  border: 1px solid #aaa;
}

input, label {
  color: #333;
  font-family: "Helvetica Neue", Arial;
  font-size: 12px;
}

