body{
	background-color: #111111;
}

.bodyMobile{
    display: none;
}

#bookListMobile{
	display:none;
}

.body{
    display: block;
}


p{
	color: #ffffff;
}

h1, h2, h4{
	color: #ffffff;
}

h3{
	color: #ffffff;
	font-family: "Andalus", Times, serif;
	text-align: justify;
    	text-justify: inter-word;
}

.grossesLettres{
	color: #ffffff;
	font-family: "Viner Hand Itc", Times, serif;

}

.moyennesLettres{
	color: #ffffff;
	font-family: "Viner Hand Itc", Times, serif;
	font-size:20;
}


table{
	padding: 5px;
	text-align: center;
	width: 100%;

}

#booklist{
	height: 20%;
}

td.books{
	padding: 15px;
	text-align: center;
	width: 30%;
}

.bookCover{
	max-width: 300px;
	width: 100%;
}

.leftMarge{
	 margin-left: 45px;
}


img.bookButton{
	max-height: 100px;
	width: 20%;
	max-width: 80px;
}

#text{

	position: absolute;
    	left: 150px;
    	top: 90px;
}

.liens{
	font-size: 20px;
}
