html {
    margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-image: url("../images/gris/background.jpg") ;
	background-repeat: repeat;
	margin-top: 5px;
	height: 100%;
	}
	
.header {
	background-image: url("../images/gris/fond-header.gif") ;
	background-repeat: no-repeat;
	padding-top: 12px;
	width: 780px;
	height: 60px;
  }
  
.titre {
	font-family:"Lucida Calligraphy",sans-serif;
	font-size: 28px;
	color: #C0C0C0;
	font-weight: bold;
	text-align: left;
	height: 35px;
	width: 700px;
  }
  
.footer {
	background-image: url("../images/gris/fond-banniere-bas.gif") ;
	background-repeat: repeat-x;
	height: 60px;
	bottom: 0; 
	left: 0;
	width: 100%;
	clear: both;
}

.conteneurpublivre {
	position: relative;
	width: 920px;
}

.contenulivre {
	float: left;
	width: 780px;
	margin-left: 5px;
}

.colonnegauche{
	width: 130px;
	float: left;
}

.livre {
	background-image: url("../images/gris/livre.gif");
	background-repeat: no-repeat;
	width: 780px;
	height: 450px;
}

.page {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
}

.commentaires {
    margin-left: 10px;
}

.boite {
	background-image: url("../images/gris/fond.png");
	text-align: center;
	border-color: #313131;
}

.tableboite {
    border-style: solid; 
	border-width: 2px; 
	border-color: #313131;
}

.decale {
	padding-top: 50px;
}

.boutons {
	background-image: url("../images/gris/fond-boutons.gif");
	background-repeat: no-repeat;
	padding-top:10px;
	width: 300px;
	height: 40px;
}

.numpages {
	background-image: url("../images/gris/numpages.gif");
	background-repeat: no-repeat;
	padding-top:10px;
	text-align: center;
	width: 40px;
	height: 40px;
}

.texte1gras {
	color: #313131;
	font-weight: bold;
}

.titrepage {
	text-align: center;
	font-size: 32px;
	color: #313131;
	font-weight: bold;
}

.titreboite {
	text-align: center;
	font-size: 24px;
	color: #313131;
	font-weight: bold;
}

.grandlien {
	text-align: center;
	font-size: 18px;
	color: #313131;
	font-weight: bold;
}

.description {
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 10px;
  height: 158px;
  width: 350px;
  overflow: hidden;
  }
  
.grandedescription {
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 10px;
  height: 360px;
  width: 350px;
  overflow: hidden;
  }
  
.thumb {
	border: 1px solid #eee;
	background: #fff;
	padding: 3px;
	margin: 6px;
}

.infobullehead {
	padding:0px 0px 0px 10px;
	font-weight:bold;
	border:1px solid #313131;
	background:#313131;
	color:#C0C0C0;
}

.infobullebody {
	padding:10px;
	border:1px solid #313131;
	background:#C0C0C0;
	color:#313131;
}

a.lienclair {
color: #C0C0C0;
}

a.lienfonce {
color: #313131;
}

.aligndroite {
text-align: right;
color: #313131;
}
	
