/* ********************************************************
   *                                                      *
   *                                                      *
   * Copyright (c) 2002 by Institut National de Recherche *
   *                    en Informatique et en Automatique *
   *                                                      *
   *                                                      *
   ******************************************************** */




/* ********************************************************
   *                                                      *
   *    Produit de l'équipe Atoll (Philippe Deschamp).    *
   *                                                      *
   ******************************************************** */


/*
 * Copyright information:
 *
 * ©2002 INRIA, Philippe Deschamp
 *
 *    Permission is granted to anyone to make or distribute verbatim
 *    copies of this document as received, in any medium, provided
 *    that the copyright notice and this permission notice are
 *    preserved, thus giving the recipient permission to redistribute
 *    in turn.
 *
 *    Permission is granted to distribute modified versions of this
 *    document, or of portions of it, under the above conditions,
 *    provided also that they carry prominent notices stating who last
 *    changed them.
 */

/************************************************************************/
/* Historique des modifications, en ordre chronologique inverse:	*/
/************************************************************************/
/* 20101205-23h56 (PhD)	Changement de police				*/
/************************************************************************/
/* 20020328-15h30 (PhD)	Création a la mano				*/
/************************************************************************/


/* <link rel="stylesheet" type="text/css" href="http://Deschamp.Free.Fr/exinria/scenarii/PhD.css"> */


html {
	font-size : 100% ;
}

body {
	font-size : 1em ;
	font-family: Georgia, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, "Arial Black", Verdana, "Trebuchet MS", sans-serif ;
	background-color : #fafaf0 ;
	color : #000 ;
	margin-left : 4em ;
}

p {
	text-indent : 1em ;
}
p.r {
	text-align : justify ;
	margin-left : 5% ;
	margin-top : 0% ;
	margin-bottom : 0% ;
}


pre {
	margin-left : 2em ;
}

@media print {
	html, body { background : #ffffff ; color : #000 ; margin-right : 2em }
	h1, h2, h3, h4, h5, h6	{ page-break-after : avoid ; page-break-inside : avoid }
	p { text-align : justify }
	li { text-align : justify }
	blockquote, pre	{ page-break-inside : avoid }
	ul, ol, dl	{ page-break-before : avoid ; text-align : justify }
}

