#content .publications td
{
	line-height: 1.3em;
}

#content .publications td
{
	padding: .5em .5em .5em 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#content .publications td.author
{
	width: 20%;
}

#content .publications td.type
{
	width: 18%;
	padding-left: 2em;
}

#content .publications td.year
{
	width: 7%;
	text-align: center;
}

#content table.publication,
#content table.commande,
#content table.inscription

{
	width: 100%;
}

#content table.publication,
#content table.commande
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content .publication td.label,
#content .inscription td.label,
#content table.commande .label
{
	width: 35%;
}

#content table.publication td,
#content table.commande td,
{
	padding-top: .7em;
	padding-bottom: .7em;
}

#content table.inscription td
{
	padding-top: .5em;
	padding-bottom: .5em;
}

#content table.commande input,
#content table.inscription input
{
	font-size: 1em;
	color: #000;
}

#content table.commande input.submit
{
	width: 150px;
	text-align: center;
}

#content table.commande input.number
{
	width: 2em;
	text-align: right;
}

/* pour permettre de saisir des table sans bordure */
.sansbords td {
	border : 	0px !important;
}
