/* Mise a zero */
table, tr, th, td {
	text-align: center;
}
table {
	display: table;
	float: none;
	clear: none;
	margin: 0 auto;
}

form, img, p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	border: 0;
}

ol, ul {
	margin: 0;
	padding: 0;
}

ol li {
	padding: 3px 0;
}

ul li {
	list-style: inside square;
}


/* mise en page globale */
.paging, .submit {
	display: inline;
}

.disabled {
	display: none;
}

table.gauche, table.gauche tr, table.gauche th, table.gauche td {
	text-align: left;
}

div.tournepage {
	text-align: center;
	margin: 0;
	padding: 0;
}

.souligne {
	text-decoration: underline;
}

.italique {
	font-style: italic;
}

.gras {
	font-weight: bold;
}

.gauche, p.gauche {
	text-align: left;
}

.droite, p.droite, table.gauche td.droite {
	text-align: right;
}

.centre, p.centre {
	text-align: center;
}

.editions {
	margin-left: 5px;
}

.editions li {
	list-style: none;
}

.tourne_page, .current {
	border: 1px solid #999;
	padding: 3px 3px 1px 3px;
	margin: 0 5px;
}

img.bordure_img {
	border: 1px solid black;
}

.checkbox {
	display: inline;
	white-space: nowrap;
}

tr.multi-checkbox td {
	padding-bottom:10px;
}

