@charset "utf-8";
/* CSS Document */

table.chapitrePage {
	border:thin solid #000000;
	border-collapse: collapse ;	
	width:100%;
}

div.chapitrePage {
	overflow:auto;
	height:800px;
}

div.rub {
	text-align:center;
	
}

tr.chapitrePage {
	vertical-align:top;
	height:100%;
}

th.chapitre,
th.page {
	border:thin solid #ffffff;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	background-color:#FF0000;
	color:#000000;
}

td.chapitre,
td.page {
	border:thin solid #ffffff;
	padding-left:5px;
	padding-right:5px;
}
td.chapitre {
	text-align:left;
}
td.page {
	text-align:center;
}
th.chapitre ,
td.chapitre {
	width:20%;
}
th.page, 
td.page {
	width:80%;
}
