/* Printing styles */

/* Main */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12pt;
}

div.tsrPart {
  display: none;
}

div#banner {
  display: none;
}

div.zone {
  display: none;
}

div#navigation {
  display: none;
}

div#contact {
  display: none;
}

div#tsrHeader {
  display: none;
}

div#devinfo {
  display: none;
}

div.divlink {
  display: none;
}


/* Forum */

div.question_infos {
  text-align: right;
  font-size: 75%;
  color: #444444;
}

div.forum_question {
  border-bottom: 1px solid gray;
}

div.forum_question p.text {
  font-weight: bold;
}

div.forum_answer p.title {
  display: none;
}

div#interaction_zone {
  display: none;
}

div#transmission {
  display: none;
}


/* Extras */

div#extras {
  position: relative;
  margin: 5%;
  overflow: hidden;
}

div#retour_dossier {
  display: none;
}

ul#exergues_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 1px dotted gray;
}

li.exergue {
  position: relative;
  padding: 0;
  margin: 5px;
  overflow: hidden;
}

li.exergue div.image {
  position: relative;
  float: left;
  width: 35%;
}

li.exergue div.text {
  position: relative;
  width: 62%;
}

/* General paragraphs */

p {
  margin: 0;
  padding: 0;
}

p.content_title {
  font-size: 105%;
  font-weight: bold;
}

p.title {
  font-weight: bold;
  font-size: 90%;
}

.dossier p.title {
  text-transform: uppercase;
  font-size: 95%;
}

.text {
  font-size: 80%;
}

.text a {
  color: black;
}

p.suite_link {
  display: none;
}

div.list_item {
  position: relative;
  overflow: hidden;
  margin-top: 4%;
}

div.image {
  position: relative;
  float: left;
  width: 15%;
  overflow: hidden;
}

div.text {
  position: relative;
  float: left;
  margin-left: 1%;
  width: 83%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:after {
  content: " (" attr(href) ")";
  font-size: 90%;
  color: #333333;
}

/* Articles */

div#article {
  margin-top: 5%;
}

div#article div.image {
  width: 32%;
  margin-bottom: 1%;
}

div#article div.image p.legend {
  font-size: 75%;
  margin: 2%;
}

div#article .text {
  margin-bottom: 2%;
}

.text li {
  margin-bottom: 2%;
}