/***************************************
   Styles par défaut.
***************************************/

/*html, body {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5% Verdana, Helvetica, Arial, sans-serif;
  color: #000;
  background: #fff;
}*/

#container {
  font-size: 1.2em;
  margin: 10px 2em;
  position: absolute;
  margin-top: -3px;
  margin-left: 560px;
}

/*h1 {
  font-size: 2.5em;
  margin-bottom: 0;
}*/

/*h2 {
  font-size: 1.3em;
  margin-bottom: .5em;
}
h3 {
  font-size: 1.1em;
  margin-bottom: 0;
}*/

code {
  font-size: 1.2em;
}

a {
  color: #06581f;
}


/***************************************
   Styles du chapitre.
***************************************/
/* format des boutons, voir: dans "smoothness" ligne 411 button text element 
.ui-button .ui-button-text { display: block; line-height: 0;  } dans jquery-ui-1.8.11.custom.css*/

/* paramètres boutons couleur de fond: 07.css #books-controls button
   smoothness/jquery-ui-1.8.11.custom.css/
   		ligne 412 couleur boutons
		ligne 468 couleur slider
		ligne 424 couleur de fond de "pause" et "play"
		ligne  95 couleur de "pause" et "play"
*/
   
ul#books {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 188px;
  width: 385px;
  overflow: hidden;
}
ul#books li {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 188px;
  width: 385px;
  background-color: #96B520;
  position: relative;
}
ul#books li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 188px;
}
ul#books li .title {
  margin-left: 250px;
  padding: 10px;
  width: 135px;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #770000;
  color: #fff;
  overflow: hidden;
}
ul#books li .author {
  margin-left: 250px;
  padding: 10px 10px 0 10px;
  width: 135px;
  font-weight: bold;
  background-color: #96B520;
  color: #fff;
}

#books-controls {
  margin: 10px 0;
  width: 385px;
}
#books-controls button {
  margin: 0 10px 10px 0;
  float: left;
  background: #94CD8C;
  height: 1.5em; 
  font-size: 1em;
  font-family: "Times New Roman", Times, serif;
}
#books-controls #slider {
  clear: left;
  margin: 10px 0;
}

/*h1 {
  text-align: center;
  border: 0 solid #fff;
  width: 385px;
  margin-bottom: 20px;
}*/
/*h1.highlighted {
  border: 10px solid #F79321;
  padding: 10px;
  width: 345px;
  margin-bottom: 0;
  background-color: #000;
  color: #F79321;
}*/

#books .ui-resizable-s {
  bottom: 0;
}
