@charset "UTF-8";
/* Feuille utilisée par les pages : index + les fiches livres*/
/* DOCUMENT CSS DE REFERENCE POUR L'IMPRESSION */
*{
margin:0;
padding:0;
}
html{background:none;}
body {
    background-color :#fff; 
    font: normal 12pt "Trebuchet MS", Geneva, Verdana;
	background:none;
} 
.page {
    margin :0; 
    border :none; 
} 
.rouleau,.menu,.citation,#connexion,#col1,#col3,#col4{
display:none!important;
}
#col2{
width:100%;
}
.grostitre{ 
	font-size:2.5em;
}
.soustitre{ 
	font-size:1.2em; 
	line-height:0px;
}
#fiche_colA,#fiche{
	width:80%;
	text-align:left;
	padding:5px;
	page-break-after: always;
}