/* Conteneurs du corps de la page */

/* Partie sous l'en-tête */

#screen
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50px;
	bottom: 75px;
}

/* Blocs translucides */

.back-content, .border-content
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 10px;
	bottom: 32px;
}

.content
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 22px;
	bottom: 74px;
	overflow: auto;
	padding: 20px;
	padding-top: 0px;
}

.content h2 { margin-bottom: 10px; }

.table-border table
{
	width: 100%;
	border-collapse: collapse;
}

.table-border th, .table-border td
{ 
	padding: 10px;
	border: rgb(100, 100, 100) 1px solid;
}

.table-border th { text-aligne: center; }
