@charset "utf-8";
/* CSS Document */
.tableEditions{
	width:100%;
}

.tableEditions th, .tableEditions td{
	padding:0.5em 1em;
}

.tableEditions th{
	text-align:left;
	border-top:2px solid black;
	border-bottom:2px solid black;
}

.tableEditions td{
	background:#ddd;
}

.tableEditions tr{
	height:2em;
}

.intitule{
	width:auto;
}

.dateEdition{
	width:30%;
}

.lienDl{
	width:30%;
}

