/* Fond global de la page Web*/
body
{
	background:black;
	text-align:justify;
	line-height:1.2em;
}

/* Une page blanche */
.Page
{
	margin:auto;
	width:60em;
	border:1px solid black;
	background:white;
	margin-bottom:30px;
}

/* Un commentaire */
.Page.Commentaire
{
	border:none;
	background:white url('Trombone_bas.png') no-repeat scroll right top;
	position:relative;
	top:-80px;
	z-index:1;
	margin-bottom:0;
}

/* Le trombone au dessus des commentaires */
.Trombone
{
	background: url('Trombone.png') no-repeat scroll right top;
	margin:auto;
	width:60em;
	border:1px solid black;
	height:128px;
	z-index:2;
}

/* Le contenu d'une page (à droite de la colonne) */
.PageContenu
{
	font-family:monospace;
	margin:15px auto;
	padding:12px;
	margin-left:120px;
	border-left:1px solid black;
}

/* Titre de la page */
.PageContenu h1
{
	text-transform:uppercase;
	font-weight:bolder;
	text-decoration:underline;
	text-align:center;
}

/* La colonne à gauche */
.PageColonne
{
	background:url('Marianne.png') top center no-repeat;
	width:120px;
	position:absolute;
	top:25px;
	padding:2px;
	padding-top:100px;
	text-align:left;
}

.PageColonne:before
{
	content:"Direction de l'Accusation Nationale";
	font-size:.7em;
	text-transform:small-caps;
}
/* Le header d'une page */
.PageContenuHeader
{
	line-height:1.5em;
	letter-spacing:.1em;
	padding-left:3em;
	padding-bottom:5em;
}