
.livre-bloc {
	position: relative;
	margin: 10px 0 0 0;
	border: 1px dotted silver;
	background-color: #F6F7f9;
	padding: 10px;
	_height: 150px;
	}
	
.livre-bloc .livre-vignette {
  float:left;
  margin: 0 15px 0 0;
  padding: 0;
}

.livre-bloc h4 {
	font-weight: normal;
	}

.livre-bloc h4 a {
	text-decoration: underline;
	font-size: 12px;
	}

div#fiche-technique {

}

div#livre-couv {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

#livre h2 {
  padding: 0;
  font-size: 14px;
  color: #B0B0B0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 20px 0 5px 0;
  background-image: url("/images/line1.gif");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 5px;
}

#fiche-technique ul {
  list-style-type: none;
  margin: 0 0px 15px 9px;
  text-indent: -9px;
}

#fiche-technique ul li {
  list-style-type: none;
  margin-bottom: 3px;
}
