
body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    text-align:center;
    margin: 0px;
    font-size: 12px;
    padding: 0px;
    width: 95%;
    height: 100%;

}

 #page {
    position:absolute;
    width:800px;
    /*border: solid 3px green;*/
    margin-left: -400px;
    left: 50%;
	background-color: #fff8df;

}


h1{
    font-size: 1.5em;
}

h2{
    font-size: 1.25em;
}

p{
    font-size: 1em;
}

img {
    border-width: 0px;
    text-align:center;
    vertical-align:middle;
    margin: 0px 0px 0px 0px;
    border-style:none;
}

#boutonup {
    position:fixed;
    bottom:5px;
    right:5px;
}


table.tablebooks {
	border: 1px solid #CCC;
	font-size: 1em;  margin-left:auto;
	margin-right:auto;
	width: 700px;
	table-layout:fixed;
}
.tablebooks td {
	background-color: #ffffff;
	padding: 4px;
	margin: 3px;
	border: 1px solid #ccc;
	max-width: 300px
	overflow:hidden;
}
.tablebooks th {
	background-color: #104E8B;
	color: #FFF;
	font-weight: bold;
	text-align:center;
	max-width: 300px
}
