/* Literature */

.literature_item {
	padding-bottom: 12px;
  border-bottom: 1px #e6e6e6 solid;
  margin-bottom: 10px;
}

div.literature_item h4 {
  color: #007B85;
  font-weight:bold;

}

.lit_cover {
	width: 105px;
  float: left;
  margin-right: 15px;
}

.lit_details {

}

.lit_details p {
	margin-top: 15px;
	margin-bottom: 20px;
}

.lit_code {
	color: #000000;
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

.btn_pdf {
	background: url(/images/buttons/icon_pdf.gif) 0px -0px no-repeat;
  height:30px;
  padding-left:25px;
  display:block;
  float:left;
  margin-right:13px;
  padding-top:5px;
}
.btn_doc,.btn_rtf {
	background: url(/images/buttons/icon_doc.gif) 0px -0px no-repeat;
  height:30px;
  padding-left:25px;
  display:block;
  float:left;
  margin-right:13px;
  padding-top:2px;
}
.btn_ppt,.btn_pps {
	background: url(/images/icons/filetypes/icon_ppt.gif) 2px 0px no-repeat;
  height:30px;
  padding-left:25px;
  display:block;
  float:left;
  margin-right:13px;
  padding-top:1px;
}
.btn_xls,.btn_csv {
	background: url(/images/icons/filetypes/icon_xls.gif) 2px 0px no-repeat;
  height:30px;
  padding-left:25px;
  display:block;
  float:left;
  margin-right:13px;
  padding-top:1px;
}
.btn_zip {
	background: url(/images/icons/filetypes/icon_zip.gif) 2px 0px no-repeat;
  height:30px;
  padding-left:25px;
  display:block;
  float:left;
  margin-right:13px;
  padding-top:1px;
}


div#formulaire input.input_text {
	width: 300px;
  height: 18px;
  border:1px #a4b9bc solid;
  padding-left: 3px;
  padding-top: 4px;
  float: left;
  margin-bottom: 5px;
  margin-top: 4px;
  font-weight:normal;
}

div#formulaire div.input-date {
  float: left;
  margin-bottom: 5px;
  margin-top: 4px;
  font-weight:normal;
}

div#formulaire input.input_submit {
  float:left;
  clear:both;
  margin-top: 10px;
}

div#formulaire select {
  border:1px #a4b9bc solid;
  padding-left: 3px;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  float: left;
  margin-bottom: 5px;
  margin-top: 4px;
  margin-right: 5px;
  font-weight:normal;
}

div#formulaire p {
  clear:both;
  margin-bottom:0px;
  padding-bottom:0px
}

div.input_text textarea {
	width: 560px;
  border:1px #a4b9bc solid;
  padding-left: 3px;
  padding-top: 2px;
  float: left;
  margin-bottom: 8px;
  margin-top: 4px;
  font-weight:normal;
}
